tweaselORG / docs.tweasel.org

Documentation site for the tweasel project.
https://docs.tweasel.org/
Other
0 stars 0 forks source link

docs.tweasel.org

Documentation site for the tweasel project.

Build

This site requires the extended version of hugo with at least version 75 to be installed.

Then you can run the following to build the HTML:

hugo --baseURL 'https://docs.tweasel.org' --minify

If you want to run a development server, you can use:

hugo server --minify

License

The code for this site (everything other than the /content folder) is licensed under the MIT license. The content (in the /content folder) is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license. See the LICENSE file for details.

Issues and pull requests are welcome! Please be aware that by contributing, you agree for your work to be licensed under the MIT or CC BY 4.0 license respectively.