|
1 tahun lalu | |
---|---|---|
content | 1 tahun lalu | |
.gitignore | 1 tahun lalu | |
Makefile | 1 tahun lalu | |
README.md | 1 tahun lalu | |
pelicanconf.py | 1 tahun lalu | |
publishconf.py | 1 tahun lalu | |
tasks.py | 1 tahun lalu |
Yeah, yeah, some documentation.
This is written in Pelican, with a couple plugins, and uses a slightly-hacked pelican-sober
theme.
From scratch:
pip install "pelican[markdown]"
pip install pelican-render-math
git clone https://github.com/fle/pelican-sober.git
static/images/icons
, put an akkoma icon
curl -o akkoma-18px.png 'https://joinfediverse.wiki/thumb.php?f=Akkoma.svg&width=18'
static/css/main.css
, add the line .social a[href*='tinylad.social'] + i:before {content: url('../images/icons/akkoma-18px.png'); }
in an appropriate spotTHEME
in pelicanconf.py
in this repoFor the preview, pelican -r -l
.