api.afeld.me icon indicating copy to clipboard operation
api.afeld.me copied to clipboard

nerdiest homepage ever

Aidan Feldman API

To run locally

  1. Download and start Docker.

  2. Start the server.

    docker compose up --build
    
  3. Open http://localhost:4567.

Checking broken links

gem install html-proofer
bundle exec middleman build
htmlproofer ./build

Customizing for specific roles

  1. Create a new branch locally from the compact branch

  2. Get the latest updates:

    git fetch
    git rebase origin/main
    
  3. Add "skip": true to roles that should be hidden

  4. Open Chrome to preview

  5. Print to PDF

See also

https://github.com/danfang/me-api