1
Fork 0

going for content

main
Motiejus Jakštys 2022-04-11 22:46:02 +03:00
parent 3a91ff1e61
commit 12bfd4c788
4 changed files with 18 additions and 20 deletions

View File

@ -4,6 +4,9 @@ title = 'Public record of Motiejus Jakštys'
theme = 'default'
author = "Motiejus Jakštys"
[Menus]
main = [ { Name = "About", URL = "/about" } ]
[permalinks]
posts = '/:year/:title/'
@ -12,3 +15,4 @@ author = "Motiejus Jakštys"
[outputs]
home = ['HTML', 'RSS']

6
content/about.md Normal file
View File

@ -0,0 +1,6 @@
---
title: "About"
date: 2022-04-11T22:38:00+03:00
---
Fix Me.

View File

@ -39,11 +39,7 @@
<footer>
<div>
<div>
{{- if .Site.Copyright -}}
{{ .Site.Copyright | markdownify }}
{{- else -}}
&copy; Motiejus Jakštys. <a href="https://creativecommons.org/licenses/by/4.0/">CC-BY-4.0</a>
{{- end -}}
</div>
</div>
</footer>

View File

@ -322,22 +322,14 @@ nav#TableOfContents ul {
color: #ccc;
background-color: #222;
}
header a,
header a:visited,
footer a,
footer a:visited,
h1 a,
h1 a:visited,
h2 a,
h2 a:visited,
h3 a,
h3 a:visited,
h4 a,
h4 a:visited,
h5 a,
h5 a:visited,
h6 a,
h6 a:visited {
header a, header a:visited,
footer a, footer a:visited,
h1 a, h1 a:visited,
h2 a, h2 a:visited,
h3 a, h3 a:visited,
h4 a, h4 a:visited,
h5 a, h5 a:visited,
h6 a, h6 a:visited {
color: #ccc;
}
}