code cleanup
This commit is contained in:
parent
764506778e
commit
1f2976f57d
26
config.toml
26
config.toml
@ -16,7 +16,7 @@ paginate = 10
|
|||||||
[params]
|
[params]
|
||||||
subtitle = "A Journal"
|
subtitle = "A Journal"
|
||||||
highlightjs = "androidstudio"
|
highlightjs = "androidstudio"
|
||||||
highlightjs_extra_languages = ["yaml"]
|
highlightjs_extra_languages = ["yaml", "xml-dtd"]
|
||||||
dateFormat = "02 Jan 2006, 15:04"
|
dateFormat = "02 Jan 2006, 15:04"
|
||||||
|
|
||||||
[menu]
|
[menu]
|
||||||
@ -32,18 +32,18 @@ paginate = 10
|
|||||||
weight = 2
|
weight = 2
|
||||||
identifier = "post"
|
identifier = "post"
|
||||||
url = "/post/"
|
url = "/post/"
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "About"
|
name = "About"
|
||||||
pre = "<i class='fa fa-user fa-fw'></i>"
|
pre = "<i class='fa fa-user fa-fw'></i>"
|
||||||
weight = 3
|
weight = 3
|
||||||
identifier = "about"
|
identifier = "about"
|
||||||
url = "/about/"
|
url = "/about/"
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Contact"
|
name = "Contact"
|
||||||
pre = "<i class='fa fa-phone fa-fw'></i>"
|
pre = "<i class='fa fa-phone fa-fw'></i>"
|
||||||
weight = 4
|
weight = 4
|
||||||
identifier = "contact"
|
identifier = "contact"
|
||||||
url = "/contact/"
|
url = "/contact/"
|
||||||
|
|
||||||
[social]
|
[social]
|
||||||
github = "gmgauthier"
|
github = "gmgauthier"
|
||||||
|
@ -7,4 +7,6 @@
|
|||||||
| **linktree** | = | https://linktr.ee/gmgauthier |
|
| **linktree** | = | https://linktr.ee/gmgauthier |
|
||||||
| **git repos** | = | https://gitea.gmgauthier.com/ |
|
| **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 |
Loading…
Reference in New Issue
Block a user