aboutsummaryrefslogtreecommitdiff
path: root/source (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-05-14Fix dateneodarz1-2/+2
2017-05-14Add vim plugin listneodarz1-0/+8
2017-05-14Add rss bridge listneodarz1-0/+127
2017-05-13Add wire informationneodarz1-0/+2
2017-05-06Add new right submenuneodarz4-60/+102
2017-05-06Fix balise not closed --'neodarz1-3/+3
2017-05-06Add some designneodarz11-53/+2775
2017-05-05Adapt designneodarz3-21/+106
2017-05-04Add some conf fileneodarz2-14/+117
2017-05-04Add some skillsNeodarZ3-10/+22
2017-05-04Update to dateneodarz121-3807/+442
2017-05-01Add some testNeodarZ4-20/+905
2017-04-28Update to a new personalised versionneodarz16-647/+185
2017-03-10Correct a linkZhiming Wang1-1/+1
2017-02-06theme.css: hide #archival-notice from printZhiming Wang1-4/+2
Also move to display:none for hiding instead of an awkward visibility:hidden with zero width and height.
2017-02-01Revert "Remove Google site verification file"Zhiming Wang1-0/+1
This reverts commit 299683b9323d1b3eb953bad724b23a41739695cf. Turns out I still need this for Google Search Console's Change of Address tool (on zmwangx.github.io).
2017-02-01Remove Google site verification fileZhiming Wang1-1/+0
2017-02-01Sunset this blogZhiming Wang2-2/+13
2016-12-24Fix tidy errors and warningsZhiming Wang3-4/+6
2016-12-24index: put in my email addressZhiming Wang1-1/+1
Just realized people need to click through to my GitHub profile (link isn't obvious) to check my email address.
2016-12-23Fix 404sZhiming Wang2-2/+2
Found when I was mirroring the site with wget.
2016-10-27HEAD: fix typoZhiming Wang1-1/+1
2016-10-2620161026 pyenv: compiling Python with SQLite in nonstandard locationZhiming Wang1-0/+48
2016-10-26theme.css: add Songti SC to fallback Chinese fontsZhiming Wang1-0/+2
macOS 10.12 slimmed down its base installer image by excluding many fonts and making them on-demand downloads in Font Book.
2016-09-25Remove source/css/fonts.cssZhiming Wang1-11/+0
Apparently I forgot to remove this one when merging CSS files.
2016-09-02Use minified version of normalize.cssZhiming Wang2-1/+2
normalize.min.css created with yuicompressor.
2016-09-02Collapse most CSS files into theme.cssZhiming Wang8-81/+112
Having a whole bunch of CSS files is not good for the performance of the website.
2016-09-02Remove font-awesome.min.cssZhiming Wang1-4/+0
I got rid of it a long time ago in favor a much slimmer fontello version.
2016-09-02Move nav-title and nav-author to :beforeZhiming Wang2-4/+10
This is so that when CSS is disabled, the nav component is hidden entirely instead of being displayed as two lines: dl? cmplnts? by Zhiming Wang This for one makes the site look slightly nicer in text-based browsers, e.g. w3m.
2016-09-01Latest post: Minor update on whitelisting Tor trafficZhiming Wang1-0/+2
2016-09-0120160901 This blog is now behind CloudFlareZhiming Wang2-0/+17
2016-07-24Move CSS specific to index.html and pub/index.html...Zhiming Wang3-24/+22
from theme.css into their respective Markdown source files, now that we support per-page custom CSS.
2016-07-24template.html: Allow per-file custom CSSZhiming Wang1-0/+3
2016-07-20index.md: Rename OS X to OS X / macOSZhiming Wang1-1/+1
2016-07-10Add a /pub/ landing pageZhiming Wang2-0/+11
2016-07-10Add /blog/index.html for redirecting /blog/ to /#tocZhiming Wang1-0/+9
2016-07-10autobiography-up-to-college.md: Use milder languageZhiming Wang1-3/+1
2016-07-10Add three published Chinese articles to pub/Zhiming Wang3-0/+615
Intentionally unlinked from anywhere.
2016-07-10Add Chinese typography featuresZhiming Wang4-1/+86
2016-07-10print.css: Make superscripts half size and position them correctlyZhiming Wang1-0/+5
Before this commit, superscripts in print adopt the sweeping body { font-size: 12px; } rule, making them too large and protruding.
2016-07-10template.html: Put author and date on separate lines, and ...Zhiming Wang2-2/+7
only display author when explicitly set in Pandoc metadata. Most if not all posts are by me, and there are plenty of occurrences of "Zhiming Wang" on the page. Also make authorship and date info normal instead of italic -- italic doesn't look very nice here.
2016-07-08index.md: Update introZhiming Wang1-1/+1
2016-07-01normalize.css: Update to v4.2.0Zhiming Wang1-4/+7
https://github.com/necolas/normalize.css/releases/tag/4.2.0.
2016-06-24Latest post: Minor correctionZhiming Wang1-1/+1
2016-06-2420160624 It's 2016, and Microsoft is the only legit player who spams me ↵Zhiming Wang1-0/+11
without unsubscribe links
2016-06-21index.md: Remove the "About me" titleZhiming Wang1-1/+0
Unnecessary and looks bad under the lines "dl? cmplnts?" and "by Zhiming Wang".
2016-06-10index.md: Update key and license infoZhiming Wang2-89/+1
Key: Link directly to public key on Keybase. This way I don't need to keep the key updated in three places (keyservers, Keybase and website). License: Make it clear that my license of choice is MIT (other than WTFPL).
2016-06-10index.md: Update education infoZhiming Wang1-1/+1
2016-06-05index.md: Declare all of my non-explicitly licensed code under WTFPLZhiming Wang1-1/+1
2016-06-05index.md: Switch back to Google Chrome as my default browserZhiming Wang1-1/+1
Sadly. Will write a Chrome vs Opera post when I have time.