hugo-simpleIntro/exampleSite/config.toml

24 lines
623 B
TOML
Raw Normal View History

2020-08-13 06:38:17 -05:00
baseURL = "/"
languageCode = "en-us"
theme = "simple-intro"
title = "Theme Demo"
[params]
mainbg = "https://cdn.discordapp.com/attachments/704599857083449366/722677588484423721/luca-bravo-XJXWbfSo2f0-unsplash_1.jpg"
name = "John Doe"
mainTitle = "Simple-intro"
mainText = "Just simple intro theme for hugo"
[menus]
[[menu.main]]
identifier = "about"
name = "About"
url = "#about"
[[menu.main]]
identifier = "skills"
name = "Skills"
url = "#skills"
[[menu.main]]
identifier = "projects"
name = "Projects"
2020-08-13 07:26:05 -05:00
url = "#projects"