Personal Static Site
This is a personal website for Adam Fast, built with Pelican, a Python-based static site generator.
pip install -r requirements.txt
make html
make serve
The site will be available at http://localhost:8000
To generate the site with production settings:
make publish
The generated files will be in the output/ directory.
content/ - Content files (Markdown)themes/simple/ - Custom themepelicanconf.py - Development configurationpublishconf.py - Production configurationoutput/ - Generated static site (not in git)