Updated the output to separate build and serve, replaced the windows disclaimer
1 file changed
tree: e507140d6194809dcb014ca058378a6dd522352f
  1. bin/
  2. devtest/
  3. plugins/
  4. .dockerignore
  5. .gitignore
  6. DOCKER.md
  7. Dockerfile
  8. Getting_Started.md
  9. LICENSE
  10. pelicanconf.md
  11. README.md
  12. requirements.txt
README.md

Tools for using Pelican at the ASF

The infrastructure-pelican repository provides a customized process for working with Pelican-based websites at the ASF.

TBD: Get your site started!

Running Local Preview Builds

Once your infrastructure-pelican site is deployed to GitHub, you can easily deploy it for local testing on OSX or Linux. This may work under WSL or cygwin, but will not work under native Windows.

Download the automatic build tool, and run it, providing the name of your GitHub website repo.

Example:

./local-pelican-website.sh infrastructure-website

Once the process has completed, you should be able to see the rendered site by opening a web browser to http://localhost:8000/

Contact users@infra.apache.org for any questions or comments.