Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Hugo theme based on the Antora default UI, with full support for Asciidoctor.
The Antora Default UI Hugo Theme is a documentation-focused Hugo theme that brings the visual design of Antora's default UI to a Hugo site with full Asciidoctor support.
The Antora Default UI Hugo Theme is an open-source Hugo theme based on the Antora default UI, built to render technical documentation written in AsciiDoc. It takes Asciidoctor-authored content and produces a static documentation site styled after Antora's default look, running on the Hugo static site generator. The theme is developed by Basil on GitHub and is licensed under the Mozilla Public License 2.0.
assets/js/vendor/highlight.pack.js.editThisPage parameter in config.toml adds a link to the source repository for each page.assets/css/custom.css without editing theme files.description and keywords parameters for SEO on the home page.copyright and since parameters displayed in the footer.themes/ or add it as a Git submodule.Install Hugo and Asciidoctor, then clone or submodule the theme into themes/antora-default-ui-hugo-theme and set theme = "antora-default-ui-hugo-theme" in config.toml. You then configure Asciidoctor attributes such as icons and source-highlighter, and optionally set copyright, keywords, or editThisPage parameters, before building the site with Hugo.
The theme is open source and free to use under the Mozilla Public License 2.0 (MPL-2.0); there are no paid tiers.
Yes. The theme renders AsciiDoc content, so you must install Asciidoctor on your machine in addition to Hugo.
Yes. It is released under the Mozilla Public License 2.0, so it can be used, modified, and redistributed freely with attribution.
The theme ships with highlight.js, configured to support all common highlight.js languages plus AsciiDoc. You can download a custom highlight.js package and place it in assets/js/vendor/highlight.pack.js for extra languages.
Clone https://github.com/basil/antora-default-ui-hugo-theme into themes/antora-default-ui-hugo-theme, or add it as a Git submodule, then set theme = "antora-default-ui-hugo-theme" in config.toml.
Yes. Add custom CSS to assets/css/custom.css, and configure options like editThisPage, description, keywords, since, and copyright in your config.toml.
