Skip to content

AlexRogalskiy/website-poetry

 
 

Repository files navigation

Poetry Website

Poetry

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

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/*.md from 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:https://localhost:1313 and reload on any changes.

About

Source for the official Poetry website

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 57.9%
  • CSS 26.3%
  • JavaScript 9.5%
  • Python 4.5%
  • Ruby 1.3%
  • Makefile 0.5%