From c39656c80d9a39adcabdb2c2cd104217732fc104 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 2 Jun 2025 14:57:36 -0600 Subject: Better gopher links --- org/index.org | 6 ++---- 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 -gopherhole -#+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 -- cgit v1.2.3