Skip to content

andxyz/andxyz-writings

Repository files navigation

andxyz.com

Personal website of Andrew Stevens

Design Notes

  • I decided to go with static site generation

  • I hacked up the default octopress theme big time back in 2013

  • I have since moved to Jekyll and cruft is lying in wait in every corner

Some thoughts on writing online in general

With every personal website I see, the about button is always a click away, even on kylerushes personal site.

Tom Preston-Werners face is a mystery to me. Ryan Tomayko's I know.

The difference is that tomayko discusses himself in few short seconds before sharing his ideas. That has made all the difference. Dropping the multi-column layout is getting rid of administrative debris. Generating a static site makes the codebase a pleasure to work on. That is what I want. I feel these people are all hovering around the same notion.

dhh's site is all one page now. awesome. This happened after I made my blog. The wavelength is out there.

Design influenced by:

Why Jekyll/Octopress?

Two posts made me think the most:

Random notes for myself:

Useful tasks
bundle exec jekyll clean
bundle exec jekyll serve
bundle exec rake deploy

# see the helpers
./preview.sh
./deploy.sh
Todo?
location ~ ^/assets/ {
  expires 1M;
  add_header Cache-Control public;

  add_header ETag "";
  break;
}

About

Andrew writes and shares stuff online

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published