My personal website and blog
https://earnestma.com
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
1.6 KiB
75 lines
1.6 KiB
baseURL = "https://earnestma.com/"
|
|
languageCode = "en-ca"
|
|
title = "earnest ma"
|
|
enableGitInfo = true
|
|
rssLimit = 15
|
|
|
|
[params]
|
|
copyrightYear = "2020-2022"
|
|
author = "earnest ma"
|
|
description = "earnest ma (earne)'s personal website and blog"
|
|
favicon = "/favicon.ico"
|
|
gitRepoURL = "https://git.earne.link/earnestma/site"
|
|
forumURL = "https://discuss.earne.link"
|
|
|
|
[permalinks]
|
|
blog = "/:year/:month/:day/:slug"
|
|
|
|
[taxonomies]
|
|
category = 'categories'
|
|
tag = 'tags'
|
|
|
|
[[languages.en.menu.main]]
|
|
identifier = "blog"
|
|
name = "Blog"
|
|
url = "/blog"
|
|
weight = 100
|
|
[[languages.en.menu.main]]
|
|
identifier = "about"
|
|
name = "About"
|
|
url = "/about"
|
|
weight = 200
|
|
[[languages.en.menu.main]]
|
|
identifier = "contact"
|
|
name = "Contact"
|
|
url = "/contact"
|
|
weight = 300
|
|
[[languages.en.menu.main]]
|
|
identifier = "support"
|
|
name = "Support"
|
|
url = "/support"
|
|
weight = 400
|
|
[[languages.en.menu.main]]
|
|
identifier = "feeds"
|
|
name = "Feeds"
|
|
url = "/feeds"
|
|
weight = 500
|
|
|
|
[[languages.en.menu.footer]]
|
|
identifier = "top"
|
|
name = "Back to top"
|
|
url = "#"
|
|
weight = 100
|
|
[[languages.en.menu.footer]]
|
|
identifier = "home"
|
|
name = "Home"
|
|
url = "/"
|
|
weight = 200
|
|
[[languages.en.menu.footer]]
|
|
identifier = "feeds"
|
|
name = "Feeds"
|
|
url = "/feeds"
|
|
weight = 300
|
|
[[languages.en.menu.main]]
|
|
identifier = "support"
|
|
name = "Support"
|
|
url = "/support"
|
|
weight = 400
|
|
[[languages.en.menu.footer]]
|
|
identifier = "more-sites"
|
|
name = "More sites"
|
|
url = "/#more"
|
|
weight = 500
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
|