Much content work

This commit is contained in:
2023-05-23 17:26:55 +01:00
parent 5b68aebe92
commit fb787e3fbd
5 changed files with 36 additions and 7 deletions

View File

@@ -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,