/Casyfill.github.io

my personal code snippet blog

Primary LanguageCSS

Personal Blog

Theme

Using customized FLEX theme.

Deployment

I am thinking of building something around sidewalklabs blog.

Dev

1. CLone with submodules

In order to pull ipynb2pelican submodule, clone with --recurse-submodules flag, as:

git clone --recurse-submodules https://github.com/Casyfill/pyCombo
2. Install dependencies

First, create environment (there is no reason to use conda specifically, just easier for me)

conda create --name blog python=3.7 pip

Now, install our dependencies

conda activate blog
pip install -r requirements.txt
3. Build and serve blog locally
make html
make serve