aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-06-02 12:19:55 -0600
committernathan <nathansmith@disroot.org>2025-06-02 12:19:55 -0600
commitb99369f07bb715694dacf8b7327deaa91a7eb3e1 (patch)
tree03683e5958c0d79023d8f431e6aa3a19f20224b8
parent6d03f6f36be6782fd265a9a54c12bf81d44d81cf (diff)
Added gopherhole
-rw-r--r--org/gophermap19
-rw-r--r--org/index.org6
-rw-r--r--publish.el1
3 files changed, 25 insertions, 1 deletions
diff --git a/org/gophermap b/org/gophermap
new file mode 100644
index 0000000..29c5a01
--- /dev/null
+++ b/org/gophermap
@@ -0,0 +1,19 @@
+iNathan's shitty gopher hole
+
+iAs of writing this I am in a pissy mode.
+iIn this world there are lots of reasons to be pissed.
+
+iPoorly exported shit from org-mode:
+0Visit the linux room linux-room.txt shittyweb.org
+0Visit the music room music-room.txt shittyweb.org
+0Learn Nathan's philosophy nathans-philosophy.txt shittyweb.org
+0Visit the reading corner reading-corner.txt shittyweb.org
+0LEARN THE TRUTH truth.txt shittyweb.org
+0Tips, tricks, & reviews ttr.txt shittyweb.org
+
+0Arch guide distro-guides/arch.txt shittyweb.org
+0Xfce guide distro-guides/xfce.txt shittyweb.org
+0Fedora guide distro-guides/fedora.txt shittyweb.org
+
+hShittyweb https URL:https://shittyweb.org
+hShittyweb onion URL:http://3yrbqwojymy6zhbgbt2aatxgvs6a3m5fvrpk24nfp2q3nyjz5raohoqd.onion
diff --git a/org/index.org b/org/index.org
index 4eee37e..3d6fdce 100644
--- a/org/index.org
+++ b/org/index.org
@@ -17,7 +17,11 @@
| [[file:nathans-philosophy.org][--> Learn Nathan's philosophy]] | [[file:truth.org][--> LEARN THE TRUTH <--]] | [[file:ttr.org][--> Tips, tricks, & reviews]] |
| [[https://git.shittyweb.org][Shittyweb version control]] | [[https://shittyweb.org][Shittyweb clearnet]] | [[http://3yrbqwojymy6zhbgbt2aatxgvs6a3m5fvrpk24nfp2q3nyjz5raohoqd.onion][Shittyweb onion]] |
-/durp durp durp/ *switch from hand written html to org-mode still in the working*
+/durp durp durp/ *bite my shiny metal ass*
+# Too lazy to fix org mode gopher links
+#+begin_export html
+<a href="gopher://shittyweb.org"><i>gopherhole</i></a>
+#+end_export
* Contact/links
:PROPERTIES:
diff --git a/publish.el b/publish.el
index b8fdcf0..b8db604 100644
--- a/publish.el
+++ b/publish.el
@@ -42,6 +42,7 @@
("gopher-static"
:base-directory "org/"
:base-extension ""
+ :include ("gophermap")
:publishing-directory "gopher/"
:recursive t
:publishing-function org-publish-attachment