JohnVonNeumann / johnvonneumann.github.io

Personal website.

Home Page:http://johnvonneumann.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My personal website

Using the repository

Uses pipenv to handle the dependencies, which are located in Pipfile and Pipfile.lock.

Activating the pipenv

Pelican is packaged inside the pipenv, so use:

    pipenv shell

After this, you will be able to issue the normal Pelican commands:

    pelican content

After generating content, you can serve a localhost on port 8000 with:

    pelican --listen

We can deploy to production using the premade Makefile rules, just check your currently sourced creds.

    make s3_upload

About

Personal website.

http://johnvonneumann.com


Languages

Language:Python 61.6%Language:Makefile 38.4%