Browse Source

Cleanup website toml

main
parent
commit
68cfced3c1
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 48
      docs/config.toml

48
docs/config.toml

@ -1,49 +1,45 @@
baseURL = "https://chrishayward.xyz/"
theme = "hello-friend-ng"
title = "Chris Hayward"
copyright = "Licensed under Attribution 4.0 International (CC BY 4.0)"
baseURL = "https://chrishayward.xyz/"
theme = "hello-friend-ng"
languageCode = "en-us"
defaultContentLanguage = "en" defaultContentLanguage = "en"
languageCode = "en-us"
title = "Chris Hayward"
copyright = "Licensed under Attribution 4.0 International (CC BY 4.0)"
pygmentsCodefences = true
pygmentsUseClasses = true
pygmentsCodefences = true
pygmentsUseClasses = true
[Author] [Author]
name = "Christopher James Hayward" name = "Christopher James Hayward"
[blackfriday] [blackfriday]
nofollowLinks = true
nofollowLinks = true
noreferrerlinks = true noreferrerlinks = true
[taxonomies] [taxonomies]
tag = "tags" tag = "tags"
[params] [params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04 -0700" dateformNumTime = "2006-01-02 15:04 -0700"
homeSubtitle = "Airplanes, Linux, and Metalcore"
homeSubtitle = "Airplanes, Linux, and Metalcore"
footerCopyright = ' &#183; <a href="http://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noopener">CC BY 4.0</a>' footerCopyright = ' &#183; <a href="http://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noopener">CC BY 4.0</a>'
[[params.social]] [[params.social]]
name = "paypal" name = "paypal"
url = "https://paypal.me/chrishaywardxyz"
url = "https://paypal.me/chrishaywardxyz"
[[params.social]] [[params.social]]
name = "github" name = "github"
url = "https://github.com/chayward1/"
url = "https://github.com/chayward1/"
[[params.social]] [[params.social]]
name = "gitlab" name = "gitlab"
url = "https://gitlab.com/chayward1/"
url = "https://gitlab.com/chayward1/"
[[params.social]] [[params.social]]
name = "email" name = "email"
url = "mailto:chris@chrishayward.xyz"
url = "mailto:chris@chrishayward.xyz"
[privacy] [privacy]
[privacy.disqus] [privacy.disqus]
@ -67,13 +63,13 @@ pygmentsUseClasses = true
[menu] [menu]
[[menu.main]] [[menu.main]]
identifier = "cloud" identifier = "cloud"
name = "Cloud"
url = "https://cloud.chrishayward.xyz"
name = "Cloud"
url = "https://cloud.chrishayward.xyz"
[[menu.main]] [[menu.main]]
identifier = "dotfiles" identifier = "dotfiles"
name = "Dotfiles"
url = "/dotfiles"
name = "Dotfiles"
url = "/dotfiles"
[[menu.main]] [[menu.main]]
identifier = "projects" identifier = "projects"
name = "Projects"
url = "https://git.chrishayward.xyz"
name = "Projects"
url = "https://git.chrishayward.xyz"
Loading…
Cancel
Save