From 238938c80666d4a07fb3038362bb1f11be8a9145 Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Fri, 15 May 2020 01:23:45 +0000 Subject: [PATCH] CSS custom happy time go. --- config.toml | 13 +++++++++++-- static/css/custom.css | 19 +++++++++++++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 static/css/custom.css diff --git a/config.toml b/config.toml index b5aa1bd..e5b3a99 100644 --- a/config.toml +++ b/config.toml @@ -10,6 +10,8 @@ custom_css = "/static/css/custom.css" [params] paginate = 10 + custom_css = ["/css/custom.css"] + dateformat = "2006-02-01" # Social accounts. Link to these accounts are displayed in the header and # footer twitter = "annabunches" @@ -34,8 +36,10 @@ custom_css = "/static/css/custom.css" # author = "Your Name" # authorwebsite = "example.com" # avatar = "/path/to/avatar" -# contact = "Your contact link (ex. mailto:foo@example.com)" -# bio = "Your short bio" +# contact = "annabunches@gmail.com" + bio = """ +The story of Anna and her lifelong friends, Left Bunch and Right Bunch. +The power... the passion... the danger. Their courage will change the world.""" # Short subtitle/tagline. This is displayed in the header. subtitle = "It's words!" # Logo image. This is displayed ogp image. @@ -73,3 +77,8 @@ custom_css = "/static/css/custom.css" [[related.indices]] name = "tags" weight = 100 + +[markup] + defaultMarkdownHandler = "goldmark" + [markup.goldmark.renderer] + unsafe = true diff --git a/static/css/custom.css b/static/css/custom.css new file mode 100644 index 0000000..948c69c --- /dev/null +++ b/static/css/custom.css @@ -0,0 +1,19 @@ +body { + color: #000000; +} + +.c-article__summary { + color: #000000; +} + +.c-article__meta { + line-height: 0.5em; +} + +.c-article__title a { + color: #000000; +} + +a { + color: #1756a9; +}