going for content
This commit is contained in:
parent
3a91ff1e61
commit
12bfd4c788
@ -4,6 +4,9 @@ title = 'Public record of Motiejus Jakštys'
|
|||||||
theme = 'default'
|
theme = 'default'
|
||||||
author = "Motiejus Jakštys"
|
author = "Motiejus Jakštys"
|
||||||
|
|
||||||
|
[Menus]
|
||||||
|
main = [ { Name = "About", URL = "/about" } ]
|
||||||
|
|
||||||
[permalinks]
|
[permalinks]
|
||||||
posts = '/:year/:title/'
|
posts = '/:year/:title/'
|
||||||
|
|
||||||
@ -12,3 +15,4 @@ author = "Motiejus Jakštys"
|
|||||||
|
|
||||||
[outputs]
|
[outputs]
|
||||||
home = ['HTML', 'RSS']
|
home = ['HTML', 'RSS']
|
||||||
|
|
||||||
|
6
content/about.md
Normal file
6
content/about.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "About"
|
||||||
|
date: 2022-04-11T22:38:00+03:00
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix Me.
|
@ -39,11 +39,7 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
{{- if .Site.Copyright -}}
|
|
||||||
{{ .Site.Copyright | markdownify }}
|
|
||||||
{{- else -}}
|
|
||||||
© Motiejus Jakštys. <a href="https://creativecommons.org/licenses/by/4.0/">CC-BY-4.0</a>
|
© Motiejus Jakštys. <a href="https://creativecommons.org/licenses/by/4.0/">CC-BY-4.0</a>
|
||||||
{{- end -}}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
@ -322,22 +322,14 @@ nav#TableOfContents ul {
|
|||||||
color: #ccc;
|
color: #ccc;
|
||||||
background-color: #222;
|
background-color: #222;
|
||||||
}
|
}
|
||||||
header a,
|
header a, header a:visited,
|
||||||
header a:visited,
|
footer a, footer a:visited,
|
||||||
footer a,
|
h1 a, h1 a:visited,
|
||||||
footer a:visited,
|
h2 a, h2 a:visited,
|
||||||
h1 a,
|
h3 a, h3 a:visited,
|
||||||
h1 a:visited,
|
h4 a, h4 a:visited,
|
||||||
h2 a,
|
h5 a, h5 a:visited,
|
||||||
h2 a:visited,
|
h6 a, h6 a:visited {
|
||||||
h3 a,
|
|
||||||
h3 a:visited,
|
|
||||||
h4 a,
|
|
||||||
h4 a:visited,
|
|
||||||
h5 a,
|
|
||||||
h5 a:visited,
|
|
||||||
h6 a,
|
|
||||||
h6 a:visited {
|
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user