From 12bfd4c7888a56be2374f63e766c573304021d7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 11 Apr 2022 22:46:02 +0300 Subject: [PATCH] going for content --- config.toml | 4 ++++ content/about.md | 6 ++++++ themes/default/layouts/_default/baseof.html | 4 ---- themes/default/static/css/main.css | 24 +++++++-------------- 4 files changed, 18 insertions(+), 20 deletions(-) create mode 100644 content/about.md diff --git a/config.toml b/config.toml index a92a53c..f9ff727 100644 --- a/config.toml +++ b/config.toml @@ -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'] + diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..99821d3 --- /dev/null +++ b/content/about.md @@ -0,0 +1,6 @@ +--- +title: "About" +date: 2022-04-11T22:38:00+03:00 +--- + +Fix Me. diff --git a/themes/default/layouts/_default/baseof.html b/themes/default/layouts/_default/baseof.html index e6effa5..8b00d9a 100644 --- a/themes/default/layouts/_default/baseof.html +++ b/themes/default/layouts/_default/baseof.html @@ -39,11 +39,7 @@ diff --git a/themes/default/static/css/main.css b/themes/default/static/css/main.css index 3010a37..ac27cf6 100644 --- a/themes/default/static/css/main.css +++ b/themes/default/static/css/main.css @@ -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; } }