Skip to content

Releases: polybuildr/petroglyph

v0.5.0

28 Jan 22:31
Compare
Choose a tag to compare
  • 33288ae Version bump to 0.5.0
  • 02b4ee1 Remove instances of W503: line break before binary operator
  • 9d41dd8 Don't escape raw HTML from markdown content
  • eccb34f Revert "Don't escape HTML from markdown input"
  • a590f98 Also create pages directory when init-ing
  • 0742336 Don't escape HTML from markdown input
  • 56214df Remove information about other skins from README
  • d3272e4 Merge pull request #27 from polybuildr/pages
  • ff7ab0b Add support for pages
  • b32d101 Merge pull request #26 from polybuildr/jinja
  • 148a3f3 Add sudo: false to .travis.yml
  • 29f1104 Switch to using Jinja2 for templates
  • 59a953d Merge pull request #24 from polybuildr/minify-output-html
  • 77ddffa Minify output HTML
  • ac3bc02 Update .travis.yml to also deploy to PyPI on tag

0.4.1

06 Jul 20:18
Compare
Choose a tag to compare
  • f9d5f6d Version bump to 0.4.1
  • 7810b5f Sort posts first by publish date, then by slug
  • 8f255f4 Version bump to 0.4.0
  • e7f3020 Update README.md path in MANIFEST.in

0.4.0

06 Jul 19:08
Compare
Choose a tag to compare

Version bump to match version on PyPI.

  • 6f3092e Add styling for <code>, also change body background to #fff
  • f425f0c Add tag pages at /tag/{{tag}}
  • 3b65ed5 Change some margin and padding in monoblue
  • 874c08e Delete skins to make maintenance easier
  • 834e7a9 Fix issue with custom dates getting overriden by front-matter
  • 238d13d Update screenshot in README.md
  • d92ec60 Make arbitrary front matter data available as variables in template
  • b903327 Add empty line in petroglyph command line script to fix flake8 issue
  • bb8a75f Update README.md to include pip install docutils
  • 242845f Add support for reStructuredText using docutils
  • 4f51af0 Update README.md to add info about installating from pip
  • 2de3aca Move README.me from petroglyph/ to repo root
  • 703d445 Fix code style issue in setup.py
  • da54926 Change to use setuptools packaging
  • 7c5d498 Fix typo in README.md
  • b4c08d4 Add Travis CI build status badge to README.md
  • 903db03 Added .travis.yml to run flake8
  • 8e091dd Update G+1 code in skins
  • e695464 Add spacing to bottom of post pages
  • 9d0690c Fix font inclusions in HTML link tags
  • b2555ae Add missing closing brace in theme CSS files
  • c96bbaa Fix blockquote border styling
  • 36b8dbb Increase line-height for all posts
  • c52a901 README.md: Add information about other included themes
  • 0d6c024 Add instructions for how to add petroglyph to $PATH in README

0.2.0

07 Jun 10:13
Compare
Choose a tag to compare

Complete rewrite of 0.1.0. Probably stable for use now.