KaiOS.dev is a Hugo static site hosted on Cloudflare Pages focused on KaiOS development. It is written by Tom Barrasso, a KaiOS and Cloud Phone developer.
This project includes a DevContainer setup with Hugo, Typos, and uses the Puppet theme. DevContainers require Docker, otherwise you can install Hugo locally and build directly on your machine.
git submodule update --init --recursive
hugo server --bind 0.0.0.0 --disableFastRender --noHTTPCacheRun local development server with live reload. The site will be available at http://localhost:1313.
hugo --minify --gc--cleanDestinationDir --environment productionThis builds the website, including all HTML, CSS, and JavaScript, in the default public/ directory.
Edits and corrections are welcome. File an Issue or open a Pull Request. Guest submissions focused on KaiOS development will be considered, but at the discretion of the author.
For contribution guidelines, local setup instructions, and licensing information, see CONTRIBUTING.md.
This site is deployed to KaiOS.dev, hosted on Cloudflare Pages, and built automatically using a GitHub Action on pushes to the main branch.
The content of this website is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. External images are sourced primarily from the public domain and are the property of their respective owners. Best effort is made to provide links and citations where possible. Code samples are provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement.
For detailed licensing information, including what license applies to which files and contribution guidelines, see LICENSES.md.