aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-06-02 14:57:36 -0600
committernathan <nathansmith@disroot.org>2025-06-02 14:57:36 -0600
commitc39656c80d9a39adcabdb2c2cd104217732fc104 (patch)
tree0629d648db7a90c1ba8508f88866e1ca585c07dd
parentb99369f07bb715694dacf8b7327deaa91a7eb3e1 (diff)
Better gopher links
-rw-r--r--org/index.org6
-rw-r--r--publish.el6
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:
diff --git a/publish.el b/publish.el
index b8db604..edd227b 100644
--- a/publish.el
+++ b/publish.el
@@ -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