croach / blog

The repository for my personal website (christopherroach.com)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

  1. 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 run git submodule update --init --recursive to setup all of the submodules.

  1. Create the conda environment from the environment file

$ conda env create -f environment.yml

  1. Start the development server

$ make devserver

  1. Navigate to "localhost:8000" for the main site, or "localhost:8000/drafts" for drafts.

To Do

  1. Add the data files to the voter_fraud repository
  2. Remove danielfrg's pelican-ipynb from my list of submodules and add my own forked version of the library and use the add_preprocessor_support branch.
  3. Remove my old theme from the list of submodules as well.

About

The repository for my personal website (christopherroach.com)


Languages

Language:Jupyter Notebook 96.2%Language:HTML 1.5%Language:CSS 1.2%Language:Makefile 0.5%Language:Python 0.3%Language:Shell 0.2%Language:JavaScript 0.1%