Use the port 9000 in the IP to location example
1 file changed
tree: 494980284ee9ef531468ea7bf56f4e03f9cd20c5
  1. _data/
  2. _layouts/
  3. _sass/
  4. assets/
  5. developer-manual/
  6. examples/
  7. getting-started/
  8. notes/
  9. .asf.yaml
  10. .gitignore
  11. _config.yml
  12. about.md
  13. CNAME
  14. favicon.ico
  15. Gemfile
  16. Gemfile.lock
  17. index.html
  18. README.md
  19. release.md
README.md

Apache Baremaps Website

This repository holds the content of the baremaps.apache.org website.

The website is generated using Jekyll, as configured by the .asf.yaml file

Changes to the main branch should be live within a few minutes.

The website builds can be followed on ci2.apache.org, the `jekyll_websites`` builder can be found at https://ci2.apache.org/#/builders/7 as I write this.

The Baremaps source code is at https://github.com/apache/incubator-baremaps

How to stage changes

TODO, clarify the .asf.yaml setup for this.

How to test the website locally

There are many ways to do this, including

docker run -p 4000:4000 -v $(pwd):/site bretfisher/jekyll-serve