aboutsummaryrefslogtreecommitdiff
path: root/source (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 20150612 The tip of the icebergZhiming Wang2015-06-122-1/+23
|
* 20150610 Chrome disappointment:Zhiming Wang2015-06-103-0/+54
| | | | the shabby and boring old bookmark system from Stone Age strikes back.
* upgrade quality of iconsZhiming Wang2015-06-108-6/+6
| | | | | Also added a 2048x2048 logo for submission to Apple News Publisher (just curious).
* modify template and stylesheet to include RSS iconZhiming Wang2015-06-103-2/+21
|
* remove trailing whitespace from old postsZhiming Wang2015-06-102-4/+4
|
* modify title of latest postZhiming Wang2015-06-081-2/+2
| | | | turns to ==> turns into (not sure why I was thinking).
* latest post: percent-encode image pathsZhiming Wang2015-06-081-2/+2
|
* latest post: add OS X 10.11 and iOS 9 previewsZhiming Wang2015-06-083-1/+7
|
* 20150608 Apple turns its homepage to a WWDC liveblogZhiming Wang2015-06-084-0/+51
|
* minor improvements to latest postZhiming Wang2015-06-081-2/+2
|
* 20150607 StackOverflow review system is completely BSZhiming Wang2015-06-071-0/+54
|
* 20150530 Using a personal helper package in everyday scriptingZhiming Wang2015-05-301-0/+27
|
* update about meZhiming Wang2015-05-291-1/+1
|
* 20150529 Apple's customer service is still the best (plus an Authy horror story)Zhiming Wang2015-05-292-1/+25
|
* 20150522 Using a command table as wallpaperZhiming Wang2015-05-223-2/+162
| | | | And other minor changes.
* 20150519 Bash: the special slash character in filename expansionZhiming Wang2015-05-191-0/+40
|
* update to "Searchable settings are one honking great idea..."Zhiming Wang2015-05-162-2/+8
|
* add noscript tag for javascript embedded asciicastZhiming Wang2015-05-142-1/+12
|
* add source code line numbersZhiming Wang2015-05-145-14/+42
| | | | | | | | | | 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 key.html for my public keyZhiming Wang2015-05-132-1/+64
|
* add support for lfooter (updated) and top level pages...Zhiming Wang2015-05-131-4/+12
| | | | (other than index.html).
* add original asciicast URI to 2015-05-09-storyboard-reached-01.mdZhiming Wang2015-05-131-1/+1
|
* add tidy5 checkZhiming Wang2015-05-095-11/+11
| | | | Also filled in some originally missing alt attributes of img tags.
* 20150509 storyboard reached 0.1Zhiming Wang2015-05-092-0/+84
| | | | | Also fixed the bugs in pyblog introduced in the last revision and tweaked the theme a bit.
* 20150506 Searchable settings are one honking great idea — let's do more of ↵Zhiming Wang2015-05-061-0/+45
| | | | those!
* improve Why Oh My Zsh is completely brokenZhiming Wang2015-05-061-17/+40
|
* fix minor invalid HTML issuesZhiming Wang2015-05-062-1/+2
|
* replace all imgur links with httpsZhiming Wang2015-05-0615-31/+31
| | | | Plus a few typo fixes in old posts.
* add sitemap.xml and robots.txtZhiming Wang2015-05-051-5/+2
|
* serve the CC icon locallyZhiming Wang2015-05-055-1/+34
|
* 20150505 Graceful handling of SIGINT when using Python's multiprocessing.ProcessZhiming Wang2015-05-052-0/+77
| | | | | 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-055-1/+17
| | | | Among other fixes and tweaks.
* pyblog: implement previewZhiming Wang2015-05-053-2/+2
| | | | | | | | | | | | | | Also tweaked icons a bit. Note that this commit doesn't really work: I implemented a "stoppable HTTP Server" here to be stopped when "mother process" receives SIGINT (i.e., KeyboardInterrupt), without realizing that all porcesses get SIGINT. Therefore, the custom server is hardly needed. See http://git.io/vJ9yA for more information. (This implementation has some value tought, that's why I'm committing to keep it in history.)
* 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-055-135/+51
| | | | | | | | | | | 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-057-0/+170
| | | | | | | | 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 8601Zhiming Wang2015-05-0547-47/+47
|
* a lot of workZhiming Wang2015-05-052-2/+16
| | | | Mainly generating feed and index.
* edit posts and (mostly) figured out the themeZhiming Wang2015-05-0415-30/+552
| | | | Also wrote pyblog that currently can generate parts most of the blog.
* process post metadataZhiming Wang2015-05-0448-153/+59
|
* remove all Octopress stuffZhiming Wang2015-05-04139-1332/+0
|
* 20150503: Why Oh My Zsh is completely brokenZhiming Wang2015-05-031-0/+150
|
* host binaries on BintrayZhiming Wang2015-04-273-4/+4
| | | | | | Ready to purge binaries from the repo — my Octopress directory is getting too large with five copies of each binary (in source/, source/.git, public/, _deploy, _deploy/.git).
* 20150426: Using Python 3 with Emacs JediZhiming Wang2015-04-261-0/+31
|
* update "mpv launcher" with improved codeZhiming Wang2015-04-061-0/+10
|
* 20150322 Back up OS X app iconsZhiming Wang2015-03-221-0/+46
|
* 20150224 The new OneDrive APIZhiming Wang2015-02-241-0/+10
|
* 20150221 All is not lostZhiming Wang2015-02-211-0/+20
|
* 20150220 My dock and updated OmniFocusZhiming Wang2015-02-201-0/+21
|
* 20150217 Microsoft is getting cool (but not its website)Zhiming Wang2015-02-171-0/+20
|