Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 702 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 702 Bytes

foxmask

My Blog with pelican providing RSS/ATOM

## Installation

python3 -m venv foxmask.eu.org
cd $_
source bin/activate
git clone https://github.com/foxmask/foxmask.github.io
git clone https://github.com/foxmask/foxmask_blog
cd foxmask_blog
pip install -r requirements.txt

git clone https://github.com/alexandrevicenzi/Flex
pelican-themes -s $PWD/Flex

Ready to create blog post ;)

For that, go to that link and enjoy a new post ;)

or add content into foxmask_blog/content then enter make html

the Makefile use the path ../foxmask.github.io/ to add content there

Theme used: Flex

https://pelicanthemes.com/Flex/