Skip to content

python-poetry/website

main
Switch branches/tags
Code

Latest commit

updates:
- [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
4b51cfe

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time

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

Local development

If you want to work on this project locally, follow the instructions below:

  1. Fork this repository
  2. Clone your fork locally
  3. Run make site, which will:
    • Perform a sparse checkout of the poetry repo into content/docs
    • Concurrently run rollup to compile assets and hugo to serve content

The website will now be accessible at http://localhost:1313 and reload on any changes.