- Clone the repository and all submodules
$ git clone --recursive https://github.com/croach/blog.git
NOTE: If you've cloned the repository without the
--recursive
option, you can simply rungit submodule update --init --recursive
to setup all of the submodules.
- Create the conda environment from the environment file
$ conda env create -f environment.yml
- Start the development server
$ make devserver
- Navigate to "localhost:8000" for the main site, or "localhost:8000/drafts" for drafts.
- Add the data files to the voter_fraud repository
Remove danielfrg'spelican-ipynb
from my list of submodules and add my own forked version of the library and use theadd_preprocessor_support
branch.Remove my old theme from the list of submodules as well.