diff options
-rw-r--r-- | org/gophermap | 19 | ||||
-rw-r--r-- | org/index.org | 6 | ||||
-rw-r--r-- | publish.el | 1 |
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: @@ -42,6 +42,7 @@ ("gopher-static" :base-directory "org/" :base-extension "" + :include ("gophermap") :publishing-directory "gopher/" :recursive t :publishing-function org-publish-attachment |