The blog.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
John-Mark Gurney 9850ebbe5a clean up and publish RNG, finally.. il y a 2 ans
content clean up and publish RNG, finally.. il y a 2 ans
layout if it's not listed, say so... il y a 3 ans
tufte-css Merge commit '83410d1817089603f48fa4f4c378863e0c6ccc43' as 'tufte-css' il y a 3 ans
.gitignore ignore ispell backup files.. il y a 3 ans
BLOG.md add more info on blogging.. il y a 3 ans
Makefile the validator only borks on css after SVG, so it's fine to merge the il y a 3 ans
NOTES.md add note about blank lines.. il y a 3 ans
README.md add some notes and other useful information that I've discovered... il y a 3 ans
URLS.txt add a couple more URLs that were found.. il y a 3 ans
encthenet_plugins.py add comment about why not to use fragment_fromstring.. il y a 3 ans
fenced_code.py code update for markdown plugin. This is needed to implement the il y a 3 ans
requirements.txt update hyde il y a 3 ans
site.yaml add a publisher for this.. il y a 3 ans
template.html add a simple template for blog posts... il y a 3 ans

README.md

Template information:

  • title: The title of the page
  • created: Initial date of post, ISO-8601 format
  • updated: Last updated date of post, ISO-8601 format
  • twittertitle (option): Title to use for the twitter card instead of title.
  • description: Description of the page
  • image: URL of an image for this page for Twitter (maybe other uses?)
  • imagealt: Alterante text for the image
  • twitterlabel1: Label 1 for twitter.
  • twitterlabel2: Label 2 for twitter.
  • twitterdata1: Data 1 for twitter.
  • twitterdata2: Data 2 for twitter.
  • author: Author of the post.
  • viewport: Contents for the viewport meta tag in the page header.
  • id: ID for this resource

Template Hierarchy:

  • base.j2
    • frontpage.j2: The index.html page
    • blog.j2: Page for a specific blog

Notes:

  • Look at DraftsPlugin (is_draft to mark a post as draft and not include it if site is in prod) Initial setup:
virtualenv-3.8 p
. ./p/bin/activate
pip install -r requirements.txt