Skip to content

afeld/api.afeld.me

Repository files navigation

Aidan Feldman API

This is a static site built with Middleman.

To run locally

  1. Install Ruby.

  2. Install dependencies.

    bundle install
  3. Start the server.

    bundle exec middleman
  4. Open http://localhost:4567.

Checking broken links

bundle exec middleman build
htmlproofer ./build

Checking tenses

  1. Install uv.

  2. Install dependencies.

    uv sync
  3. Install the spaCy model.

    uv run python -m spacy download en_core_web_sm
  4. Run

    uv run pytest

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

About

nerdiest homepage ever

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors