My blog.
git clone https://github.com/ashfurrow/blog.git
cd blog
bundle install
rake
Then navigate to http://0.0.0.0:4567.
This work by Ash Furrow is licensed under a Creative Commons Attribution 4.0 International License.
Code I've written is licensed under MIT. Other components such as Bootstrap or the original blog theme have their own licenses.
Thanks to the following people and projects:
- Orta Therox
- Katarina Batina
- Tom Creighton
- Middleman
- Clean Blog Theme
- middleman-s3_sync
- middleman-cdn
- middleman-syntax
- middleman-inliner
- loadCSS
- Font Awesome
- This colour
- This colour scheme
- s3cmd
- vertical timeline jquery thingy
- @CloudyConway
- IcoMoon
- CloudFlare
All banner (full-width) images on the site are my own unless they link to an external source. I release my photos under the same license as this blog; the licenses of others' work vary.
I'd like to thank the following contributors.
Photo | Photographer |
---|---|
Main banner on Portfio. | Andrey Tochilin |
"Software" banner on Portfolio. | Nick Simmons |
Blogging image on Portfolio | Pete O'Shea |
Several blog post header backgrounds | Cloudy Conway (license) |
The site is served from S3, but through CloudFlare's CDN. The CDN caches everything on edges. These edges respect the caching header set on individual files. CloudFlare also sets a browser cache expiration of 30 minutes for all content (if a longer one is not specified, see below).
After deploying, new or modified files in the javascripts
, css
, img
, and fonts
directories have one year cache expirations set. Afterward, Cloudflare's cached content is invalidated. Users are served fresh css and javascript after changes made to those files because middleman uses hashes for those resources; updated css/javascript will be stored in a differently named file.