Compare commits
2 Commits
ef119677d7
...
341033b817
Author | SHA1 | Date | |
---|---|---|---|
341033b817 | |||
cf674aec70 |
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule "themes/hugo-theme-m10c"]
|
||||
path = themes/hugo-theme-m10c
|
||||
url = https://github.com/vaga/hugo-theme-m10c.git
|
50
config.toml
50
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
|
||||
|
1
themes/hugo-theme-m10c
Submodule
1
themes/hugo-theme-m10c
Submodule
Submodule themes/hugo-theme-m10c added at 2ae407d845
Reference in New Issue
Block a user