aboutsummaryrefslogtreecommitdiff
path: root/source (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix slight styling issues in md source files...Zhiming Wang2016-01-082-2/+4
| | | | discovered when doing site refresh.
* Site design refresh part IZhiming Wang2016-01-082-43/+70
| | | | | | | | | | | | | | Highlights: * Change font to Times/Times New Roman + Courier; * Text slightly darkened across the board to account for the thinner Times; * Eliminate line numbers; * Use custom highlight.css (based on highlight-css supplied by Pandoc, but hightlight more classes when Pandoc falls short, e.g., span.im for Python from and import). Closes #5 because we don't have line numbers anymore.
* Markdown source files: Revert YAML closing line from ... to ---Zhiming Wang2016-01-0898-98/+98
| | | | | GFM doesn't support closing with ..., and the rendered results are less than satisfactory.
* Markdown source files: Use ... to end YAML metadata blockZhiming Wang2016-01-0898-98/+199
| | | | | | | | Also add a newline after the metadata block. ... is easier on markdown-mode; if --- is used, the line immediately above it will be treated as a setext header and highlighted, which isn't so easy on the eyes.
* source/img: Optimize PNG images with zopflipngZhiming Wang2016-01-0233-0/+0
| | | | After reading https://blog.codinghorror.com/zopfli-optimization-literally-free-bandwidth/.
* HEAD: Fix formatting of Python codeZhiming Wang2016-01-011-0/+3
|
* 20160101 Virtualenvs for everyoneZhiming Wang2016-01-011-0/+68
|
* HEAD: Specify image size using the newly implemented Markdown extensionZhiming Wang2015-12-311-4/+1
| | | | instead of hardcoding HTML.
* HEAD: Add a missing periodZhiming Wang2015-12-291-1/+1
|
* 20151229 Catches when installing Windows 7 with Boot CampZhiming Wang2015-12-292-0/+29
|
* Spoiled by Retina follow-upZhiming Wang2015-12-281-0/+4
|
* HEAD~2: Typo fixZhiming Wang2015-12-281-1/+1
|
* 20151228 Why I want lossless music on iTunes Music StoreZhiming Wang2015-12-281-0/+18
|
* 20151227: Lesson on magic method access of Python new-style classes...Zhiming Wang2015-12-271-0/+102
| | | | (from my failed Python3 port of Tomorrow)
* theme.css and template.html: Solve overflow problem in code and a tagsZhiming Wang2015-12-261-0/+5
| | | | | | | | Over-long inline <code> tag or long literal link in <a> tag used to overflow the container. This is especially bad on phones where width is very limited. This commit hopefully solves the overflow problem. Still no smarter word breaking, but it's probably just an unfortunate limitation of HTML.
* 20151226 autoenv with auto cleanupZhiming Wang2015-12-261-0/+32
|
* 20151220 Regex flavor hellZhiming Wang2015-12-201-0/+16
|
* Latest post: Follow up on 10pt Monaco on RetinaZhiming Wang2015-12-171-0/+4
|
* 20151216 Spoiled by Retina, in less than a dayZhiming Wang2015-12-161-0/+18
|
* Latest post: Another code correctionZhiming Wang2015-12-081-1/+1
|
* Latest post: fix missing color code and newline in messageZhiming Wang2015-12-081-1/+1
|
* 20151208 Safeguarding git repos against accidental rmZhiming Wang2015-12-081-0/+42
|
* theme.css: change color of inline code to #777Zhiming Wang2015-11-261-0/+2
| | | | | | Droid Sans Mono doesn't stand out too well in a wall of PT Serif. Changing to a greyish color doesn't disrupt the black-and-white feel of the website, while giving inline code a bit more distinction.
* Latest post: typo fixZhiming Wang2015-11-251-1/+1
|
* 20151125 Bash function exporting fiascoZhiming Wang2015-11-251-0/+40
|
* 20151115 We need a programming keyboard on iOSZhiming Wang2015-11-151-0/+16
|
* 20151106 Microsoft drops unlimited OneDrive storage after people use it for ↵Zhiming Wang2015-11-061-0/+18
| | | | unlimited storage
* Latest post: formatting correctionZhiming Wang2015-10-271-1/+1
|
* Latest post: correct typoZhiming Wang2015-10-271-1/+1
|
* 20151026 AT&T to Pure TalkUSA, one month laterZhiming Wang2015-10-261-0/+65
|
* 20151014 SIP — For the Greater GoodZhiming Wang2015-10-141-0/+12
|
* 20151014 Follow-up: The sad state of Finder on El CapitanZhiming Wang2015-10-141-0/+41
|
* 20151012 The importance of dated, detailed release notesZhiming Wang2015-10-121-0/+26
|
* theme.css: deal with subpixel antialiasingZhiming Wang2015-10-101-0/+9
| | | | | | | Looks much better in desktop Safari on my non-Retina screen. Code stolen from http://www.intridea.com/blog/2014/5/8/better-font-smoothing-in-chrome-on-mac-os-x.
* 20151010 Printing long, 80-character-per-line plain text document in two columnsZhiming Wang2015-10-102-0/+29
|
* 20151003 We need an OS X security white paperZhiming Wang2015-10-032-0/+18
|
* 20151001 Auto hidden menu bar & dock + maximized window is the new full ↵Zhiming Wang2015-10-012-0/+14
| | | | screen mode
* Latest post: minor improvementsZhiming Wang2015-10-011-2/+2
|
* 20151001 Upgrading to El CapitanZhiming Wang2015-10-014-0/+30
|
* template: put article-metadata in div tag instead of h2Zhiming Wang2015-09-251-0/+1
| | | | Date and author shouldn't be in the document outline.
* Latest post: some grammar fixes and stuffZhiming Wang2015-09-251-2/+2
| | | | | I screwed up on master and rushed out the post. I should have proofread before pushing.
* 20150925 Removing Google Analytics from this blogZhiming Wang2015-09-251-0/+14
|
* 20150924 Apple Watch: Digital Crown tightness issueZhiming Wang2015-09-241-0/+10
|
* Latest post: fix retarded EnglishZhiming Wang2015-09-221-2/+2
|
* Latest post: update with more accurate infoZhiming Wang2015-09-221-1/+16
|
* theme.css: fix nav icon for IE9Zhiming Wang2015-09-221-1/+1
|
* Latest post: correct technical mistakeZhiming Wang2015-09-211-1/+1
| | | | Unquoted ? in Zsh isn't a syntax error. And = should be quoted too.
* pyblog: date-display => date_display, and update postsZhiming Wang2015-09-2177-77/+77
| | | | Looks slightly more professional.
* 20150921: Zsh 5.1 and bracketed pasteZhiming Wang2015-09-211-0/+52
|
* Update post about content blocking, againZhiming Wang2015-09-181-0/+4
|