This repo contains documentation for GoTermux.
Build on Hugo, uses HuDocs theme.
Latest tested version of Hugo is v0.147.0+extended
.
To build, use hugo build
. To have a live preview, use hugo serve --disableFastRender
.
For more information about Termux and its capabilities, you might find these links helpful:
- Termux Wiki: Contains documentation for all things Termux.
- Termux:API: Documentation for the Termux API.
- Termux on GitHub: The official GitHub repository for the Termux application.
Output of Termux API command vary from device to device and versions of Termux itself.
Since the documentation uses the HuDocs theme, you may want to use some of its additional features — such as advanced code blocks.
- HuDocs - Overview: The official HuDocs documentation.
When using hugo serve
also use --disableFastRender
otherwise you might be served cached content even when you
changed a thing or two. Also, sometimes it helps to completely obliterate public
and resources
folders that
are created by hugo serve
.