remove default theme
This commit is contained in:
parent
b0b64876ae
commit
48d3ea13e6
24 changed files with 231 additions and 15 deletions
16
hugo.toml
16
hugo.toml
|
@ -1,4 +1,18 @@
|
|||
baseURL = 'https://example.org/'
|
||||
languageCode = 'en-us'
|
||||
title = 'My New Hugo Site'
|
||||
theme = 'ananke'
|
||||
|
||||
[[menus.main]]
|
||||
name = 'Home'
|
||||
pageRef = '/'
|
||||
weight = 10
|
||||
|
||||
[[menus.main]]
|
||||
name = 'Posts'
|
||||
pageRef = '/posts'
|
||||
weight = 20
|
||||
|
||||
[[menus.main]]
|
||||
name = 'Tags'
|
||||
pageRef = '/tags'
|
||||
weight = 30
|
Loading…
Add table
Add a link
Reference in a new issue