The blog.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
John-Mark Gurney 3e9df87cf1 add new isolated management post... před 7 měsíci
content add new isolated management post... před 7 měsíci
fixtures add first cut of converting twitter threads into blog posts... před 1 rokem
layout add new isolated management post... před 7 měsíci
tufte-css Merge commit '83410d1817089603f48fa4f4c378863e0c6ccc43' as 'tufte-css' před 3 roky
.gitignore ignore compiled python byte code and credentials.. před 1 rokem
BLOG.md use posted instead of created, to better support new updated.. před 1 rokem
Makefile reenable publish.. před 7 měsíci
NOTES.md add first cut of converting twitter threads into blog posts... před 1 rokem
README.md add some notes and other useful information that I've discovered... před 3 roky
URLS.txt add a couple more URLs that were found.. před 2 roky
encthenet_plugins.py add first cut of converting twitter threads into blog posts... před 1 rokem
fenced_code.py code update for markdown plugin. This is needed to implement the před 2 roky
requirements.txt update hyde před 2 roky
site.yaml replace twitter w/ mastodon, and drop special link from the frontpage.. před 1 rokem
template.html use posted instead of created, to better support new updated.. před 1 rokem
tweets.txt add first cut of converting twitter threads into blog posts... před 1 rokem
twitfetch.py add first cut of converting twitter threads into blog posts... před 1 rokem

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