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'
|
||||
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']
|
||||
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "About"
|
||||
date: 2022-04-11T22:38:00+03:00
|
||||
---
|
||||
|
||||
Fix Me.
|
|
@ -39,11 +39,7 @@
|
|||
<footer>
|
||||
<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>
|
||||
{{- end -}}
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue