This theme is mainly used for taking notes with AsciiDoctor and can be easily navigated in different chapters.
Asciidoctor is more expressive than Markdown. For example, it has easier diagrams integration and more powerful tables.
Example website can be found here. Preview.
- Initialize the hugo module system in your site project:
hugo mod init github.com/<your_user>/<your_project>
- Import the theme in
config.toml
:[module] [[module.imports]] path = 'github.com/spf13/hyde'
- Update modules
hugo mod get -u