CSS custom happy time go.
This commit is contained in:
parent
e8c594db8d
commit
238938c806
13
config.toml
13
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
|
||||
|
|
19
static/css/custom.css
Normal file
19
static/css/custom.css
Normal 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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user