Switch to new theme

This commit is contained in:
Joshua Boniface 2022-11-14 02:54:16 -05:00
parent cf674aec70
commit 341033b817
1 changed files with 38 additions and 12 deletions

View File

@ -2,7 +2,7 @@ baseurl = "https://www.boniface.me"
languageCode = "en-us" languageCode = "en-us"
title = "Joshua Boniface, sysadmin" title = "Joshua Boniface, sysadmin"
author = "Joshua Boniface" author = "Joshua Boniface"
theme = "hugo-uno" theme = "hugo-theme-m10c"
contentdir = "content" contentdir = "content"
publishdir = "public" publishdir = "public"
@ -10,18 +10,44 @@ builddrafts = false
canonifyurls = true canonifyurls = true
copyright = "This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 License." copyright = "This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 License."
[indexes] [indexes]
category = "categories" category = "categories"
tag = "tags" tag = "tags"
[Params]
AuthorName = "Joshua" [params]
github = "joshuaboniface" author = "Joshua"
linkedin = "joshuamboniface"
email = "joshua@boniface.me"
mastodon = "https://social.bonifacelabs.ca/@joshuaboniface"
description = "A blog about tech and shiny things, self-hosted and FLOSS" description = "A blog about tech and shiny things, self-hosted and FLOSS"
cv = "/pages/cv" avatar = "/images/joshua.jpg"
legalnotice = "/pages/legal" [[params.social]]
# cover = "/img/background-cover.jpg" icon = "github"
logo = "/images/joshua.jpg" name = "Github"
url = "https://github.com/joshuaboniface"
[[params.social]]
icon = "linkedin"
name = "LinkedIn"
url = "https://www.linkedin.com/in/joshuamboniface"
[[params.social]]
icon = "mastodon"
name = "Mastodon"
url = "https://social.bonifacelabs.ca/@joshuaboniface"
[[params.social]]
icon = "reddit"
name = "Reddit"
url = "https://old.reddit.com/u/djbon2112"
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "cv"
name = "CV"
url = "/pages/cv"
weight = 2
[[menu.main]]
identifier = "legalnotice"
name = "Legal"
url = "/pages/legal"
weight = 3