/ericcarmichael

My personal blog and resume using Pelican!

Primary LanguageHTMLMIT LicenseMIT

Eric Carmichael's blog

Picture of Eric Carmichael

"This is like my tenth time on a kayak, I'm pretty cool"
— Eric Carmichael on Fernan Lake, Idaho

Environment variables

export PELICAN_SITE_URL="http://ericcarmichael.com"

Getting started

This is meant to be ran on netlify

pip install -r requirements.txt

export PELICAN_SITE_URL="file:///Users/you/your/blog/dir/output"

Writing articles

make html

writes static content to output/

make check

iterates over every a tag to verify it has a URL and that URL exists, I wrote this mainly to catch myself from missing small details, like forgetting to fill in a [text](url) tag!

make regenerate

this will write to output/ whenever you change the articles in content/

make clean

cleans output/

make publish

makes site using production settings

TODO

  • Run polished again? Add instructions here