aboutsummaryrefslogtreecommitdiff
path: root/source/blog/2015-05-05-new-blog-new-start.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to dateneodarz2017-05-041-43/+0
|
* 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.
* replace all imgur links with httpsZhiming Wang2015-05-061-2/+2
| | | | Plus a few typo fixes in old posts.
* 20150505: New blog, new startZhiming Wang2015-05-051-0/+42
Also fixed several problems: 1. Rending SVG and making it a clickable link is basically impossible across multiple browsers. I'm now using a pretty good PNG; 2. Implemented new_post in pyblog; 3. Footnotes related updates to the theme.