foxmask / foxmask_blog

My Blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

My Blog


Languages

Language:Python 74.0%Language:Makefile 26.0%