Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-02-14 | Add site ownership verification file for Google Search Console | Zhiming Wang | 1 | -0/+1 | |
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. | |||||
2016-02-06 | source/index.md: Promote Zsh | Zhiming Wang | 1 | -1/+1 | |
2016-02-01 | source/css/theme-ultranarrow.css: Adjust index horizontal spacing | Zhiming Wang | 1 | -0/+8 | |
Horizontal space is valuable on mobile. Reduce formatting whitespace. | |||||
2016-01-30 | theme.css: Solve image link over-wide issue | Zhiming Wang | 1 | -1/+9 | |
display: block spans the entire width of the parent container. Switching to display: inline solves the problem. Fixes #11. | |||||
2016-01-26 | 20160126 Dropbox, Noteworthy, and damned skeuomorphism | Zhiming Wang | 3 | -0/+15 | |
2016-01-24 | HEAD: Improve wording here and there | Zhiming Wang | 1 | -5/+5 | |
2016-01-24 | 20160124 Antivirus app on MAS top chart? | Zhiming Wang | 3 | -0/+53 | |
2016-01-20 | HEAD: Mention dear-github/dear-github was started 6 days ago | Zhiming Wang | 1 | -1/+1 | |
Nice coincidence. | |||||
2016-01-20 | HEAD: Mention dear-githuub/dear-github | Zhiming Wang | 1 | -0/+4 | |
2016-01-18 | 20160118 Me-too comments on GitHub | Zhiming Wang | 1 | -0/+13 | |
2016-01-14 | 20150114 The dirtiest mistakes of OS X | Zhiming Wang | 1 | -0/+30 | |
2016-01-13 | source/css/theme.css: Fix printing stylesheet | Zhiming Wang | 1 | -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. | |||||
2016-01-13 | source/css/theme.css: Use relative sizes throughout | Zhiming Wang | 1 | -17/+4 | |
Sizes relative to the base body size are easier to update -- only need to update the base size. | |||||
2016-01-13 | Remove old web fonts from tree | Zhiming Wang | 35 | -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. | |||||
2016-01-09 | theme.css: Tweak logo text positioning | Zhiming Wang | 1 | -2/+1 | |
2016-01-08 | Add stuff to source/ and exclude them | Zhiming Wang | 16 | -0/+721 | |
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. | |||||
2016-01-08 | Tweak ol and ul left padding... | Zhiming Wang | 1 | -0/+8 | |
to left align numbers or bullets with standard paragraphs. | |||||
2016-01-08 | Site design refresh part III: nav, i.e. logo | Zhiming Wang | 2 | -24/+14 | |
Surprisingly, a tweaked Arial isn't so bad. Saying goodbye to Open Sans, which was tweaked to minic Helvetica Neue in the first place. | |||||
2016-01-08 | Slightly increase h1 font size | Zhiming Wang | 1 | -2/+2 | |
Regular text 150% => 160%, code 22px => 23px. | |||||
2016-01-08 | Slightly tweak icon placement | Zhiming Wang | 1 | -0/+2 | |
2016-01-08 | Site design refresh part II: icon font | Zhiming Wang | 6 | -73/+40 | |
Use slimmed icon font packaged by http://fontello.com/. I only need two glyphs: RSS and CC. I ended up picking the glyphs from the Entypo v2.0 family (https://github.com/danielbruce/entypo), licensed under SIL. I actually like the Font Awesome glyphs slightly better, but fontello currently only supports FA v4.3.0, which doesn't include the circular CC glyph I need. Old web fonts are kept for now. They will be removed after a while. See \#9. Open Sans is still in place and will be addressed later when the logo is attacked. The entire fontello package I downloaded, including the license, will be added to this repo as source/fonts/fontello/ later when I have implemented an exclude list in pyblog to prevent the directory from being copied to the deployment tree. | |||||
2016-01-08 | Fix slight styling issues in md source files... | Zhiming Wang | 2 | -2/+4 | |
discovered when doing site refresh. | |||||
2016-01-08 | Site design refresh part I | Zhiming Wang | 2 | -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. | |||||
2016-01-08 | Markdown source files: Revert YAML closing line from ... to --- | Zhiming Wang | 98 | -98/+98 | |
GFM doesn't support closing with ..., and the rendered results are less than satisfactory. | |||||
2016-01-08 | Markdown source files: Use ... to end YAML metadata block | Zhiming Wang | 98 | -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. | |||||
2016-01-02 | source/img: Optimize PNG images with zopflipng | Zhiming Wang | 33 | -0/+0 | |
After reading https://blog.codinghorror.com/zopfli-optimization-literally-free-bandwidth/. | |||||
2016-01-01 | HEAD: Fix formatting of Python code | Zhiming Wang | 1 | -0/+3 | |
2016-01-01 | 20160101 Virtualenvs for everyone | Zhiming Wang | 1 | -0/+68 | |
2015-12-31 | HEAD: Specify image size using the newly implemented Markdown extension | Zhiming Wang | 1 | -4/+1 | |
instead of hardcoding HTML. | |||||
2015-12-29 | HEAD: Add a missing period | Zhiming Wang | 1 | -1/+1 | |
2015-12-29 | 20151229 Catches when installing Windows 7 with Boot Camp | Zhiming Wang | 2 | -0/+29 | |
2015-12-28 | Spoiled by Retina follow-up | Zhiming Wang | 1 | -0/+4 | |
2015-12-28 | HEAD~2: Typo fix | Zhiming Wang | 1 | -1/+1 | |
2015-12-28 | 20151228 Why I want lossless music on iTunes Music Store | Zhiming Wang | 1 | -0/+18 | |
2015-12-27 | 20151227: Lesson on magic method access of Python new-style classes... | Zhiming Wang | 1 | -0/+102 | |
(from my failed Python3 port of Tomorrow) | |||||
2015-12-26 | theme.css and template.html: Solve overflow problem in code and a tags | Zhiming Wang | 1 | -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. | |||||
2015-12-26 | 20151226 autoenv with auto cleanup | Zhiming Wang | 1 | -0/+32 | |
2015-12-20 | 20151220 Regex flavor hell | Zhiming Wang | 1 | -0/+16 | |
2015-12-17 | Latest post: Follow up on 10pt Monaco on Retina | Zhiming Wang | 1 | -0/+4 | |
2015-12-16 | 20151216 Spoiled by Retina, in less than a day | Zhiming Wang | 1 | -0/+18 | |
2015-12-08 | Latest post: Another code correction | Zhiming Wang | 1 | -1/+1 | |
2015-12-08 | Latest post: fix missing color code and newline in message | Zhiming Wang | 1 | -1/+1 | |
2015-12-08 | 20151208 Safeguarding git repos against accidental rm | Zhiming Wang | 1 | -0/+42 | |
2015-11-26 | theme.css: change color of inline code to #777 | Zhiming Wang | 1 | -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. | |||||
2015-11-25 | Latest post: typo fix | Zhiming Wang | 1 | -1/+1 | |
2015-11-25 | 20151125 Bash function exporting fiasco | Zhiming Wang | 1 | -0/+40 | |
2015-11-15 | 20151115 We need a programming keyboard on iOS | Zhiming Wang | 1 | -0/+16 | |
2015-11-06 | 20151106 Microsoft drops unlimited OneDrive storage after people use it for ↵ | Zhiming Wang | 1 | -0/+18 | |
unlimited storage | |||||
2015-10-27 | Latest post: formatting correction | Zhiming Wang | 1 | -1/+1 | |
2015-10-27 | Latest post: correct typo | Zhiming Wang | 1 | -1/+1 | |