aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Tweak ol and ul left padding...Zhiming Wang2016-01-081-0/+8
| | | | to left align numbers or bullets with standard paragraphs.
* Site design refresh part III: nav, i.e. logoZhiming Wang2016-01-082-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.
* Slightly increase h1 font sizeZhiming Wang2016-01-081-2/+2
| | | | Regular text 150% => 160%, code 22px => 23px.
* 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
|