Move services into single file, add some more poison config options

This commit is contained in:
Evie Litherland-Smith 2023-11-25 13:50:56 +00:00
parent 7a1948efea
commit 8d4a82e0a4
4 changed files with 25 additions and 7 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
/.direnv/
/.hugo_build.lock

View file

@ -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]]

View file

@ -1,4 +0,0 @@
#+title: Gitea
#+date: [2023-11-23 Thu]
#+draft: false
[[https://git.xenia.me.uk]]

View file

@ -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]