Generate Pelican site

This commit is contained in:
2020-08-21 11:04:33 +03:00
commit 2dc3770f8a
92 changed files with 12722 additions and 6273 deletions

48
theme/css/oldstyle.css Executable file
View file

@ -0,0 +1,48 @@
/* Restore colors as they were before adding Boostwatch support
* https://github.com/nairobilug/pelican-alchemy/pull/79
*
* Add THEME_CSS_OVERRIDES = ['theme/css/oldstyle.css']
* to your pelicanconf.py to enable this stylesheet */
::selection {
background: #0085a1;
color: #fff;
}
body {
background-color: #f5f5f5;
}
a {
color: #333;
}
a:focus,
a:hover {
color: #0085a1;
}
blockquote {
color: #818a91;
opacity: inherit;
}
.header {
border-bottom: 1px solid rgba(0,0,0,.1)
}
.main {
background-color: #fff;
}
.footer {
border-top: 1px solid rgba(0,0,0,.1)
}
.highlight pre {
border: 1px solid rgba(0,0,0,.1)
}
.pagination .page-link {
color: #333;
}