CSS custom happy time go.

This commit is contained in:
Anna Rose 2020-05-15 01:23:45 +00:00
parent e8c594db8d
commit 238938c806
2 changed files with 30 additions and 2 deletions

View File

@ -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

19
static/css/custom.css Normal file
View File

@ -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;
}