Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 20150505: New blog, new start | Zhiming Wang | 2015-05-05 | 1 | -14/+72 |
| | | | | | | | | | | | 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. | ||||
* | handle navigation button and favicons | Zhiming Wang | 2015-05-05 | 1 | -2/+2 |
| | | | | | | | | Note that I'm using an <embed> tag with the svg because if wrapped in <img>, the svg won't render on Safari. After using the <embed> tag, the svg renders on all four major browsers on OS X (Chrome, Safari, Firefox, Opera), and it looks nice on all three but Firefox, in which case it's crappy as fuck. | ||||
* | convert date metadata field to ISO 8601 | Zhiming Wang | 2015-05-05 | 1 | -2/+0 |
| | |||||
* | a lot of work | Zhiming Wang | 2015-05-05 | 1 | -7/+242 |
| | | | | Mainly generating feed and index. | ||||
* | edit posts and (mostly) figured out the theme | Zhiming Wang | 2015-05-04 | 1 | -0/+145 |
Also wrote pyblog that currently can generate parts most of the blog. |