- add neovim.io; see https://github.com/neovim/neovim.github.io
- add babeljs.io; see https://github.com/babel/babel.github.io
- add viennahtml
Markdown Tutorial by Garen Torikian
Lessons to help guide new writers into Markdown
- live: http://markdowntutorial.com
- source: https://github.com/gjtorikian/markdowntutorial.com
Postgres Guide by Craig Kerstiens
- live: http://postgresguide.com
- source: https://github.com/craigkerstiens/postgresguide.com
Bootstrap Expo
Beautiful and inspiring uses of Bootstrap
- add the more page for personal site (see showcase_ii.yml)
better yaml keys e.g. change
live:
source:
to
live_url:
source_url:
Why? Why not? Plus: Clearer in liquid templates -- Minus: More typing in yaml (e.g. _url)
change (rename) thumbnails folder to:
- /i
- /thumbs
- /screenshoots
Why? Why not?