diff --git a/config.toml b/config.toml index 69d76c1..33521d8 100644 --- a/config.toml +++ b/config.toml @@ -2,7 +2,7 @@ baseurl = "https://www.boniface.me" languageCode = "en-us" title = "Joshua Boniface, sysadmin" author = "Joshua Boniface" -theme = "hugo-uno" +theme = "hugo-theme-m10c" contentdir = "content" publishdir = "public" @@ -10,18 +10,44 @@ builddrafts = false canonifyurls = true copyright = "This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 License." - [indexes] category = "categories" tag = "tags" -[Params] - AuthorName = "Joshua" - github = "joshuaboniface" - linkedin = "joshuamboniface" - email = "joshua@boniface.me" - mastodon = "https://social.bonifacelabs.ca/@joshuaboniface" + +[params] + author = "Joshua" description = "A blog about tech and shiny things, self-hosted and FLOSS" - cv = "/pages/cv" - legalnotice = "/pages/legal" -# cover = "/img/background-cover.jpg" - logo = "/images/joshua.jpg" + avatar = "/images/joshua.jpg" + [[params.social]] + icon = "github" + 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