Much content work
This commit is contained in:
16
config.toml
16
config.toml
@@ -55,7 +55,7 @@ paginate = 5
|
||||
# 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 = "Arona Jones"
|
||||
site = ""
|
||||
|
||||
[languages]
|
||||
@@ -80,13 +80,15 @@ paginate = 5
|
||||
|
||||
[languages.en.menu]
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "about"
|
||||
name = "About"
|
||||
url = "/about"
|
||||
identifier = "main"
|
||||
name = "Home"
|
||||
url = "/"
|
||||
weight = -1
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "showcase"
|
||||
name = "Showcase"
|
||||
url = "/showcase"
|
||||
identifier = "am"
|
||||
name = "Additive Manufacturing"
|
||||
url = "/am"
|
||||
weight = 10
|
||||
|
||||
[module]
|
||||
# In case you would like to make changes to the theme and keep it locally in you repository,
|
||||
|
||||
Reference in New Issue
Block a user