Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 826 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 826 Bytes

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.