这是indexloc提供的服务,不要输入任何密码
Skip to content

neersighted/poetry-website

 
 

Repository files navigation

Poetry website

This is the source of the official Poetry website.

Local development

If you want to work on this project on your local machine, you may follow the instructions below.

  1. Fork this repository
  2. Clone you fork locally
  3. The website uses Hugo so you will need to have it installed. You can follow the official instructions on the website.
  4. You will also need to have npm installed to build and compile assets.
  5. The documentation is not bundled with the website, so you will need to execute poetry run ./bin/website docs pull to retrieve the latest version of the documentation.

Once these steps are done, you can launch the Hugo website with hugo server -w and npm run dev.

About

Source for the official Poetry website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 60.0%
  • CSS 25.4%
  • JavaScript 8.4%
  • Python 4.4%
  • Ruby 1.3%
  • Makefile 0.5%