From 53eb272070735388ffd535fd68528634de9c2bba Mon Sep 17 00:00:00 2001 From: Nihilazo Date: Fri, 1 Jan 2021 18:27:29 +0000 Subject: [PATCH] move to linux from plan9 --- go.mod | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index e991b15..7189069 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module tildegit.org/nihilazo/sitegenerator go 1.15 require ( - github.com/gorilla/feeds v1.1.1 // indirect + github.com/gorilla/feeds v1.1.1 tildegit.org/nihilazo/go-gemtext v0.0.0-20201114202124-890be6eb3742 ) diff --git a/main.go b/main.go index a771469..f21b16a 100644 --- a/main.go +++ b/main.go @@ -16,7 +16,7 @@ import ( ) // TODO replace these hardcoded paths with config -var root string = "/mnt/term/home/nico/website/wiki" +var root string = "home/nico/website/wiki" var geminiPrefix string = "gemini://breadpunk.club/~bagel" var htmlPrefix string = "https://itwont.work" var geminiOutputDir string = filepath.Join(root, "public_gemini")