Poetry Website
This is the source of the official Poetry website.
It's built using the static site generator Hugo and the Markdown docs from the Poetry repo.
Requirements
- Poetry
- Node.js 14 (and
npm)
Local development
If you want to work on this project locally, follow the instructions below:
- Fork this repository
- Clone your fork locally
- Run
make site, which will:- Perform a sparse checkout of the
poetryrepo intocontent/docs - Concurrently run
rollupto compile assets andhugoto serve content
- Perform a sparse checkout of the
The website will now be accessible at http://localhost:1313 and reload on any changes.