25 lines
618 B
TOML
25 lines
618 B
TOML
|
baseurl = "https://www.example.com/"
|
||
|
title = "Black & Light"
|
||
|
author = "David Hamp-Gonsalves"
|
||
|
canonifyurls = true
|
||
|
languagecode = "en"
|
||
|
theme = "black-and-light"
|
||
|
|
||
|
pygmentsstyle = "bw"
|
||
|
pygmentscodefences = true
|
||
|
|
||
|
[params]
|
||
|
sitename = "Black & Light"
|
||
|
disableWebFonts = false
|
||
|
|
||
|
[[menu.main]]
|
||
|
name = "About"
|
||
|
url = "https://github.com/davidhampgonsalves/hugo-black-and-light-theme"
|
||
|
[[menu.main]]
|
||
|
name = "Projects"
|
||
|
url = "https://github.com/davidhampgonsalves/hugo-black-and-light-theme"
|
||
|
[[menu.main]]
|
||
|
name = "Resume"
|
||
|
url = "https://github.com/davidhampgonsalves/hugo-black-and-light-theme"
|
||
|
|