aboutsummaryrefslogtreecommitdiff
path: root/source/blog/2015-04-26-using-python-3-with-emacs-jedi.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Markdown source files: Revert YAML closing line from ... to ---Zhiming Wang2016-01-081-1/+1
| | | | | GFM doesn't support closing with ..., and the rendered results are less than satisfactory.
* Markdown source files: Use ... to end YAML metadata blockZhiming Wang2016-01-081-1/+2
| | | | | | | | Also add a newline after the metadata block. ... is easier on markdown-mode; if --- is used, the line immediately above it will be treated as a setext header and highlighted, which isn't so easy on the eyes.
* pyblog: date-display => date_display, and update postsZhiming Wang2015-09-211-1/+1
| | | | Looks slightly more professional.
* add source code line numbersZhiming Wang2015-05-141-1/+1
| | | | | | | | | | The way I handle line numbers and the pre block in general is inspired by the MDN wiki. See, for instance, https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript a screenshot is here: https://i.imgur.com/982TBDc.png Also tweaked other styles, e.g., changed the primary monospace font to Consolas, and slightly tweaked a few old posts.
* convert date metadata field to ISO 8601Zhiming Wang2015-05-051-1/+1
|
* process post metadataZhiming Wang2015-05-041-3/+1
|
* remove all Octopress stuffZhiming Wang2015-05-041-0/+31