From 68fc7c2753767d07bacda6aa8b0de8c367ffbc2b Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 29 Jun 2021 00:33:34 +0100 Subject: [PATCH] Update --- config.toml | 8 ++++---- content/_index.gmi | 4 +++- content/logs/_index.gmi | 5 +++++ content/logs/first-post.gmi | 8 ++++++++ 4 files changed, 20 insertions(+), 5 deletions(-) create mode 100644 content/logs/_index.gmi create mode 100644 content/logs/first-post.gmi diff --git a/config.toml b/config.toml index 7fd55af..4a73d06 100644 --- a/config.toml +++ b/config.toml @@ -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"] diff --git a/content/_index.gmi b/content/_index.gmi index a43abfc..c87ba89 100644 --- a/content/_index.gmi +++ b/content/_index.gmi @@ -1,3 +1,5 @@ --- -title: Hello, world! +title: nikdoof's capsule --- + +=> /logs/ Logs \ No newline at end of file diff --git a/content/logs/_index.gmi b/content/logs/_index.gmi new file mode 100644 index 0000000..9e3d71d --- /dev/null +++ b/content/logs/_index.gmi @@ -0,0 +1,5 @@ +--- +title: logs +--- + +The inane ramblings of nikdoof, sysop of dimension.sh. diff --git a/content/logs/first-post.gmi b/content/logs/first-post.gmi new file mode 100644 index 0000000..7869eb5 --- /dev/null +++ b/content/logs/first-post.gmi @@ -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 \ No newline at end of file