Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 2 KB

README.md

File metadata and controls

48 lines (33 loc) · 2 KB

Life in Weeks

This is an interactive map of my life, where each week I've been alive is a little box. The box's border color represents where I was living, the fill color what I was doing. Tap a box to see what I was doing where that week.

I made this to help myself see the bigger picture of the road I've walked.

Read more about Life in Weeks at Wait But Why.

This code was copied and adapted from Buster Benson. It is a single webpage statically-rendered with Hugo hosted on Netlify. It consists of two data files, an introduction, and a template.

🚀 Setup

  1. Install Hugo:
    brew install hugo  # Mac
  2. Clone and run locally:
    git clone https://github.com/ginatrapani/ginatrapani.org.git
    cd ginatrapani.org
    hugo server -D
  1. Visit http://localhost:1313/.

✨ Customize

  • content/ → Page content
  • layouts/ → Templates
  • assets/scss/ → Styles
  • assets/imgs/ → Site-wide images
  • static/ → Unprocessed assets
  • hugo.toml → Site settings

Colophon

This page uses Bootstrap for layout and interaction, and a smidge of jQuery to reflect the current week on the map.

The font is Red Hat Display. Colors chosen via Color Hunt. Edited in Zed.

More Life in Weeks

There are several neat Life in Weeks examples and tools, including:

🍯 “I always get to where I am going by walking away from where I have been.” – Winnie the Pooh