diff options
author | nathan <nathansmith@disroot.org> | 2025-06-02 14:57:36 -0600 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-06-02 14:57:36 -0600 |
commit | c39656c80d9a39adcabdb2c2cd104217732fc104 (patch) | |
tree | 0629d648db7a90c1ba8508f88866e1ca585c07dd | |
parent | b99369f07bb715694dacf8b7327deaa91a7eb3e1 (diff) |
Better gopher links
-rw-r--r-- | org/index.org | 6 | ||||
-rw-r--r-- | publish.el | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/org/index.org b/org/index.org index 3d6fdce..fdbecc8 100644 --- a/org/index.org +++ b/org/index.org @@ -16,12 +16,10 @@ | [[file:music-room.org][--> Visit the music room]] | [[file:tv-corner.org][--> Visit the tv corner]] | [[file:reading-corner.org][--> Visit the reading corner]] | | [[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]] | +| he | [[gopher://shittyweb.org][Shitty gopherhole]] | he | /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: @@ -1,6 +1,12 @@ (add-to-list 'load-path "./") + +(require 'package) +(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) +(package-initialize) + (require 'ox-publish) (require 'ox-ascii) +(require 'elpher) ;; for gopher (require 'shittyweb-html) ;; Dont forgor https://github.com/gophernicus/gophernicus |