Skip to content

multun/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

python3 -m venv venv
source venv/bin/activate
pip3 install git+https://github.com/getpelican/pelican
pip3 install Markdown # for rendering markdown content
pip3 install html5lib # for simple_footnotes
pip3 install pyscss # for scss preprocessing
pip3 install git+https://github.com/eli-collins/jinja2-htmlcompress
git clone --recursive https://github.com/getpelican/pelican-plugins plugins
pelican content -s pelicanconf.py -t my-theme

TODO

Use https://github.com/getpelican/pelican-plugins/tree/master/assets

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published