aboutsummaryrefslogtreecommitdiff
path: root/source/css (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update to "Searchable settings are one honking great idea..."Zhiming Wang2015-05-161-2/+2
|
* add noscript tag for javascript embedded asciicastZhiming Wang2015-05-141-0/+8
|
* add source code line numbersZhiming Wang2015-05-141-8/+33
| | | | | | | | | | 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.
* add support for lfooter (updated) and top level pages...Zhiming Wang2015-05-131-4/+12
| | | | (other than index.html).
* 20150509 storyboard reached 0.1Zhiming Wang2015-05-091-0/+4
| | | | | Also fixed the bugs in pyblog introduced in the last revision and tweaked the theme a bit.
* fix minor invalid HTML issuesZhiming Wang2015-05-061-0/+2
|
* serve the CC icon locallyZhiming Wang2015-05-051-1/+1
|
* 20150505 Graceful handling of SIGINT when using Python's multiprocessing.ProcessZhiming Wang2015-05-051-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.
* add feed icon to footerZhiming Wang2015-05-051-0/+11
| | | | Among other fixes and tweaks.
* pyblog: implement deploy and gen_deployZhiming Wang2015-05-051-1/+1
| | | | Also changed month to short format on the index page.
* 20150505: New blog, new startZhiming Wang2015-05-051-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.
* handle navigation button and faviconsZhiming Wang2015-05-051-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.
* a lot of workZhiming Wang2015-05-051-0/+14
| | | | Mainly generating feed and index.
* edit posts and (mostly) figured out the themeZhiming Wang2015-05-042-0/+517
Also wrote pyblog that currently can generate parts most of the blog.