Init 1
This commit is contained in:
commit
4e67004628
82 changed files with 7599 additions and 0 deletions
19
exampleSite/config.toml
Normal file
19
exampleSite/config.toml
Normal file
|
@ -0,0 +1,19 @@
|
|||
baseurl = "https://example.org/"
|
||||
languageCode = "en-us"
|
||||
title = "Hello Friend"
|
||||
theme = "hello-friend"
|
||||
copyright = ""
|
||||
paginate = 5
|
||||
|
||||
[params]
|
||||
subtitle = "A simple theme for Hugo"
|
||||
|
||||
[menu]
|
||||
[[menu.main]]
|
||||
identifier = "about"
|
||||
name = "About"
|
||||
url = "/about"
|
||||
[[menu.main]]
|
||||
identifier = "showcase"
|
||||
name = "Showcase"
|
||||
url = "/showcase"
|
Loading…
Add table
Add a link
Reference in a new issue