ckcollab / ericcarmichael

My personal blog and resume using Pelican!

Home Page:http://ericcarmichael.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My personal blog and resume using Pelican!

http://ericcarmichael.com

License:MIT License


Languages

Language:HTML 30.9%Language:Python 29.0%Language:CSS 24.4%Language:Less 9.8%Language:Makefile 3.6%Language:Shell 2.1%Language:SCSS 0.3%