aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Slightly tweak icon placementZhiming Wang2016-01-081-0/+2
|
* Site design refresh part II: icon fontZhiming Wang2016-01-087-75/+41
| | | | | | | | | | | | | | | | | | | | 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.
* 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-085-68/+73
| | | | | | | | | | | | | | 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
|
* .travis.yml: Add Python nightly to test matrix, allowing failureZhiming Wang2015-12-311-0/+3
|
* HEAD: Specify image size using the newly implemented Markdown extensionZhiming Wang2015-12-311-4/+1
| | | | instead of hardcoding HTML.
* README.md: Add section "Markdown features of pyblog"Zhiming Wang2015-12-311-0/+55
| | | | | Document my new image size Markdown extension, and other HTML transforms.
* pyblog: Implement the image size Markdown extensionZhiming Wang2015-12-311-0/+47
|
* 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-262-1/+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
|
* pyblog: Correct typosZhiming Wang2015-12-061-2/+2
|
* 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
|
* pyblog: do not overwrite existing file when creating new postZhiming Wang2015-10-151-0/+4
| | | | Fixes #7.
* 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-252-2/+3
| | | | 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
|
* Remove Google AnalyticsZhiming Wang2015-09-251-9/+0
| | | | Will write a short blog post about this decision soon.