This is the full documentation for octopilot. It's a static website build with Hugo.
- the content is written in markdown format, in the content directory
- to render the website:
- install Hugo - see the .github/workflows/release.yml file for the version of Hugo to use
- run
hugo server
in this directory, and open http://localhost:1313/
The Hugo theme is based on the whisper theme.