From 79f55b0b233258623062db3c916783b4d14bf14a Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sat, 7 Mar 2026 18:33:37 -0500 Subject: authfs: implement p9p.Session --- front/archetypes/default.md | 5 +++++ front/hugo.toml | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 front/archetypes/default.md create mode 100644 front/hugo.toml (limited to 'front') diff --git a/front/archetypes/default.md b/front/archetypes/default.md new file mode 100644 index 0000000..25b6752 --- /dev/null +++ b/front/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +date = '{{ .Date }}' +draft = true +title = '{{ replace .File.ContentBaseName "-" " " | title }}' ++++ diff --git a/front/hugo.toml b/front/hugo.toml new file mode 100644 index 0000000..7e568b8 --- /dev/null +++ b/front/hugo.toml @@ -0,0 +1,3 @@ +baseURL = 'https://example.org/' +languageCode = 'en-us' +title = 'My New Hugo Site' -- cgit v1.2.3