This commit is contained in:
2021-06-29 00:33:34 +01:00
parent a3ac6ed534
commit 68fc7c2753
4 changed files with 20 additions and 5 deletions

View File

@@ -1,11 +1,11 @@
title = "Example website"
urls = ["gemini://example.com"]
title = "nikdoof's gemlog"
urls = ["gemini://dimension.sh/~nikdoof"]
[feeds]
"/" = "Example feed"
"/logs/" = "nikdoof's gemlog"
[permalinks]
"/" = "/{{ .Date.Format `2006/01/02` }}/{{ path.Base .Permalink }}/"
"/logs/" = "/logs/{{ .Date.Format `2006/01/02` }}/{{ path.Base .Permalink }}/"
[[tasks]]
input = [".gmi"]

View File

@@ -1,3 +1,5 @@
---
title: Hello, world!
title: nikdoof's capsule
---
=> /logs/ Logs

5
content/logs/_index.gmi Normal file
View File

@@ -0,0 +1,5 @@
---
title: logs
---
The inane ramblings of nikdoof, sysop of dimension.sh.

View File

@@ -0,0 +1,8 @@
---
title: First Post
date: 2021-06-29
---
I've been meaning for a while to create a gemblog, or capsule, however you want to call it. I got tied up with process and spent far too much time trying to convert my existing Hugo website (nikdoof.com) to a Gemini site, as it turns out its a extremely difficult problem to solve and not one that can be done in a quick weekend. So with that I decided to just create a small, rambling log here, different from my main site's content.
=> https://nikdoof.com nikdoof.com