aboutsummaryrefslogtreecommitdiff
path: root/source/blog/2015-05-05-new-blog-new-start.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-05-04Update to dateneodarz1-43/+0
2016-01-08Markdown source files: Revert YAML closing line from ... to ---Zhiming Wang1-1/+1
GFM doesn't support closing with ..., and the rendered results are less than satisfactory.
2016-01-08Markdown source files: Use ... to end YAML metadata blockZhiming Wang1-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.
2015-09-21pyblog: date-display => date_display, and update postsZhiming Wang1-1/+1
Looks slightly more professional.
2015-05-06replace all imgur links with httpsZhiming Wang1-2/+2
Plus a few typo fixes in old posts.
2015-05-0520150505: New blog, new startZhiming Wang1-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.