Evan Heisman's Web Log

Nov 09, 2021

New blog

TODO items (updated occasionally)

  • get a decent theme working
    • turns out your pelican-themes directory needs to actually have themes in it! I naively cloned the pelican-themes github repo and got empty directories.
    • make markdown first level headers slightly smaller than post title.
    • add <h2> css to make slightly smaller than <h1>: updated theme's main.css, maybe there should be a better approach. Tried adding a second css file to template's base.html. Learned about the > operator in css. New css file works well enough.
  • Insert header image - on hold
    • need to modify base.html template; identify file, add static image.
  • upload a few photos of woodworking projects - in progress
  • upload some short descriptions of programming projects - in progress
  • add caption style using img + p in css