all: no more pretty urls
Mon, 19 Dec 2022
10 files changed,
17 insertions(+),
35 deletions(-)
M
config.yaml
@@ -14,10 +14,7 @@ static: ./static
meta: title: git good description: i think it's a skill issue -misc: - goImport: - prettyURL: icyphox.sh server: - fqdn: git.icyphox.sh + name: git.icyphox.sh host: 127.0.0.1
… preview truncated
M
config/config.go
@@ -21,13 +21,8 @@ Meta struct {
Title string `yaml:"title"` Description string `yaml:"description"` } `yaml:"meta"` - Misc struct { - GoImport struct { - PrettyURL string `yaml:"prettyURL"` - } `yaml:"goImport"` - } `yaml:"misc"` Server struct { - FQDN string `yaml:"fqdn,omitempty"`
… preview truncated
M
go.mod
@@ -1,4 +1,4 @@
-module icyphox.sh/legit +module git.icyphox.sh/legit go 1.19
… and 7 more changed files not shown in this preview