diff --git a/archetypes/default.md b/archetypes/default.md index 00e77bd..8487632 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,6 +1,8 @@ --- title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} +tags: + - notag draft: true --- diff --git a/themes/xsfx/static/css/xsfx.css b/themes/xsfx/static/css/xsfx.css index 4f5a246..a4152bd 100644 --- a/themes/xsfx/static/css/xsfx.css +++ b/themes/xsfx/static/css/xsfx.css @@ -1,3 +1,5 @@ +/* using this "colors": https://www.color-hex.com/color/333333 */ + @font-face { font-family: 'Go Mono'; src: url('/fonts/GoMono.eot'); @@ -74,6 +76,7 @@ h6 { a { color: #5b5b5b; text-decoration: none; + text-shadow: 4px 4px #eaeaea; } a:focus, @@ -81,14 +84,16 @@ a:hover { color: #848484; } -h1#logo { +h1#logo, +h1#logo a:link { font-size: 5rem; text-decoration: line-through; text-shadow: 4px 4px #848484; } @media (min-width: 80.0rem) { - h1#logo { + h1#logo, + h1#logo a:link { font-size: 7rem; } } @@ -134,6 +139,10 @@ footer a { text-decoration: line-through; } +footer span { + background-color: #ffffff; +} + section.article_content { padding-bottom: 15px; padding-left: 0px;