change order of menu and colour scheme
This commit is contained in:
parent
ff4d05f3a1
commit
6dd4bb0b8e
4 changed files with 381 additions and 7 deletions
20
hugo.toml
20
hugo.toml
|
@ -2,10 +2,12 @@ baseURL = 'https://revsuine.xyz/'
|
|||
languageCode = 'en-gb'
|
||||
title = 'revsuine'
|
||||
baseurl = "/"
|
||||
paginate = 5
|
||||
|
||||
theme = 'terminal'
|
||||
|
||||
[pagination]
|
||||
pagerSize = 5
|
||||
|
||||
[taxonomies]
|
||||
# allow you to set tags with tags = [ 'tags', 'here' ] in post front matter
|
||||
tag = 'tags'
|
||||
|
@ -15,7 +17,7 @@ theme = 'terminal'
|
|||
[params]
|
||||
# dir name of your main content (default is `content/posts`).
|
||||
# the list of set content will show up on your index page (baseurl).
|
||||
contentTypeName = "content/blog"
|
||||
contentTypeName = "blog"
|
||||
|
||||
# if you set this to 0, only submenu trigger will be visible
|
||||
showMenuItems = 5
|
||||
|
@ -58,7 +60,7 @@ theme = 'terminal'
|
|||
# set Twitter handles for Twitter cards
|
||||
# see https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started#card-and-content-attribution
|
||||
# do not include @
|
||||
# creator = ""
|
||||
creator = ""
|
||||
site = ""
|
||||
|
||||
[languages]
|
||||
|
@ -90,16 +92,20 @@ theme = 'terminal'
|
|||
identifier = "home"
|
||||
name = "Home"
|
||||
url = "/"
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "blog"
|
||||
name = "Blog"
|
||||
url = "/blog"
|
||||
weight = 1
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "about"
|
||||
name = "About"
|
||||
url = "/about"
|
||||
weight = 10
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "blog"
|
||||
name = "Blog"
|
||||
url = "/blog"
|
||||
weight = 20
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "contact"
|
||||
name = "Contact"
|
||||
url = "/contact"
|
||||
weight = 30
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue