https://github.com/go-spatial/tegola-docs
Documentation for working with tegola
https://github.com/go-spatial/tegola-docs
Last synced: 3 months ago
JSON representation
Documentation for working with tegola
- Host: GitHub
- URL: https://github.com/go-spatial/tegola-docs
- Owner: go-spatial
- Created: 2017-11-30T22:50:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-31T17:33:10.000Z (about 2 years ago)
- Last Synced: 2025-12-27T09:26:28.211Z (6 months ago)
- Language: JavaScript
- Homepage: https://tegola.io
- Size: 15.8 MB
- Stars: 5
- Watchers: 5
- Forks: 10
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tegola docs
This repo hosts the docs for [Tegola](https://github.com/go-spatial/tegola). To build the docs you will need [Hugo](https://gohugo.io/) version v0.80.0 or newer.
### Serving the docs locally
Navigate to the repository and then run `hugo server`.
### Deploying the docs
The docs are auto deployed using netlify. If you want to preview what will be built, run `hugo` and the output will be written to the `docs/` folder. The `docs/` folder is ignored by .gitignore.