aboutsummaryrefslogtreecommitdiff
path: root/source/css (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-0520150505 Graceful handling of SIGINT when using Python's multiprocessing.ProcessZhiming Wang1-0/+4
Also implemented the "touch" action in pyblog, as well as wrote a README.md for the source branch. And some other minor patching.
2015-05-05add feed icon to footerZhiming Wang1-0/+11
Among other fixes and tweaks.
2015-05-05pyblog: implement deploy and gen_deployZhiming Wang1-1/+1
Also changed month to short format on the index page.
2015-05-0520150505: New blog, new startZhiming Wang1-0/+8
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.
2015-05-05handle navigation button and faviconsZhiming Wang1-0/+4
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.
2015-05-05a lot of workZhiming Wang1-0/+14
Mainly generating feed and index.
2015-05-04edit posts and (mostly) figured out the themeZhiming Wang2-0/+517
Also wrote pyblog that currently can generate parts most of the blog.