website
website copied to clipboard
Source for the official Poetry website
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 18 (and
npm)
Local development
To work on this project locally, first fork and clone this repo. Then:
make site
or, to instead use docs from a local poetry repo:
make site POETRY_REPO=../path/to/local/poetry/repo
This will
- Either fetch or symlink
docs/*.mdfrom thepoetryrepo intocontent/docs - Concurrently run
rollupto compile assets andhugoto serve content
The website will now be accessible at http://localhost:1313 and reload on any changes.