diff --git a/.gitignore b/.gitignore index 29963da..639f992 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /.direnv/ +/.hugo_build.lock diff --git a/content/services/_index.org b/content/services/_index.org new file mode 100644 index 0000000..ad0053c --- /dev/null +++ b/content/services/_index.org @@ -0,0 +1,10 @@ +#+title: Services +#+date: 2023-11-25T13:29:29Z +#+draft: true +#+layout: single + +Directory of self-hosted services +* Gitea +[[https://git.xenia.me.uk]] +* NextCloud +[[https://cloud.xenia.me.uk]] diff --git a/content/services/gitea.org b/content/services/gitea.org deleted file mode 100644 index 87d0523..0000000 --- a/content/services/gitea.org +++ /dev/null @@ -1,4 +0,0 @@ -#+title: Gitea -#+date: [2023-11-23 Thu] -#+draft: false -[[https://git.xenia.me.uk]] diff --git a/hugo.toml b/hugo.toml index a980065..07c9b7a 100644 --- a/hugo.toml +++ b/hugo.toml @@ -3,22 +3,33 @@ languageCode = 'en-gb' enableGitInfo = true title = 'My Personal Collection of Random Things' theme = "poison" +paginate = 10 [params] AuthorName = "Evie Litherland-Smith" brand = "My Personal Collection of Random Things" -# brand_image = "/picrew.png" +brand_image = "/picrew.png" description = "" dark_mode = true menu = [ {Name = "About", URL = "/about/", HasChildren = false}, - {Name = "Self-hosted Services", URL = "/services/", HasChildren = true, Limit = 5}, - {Name = "Posts", URL = "/posts/", Pre = "Recent", HasChildren = true, Limit = 5}, + {Name = "Services", URL = "/services/", HasChildren = false}, + {Name = "Posts", URL = "/posts/", Pre = "Recent", HasChildren = true, Limit = 10}, ] +front_page_content = ["posts"] + email_url = "mailto://evie@xenia.me.uk" matrix_url = "https://matrix.to/#/@evie:xenia.me.uk" +github_url = "https://github.com/elitherl" + +rss_icon = true +rss_section = "posts" + +[taxonomies] +series = 'series' +tags = 'tags' [privacy] [privacy.disqus]