Notes from setting Pelican for my Github site
- Set PATH/ARTICLE_PATHS etc in
pelicanconf.py
- Read the Makefile, it has most needed things.
- Be patient with github's site rebuild time.
- Use the
make github
upload but think about what it does to git history.
Remaining questions/todos
- Setting up themes
- Setting up pages/pulling in 2016 etc.
- Linking to gitpitches?
- Disqus/GAnalytics
- Blogroll
- Social
- Mission Statement
To display line numbers, use a path-less shebang instead of colons:
1 2 | def foo():
return 1
|