/blog.fidelramos.net

My personal blog

Primary LanguagePython

blog.fidelramos.net

This is the full source code for my personal blog: blog.fidelramos.net.

It's built with Pelican using Reflex theme.

Set up

git clone https://github.com/haplo/blog.fidelramos.net.git
git clone https://github.com/haplo/reflex.git pelican-theme-reflex
git clone https://github.com/getpelican/pelican-plugins.git
cd blog.fidelramos.net
python3 -m venv virtualenv
. virtualenv/bin/activate
pip install -r requirements.txt

Developing

. virtualenv/bin/activate
cd src
make devserver  # then navigate to http://localhost:8000

Deployment

./deploy.sh