final changes before launch
This commit is contained in:
parent
19ff1770b3
commit
a0e51f9c36
@ -8,11 +8,11 @@ sys.path.append(os.curdir)
|
||||
from pelicanconf import *
|
||||
|
||||
# If your site is available via HTTPS, make sure SITEURL begins with https://
|
||||
SITEURL = "https://tobias-radloff.de"
|
||||
SITEURL = "http://tobias-radloff.de"
|
||||
RELATIVE_URLS = False
|
||||
|
||||
FEED_ALL_ATOM = "feeds/all.atom.xml"
|
||||
CATEGORY_FEED_ATOM = "feeds/{slug}.atom.xml"
|
||||
#FEED_ALL_ATOM = "feeds/all.atom.xml"
|
||||
#CATEGORY_FEED_ATOM = "feeds/{slug}.atom.xml"
|
||||
|
||||
DELETE_OUTPUT_DIRECTORY = True
|
||||
|
||||
@ -21,4 +21,3 @@ DELETE_OUTPUT_DIRECTORY = True
|
||||
# DISQUS_SITENAME = ""
|
||||
# GOOGLE_ANALYTICS = ""
|
||||
|
||||
STYLESHEET_FILES = ("pico.amber.min.css", "custom.css")
|
||||
@ -291,6 +291,10 @@ h1, h2, h3, h4, h5, h6 {
|
||||
background-color: var(--pico-card-background-color);
|
||||
}
|
||||
|
||||
#site-footer a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#content-header h1 {
|
||||
text-align: center;
|
||||
}
|
||||
@ -301,9 +305,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
|
||||
figcaption {
|
||||
text-align: center;
|
||||
font-size: 0.8em;
|
||||
|
||||
a { font-size: 0.85em;}
|
||||
font-size: 0.66em;
|
||||
}
|
||||
|
||||
#no-bottom-margin {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user