Date

Notes from setting Pelican for my Github site

  1. Set PATH/ARTICLE_PATHS etc in pelicanconf.py
  2. Read the Makefile, it has most needed things.
  3. Be patient with github's site rebuild time.
  4. Use the make github upload but think about what it does to git history.

Remaining questions/todos

  1. Setting up themes
  2. Setting up pages/pulling in 2016 etc.
  3. Linking to gitpitches?
  4. Disqus/GAnalytics
  5. Blogroll
  6. Social
  7. Mission Statement

To display line numbers, use a path-less shebang instead of colons:

1
2
def foo():
    return 1