Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 298 Bytes

File metadata and controls

21 lines (14 loc) · 298 Bytes

anthonybruno.dev

Personal website hosted at anthonybruno.dev. Uses Jekyll.

Running locally

Pre-reqs

  • Docker
  • Go (1.13+)

Commands

Build and serve site

make serve

Pull read books from Goodreads

make fetch_goodreads

Run everything

make all