aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add Chinese typography featuresZhiming Wang2016-07-104-1/+86
|
* print.css: Make superscripts half size and position them correctlyZhiming Wang2016-07-101-0/+5
| | | | | Before this commit, superscripts in print adopt the sweeping body { font-size: 12px; } rule, making them too large and protruding.
* template.html: Put author and date on separate lines, and ...Zhiming Wang2016-07-102-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.
* index.md: Update introZhiming Wang2016-07-081-1/+1
|
* normalize.css: Update to v4.2.0Zhiming Wang2016-07-011-4/+7
| | | | https://github.com/necolas/normalize.css/releases/tag/4.2.0.
* Latest post: Minor correctionZhiming Wang2016-06-241-1/+1
|
* 20160624 It's 2016, and Microsoft is the only legit player who spams me ↵Zhiming Wang2016-06-241-0/+11
| | | | without unsubscribe links
* index.md: Remove the "About me" titleZhiming Wang2016-06-211-1/+0
| | | | | Unnecessary and looks bad under the lines "dl? cmplnts?" and "by Zhiming Wang".
* index.md: Update key and license infoZhiming Wang2016-06-102-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).
* index.md: Update education infoZhiming Wang2016-06-101-1/+1
|
* index.md: Declare all of my non-explicitly licensed code under WTFPLZhiming Wang2016-06-051-1/+1
|
* index.md: Switch back to Google Chrome as my default browserZhiming Wang2016-06-051-1/+1
| | | | Sadly. Will write a Chrome vs Opera post when I have time.
* index.md: Change default brower to OperaZhiming Wang2016-05-251-1/+1
|
* 20160507 Chrome is screwing with our extensions... AgainZhiming Wang2016-05-071-0/+32
|
* Bash function exporting post: Mention fix in ParallelZhiming Wang2016-04-141-1/+3
| | | | http://git.savannah.gnu.org/cgit/parallel.git/commit/?id=3d919c6cd427e9615f56f260eb959a44d5d32c18
* theme.css: pre: Set overflow-x to scrollZhiming Wang2016-04-141-0/+1
| | | | | | The current behavior in Chrome and Safari is simply overflow. Not sure which commit broke it (didn't bother to bisect and regen site multiple times).
* normalize.css: Update to 4.1.1Zhiming Wang2016-04-121-49/+44
| | | | https://github.com/necolas/normalize.css/commit/39c21b3
* Latest post: Capitalize RESTZhiming Wang2016-04-101-1/+1
|
* Latest post: A bit of clarificationZhiming Wang2016-04-101-1/+1
|
* source/css/theme.css: Restore max-width: 100% to imgZhiming Wang2016-04-101-0/+1
| | | | Well, width restriction is still necessary...
* theme.css: Remove max-width and max-height restrictions on imgZhiming Wang2016-04-101-2/+0
| | | | | | | Sometimes I have long images, e.g., in http://zmwangx.github.io/blog/2016-04-10-emacss-got-a-redesigned-website.html, and the image would be vertically compressed in Safari. I could switch from width to max-width, but why restrict to screen height?
* 20160410 Emacs's got a redesigned website!Zhiming Wang2016-04-103-0/+24
|
* normalize.css: Update to v4.0.0Zhiming Wang2016-03-201-162/+162
| | | | https://github.com/necolas/normalize.css/releases/tag/4.0.0
* template.html: Fix weird hanging spaceZhiming Wang2016-03-181-4/+1
| | | | Fixes #13.
* Update old post about +1 comments on GitHubZhiming Wang2016-03-101-0/+4
|
* HEAD: Add complaint about hiding/showing extension buttons in ChromeZhiming Wang2016-03-091-0/+4
|
* 20160306 Google Chrome keeps getting uglierZhiming Wang2016-03-069-0/+56
|
* Improve use of language in an old postZhiming Wang2016-02-141-1/+1
| | | | | | Shellshock was a vulnerability, but I'm not sure if it was exploited (for malicious purposes) in the wild before fixes were released.
* Fix a typo in an old postZhiming Wang2016-02-141-1/+1
|
* Add site ownership verification file for Google Search ConsoleZhiming Wang2016-02-142-2/+3
| | | | | | I used to have Google Analytics installed which proved my ownership, but since I removed it in 01b3805, I need to prove it in another way, and adding a file that no visitor will notice is the least intrusive.
* pyblog: Fix bug in exclude list featureZhiming Wang2016-02-141-8/+9
| | | | | | | | | | | Previously exclude_list is a list of relative paths, and it is hard to deal with "./" resulted from joining an empty root with a name, thus exclude list items in the root directory (e.g., ./template.html) aren't really excluded. Not to mention the awkward trailing slash handling, and other resolution issues (mainly ..). In this commit we switch to an absolute exclude_list, eliminating the aforementioned bug and simplifing exclude_list queries.
* source/index.md: Promote ZshZhiming Wang2016-02-061-1/+1
|
* source/css/theme-ultranarrow.css: Adjust index horizontal spacingZhiming Wang2016-02-011-0/+8
| | | | Horizontal space is valuable on mobile. Reduce formatting whitespace.
* theme.css: Solve image link over-wide issueZhiming Wang2016-01-301-1/+9
| | | | | | | display: block spans the entire width of the parent container. Switching to display: inline solves the problem. Fixes #11.
* 20160126 Dropbox, Noteworthy, and damned skeuomorphismZhiming Wang2016-01-263-0/+15
|
* pyblog: Allow opening interactive shell when deployingZhiming Wang2016-01-251-2/+12
| | | | | | | | | | | | | This almost always happens when I gendeploy: gen asks me to touch the new post which I agree, but then the project root is dirty and I'm greeted with the continue or not prompt, at which point I have no choice but to open a new shell (or ^Z suspend the current job) to commit the changes. This commit allows to open an interactive shell in place when project root is found to be dirty when deploying, which nicely solves the issue. Closes #10.
* HEAD: Improve wording here and thereZhiming Wang2016-01-241-5/+5
|
* 20160124 Antivirus app on MAS top chart?Zhiming Wang2016-01-243-0/+53
|
* README.md: Update HTML template locationZhiming Wang2016-01-231-1/+1
|
* HEAD: Mention dear-github/dear-github was started 6 days agoZhiming Wang2016-01-201-1/+1
| | | | Nice coincidence.
* HEAD: Mention dear-githuub/dear-githubZhiming Wang2016-01-201-0/+4
|
* 20160118 Me-too comments on GitHubZhiming Wang2016-01-181-0/+13
|
* 20150114 The dirtiest mistakes of OS XZhiming Wang2016-01-141-0/+30
|
* source/css/theme.css: Fix printing stylesheetZhiming Wang2016-01-131-1/+5
| | | | | | | | | | | | Adjust to the right font size. Most of the heavylifting is avoided by the last commit which made all printing font sizes relative (to the base body font size). Also add "-webkit-print-color-adjust: exact" to the pre tag to hint WebKit based browsers to keep my code block background color. Nothing can be done in Firefox; users need to manually check the "Print Background Colors" advanced printing option. IE/Edge? Who knows, who cares.
* source/css/theme.css: Use relative sizes throughoutZhiming Wang2016-01-131-17/+4
| | | | | Sizes relative to the base body size are easier to update -- only need to update the base size.
* Remove old web fonts from treeZhiming Wang2016-01-1335-15359/+0
| | | | | | | It's been a few days since the site refresh, and I haven't spotted any problems. It's time to move on. Closes #9.
* theme.css: Tweak logo text positioningZhiming Wang2016-01-091-2/+1
|
* pyblog: new_post: Write a blank line after the YAML blockZhiming Wang2016-01-081-1/+1
|
* Add stuff to source/ and exclude themZhiming Wang2016-01-0817-2/+660
| | | | | | | | | The lonely templates/template.html finally finds it home in the cozy source/, where it rightfully belongs, without the need to worry about being exposed to the world in build/ ;) The full fontello distribution I downloaded (and unpacked) from fontello.com is now in source/fonts/fontello.
* pyblog: Implement exclude list featureZhiming Wang2016-01-081-2/+30
| | | | | Controlled by .exclude under source/. Allows assets, e.g., template.html be placed under source/ but not copied over to deployment.