code cleanup

This commit is contained in:
Greg Gauthier 2021-04-03 17:06:33 +01:00
parent 764506778e
commit 1f2976f57d
4 changed files with 15 additions and 13 deletions

View File

@ -16,7 +16,7 @@ paginate = 10
[params]
subtitle = "A Journal"
highlightjs = "androidstudio"
highlightjs_extra_languages = ["yaml"]
highlightjs_extra_languages = ["yaml", "xml-dtd"]
dateFormat = "02 Jan 2006, 15:04"
[menu]
@ -32,18 +32,18 @@ paginate = 10
weight = 2
identifier = "post"
url = "/post/"
[[menu.main]]
name = "About"
pre = "<i class='fa fa-user fa-fw'></i>"
weight = 3
identifier = "about"
url = "/about/"
[[menu.main]]
name = "Contact"
pre = "<i class='fa fa-phone fa-fw'></i>"
weight = 4
identifier = "contact"
url = "/contact/"
[[menu.main]]
name = "About"
pre = "<i class='fa fa-user fa-fw'></i>"
weight = 3
identifier = "about"
url = "/about/"
[[menu.main]]
name = "Contact"
pre = "<i class='fa fa-phone fa-fw'></i>"
weight = 4
identifier = "contact"
url = "/contact/"
[social]
github = "gmgauthier"

View File

@ -7,4 +7,6 @@
| **linktree** | = | https://linktr.ee/gmgauthier |
| **git repos** | = | https://gitea.gmgauthier.com/ |
| | | |
| | | |
| | | |

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB