Kiera - A Hugo Theme for writing
The Kiera Theme for Hugo is a specialized theme designed for presenting long essays or technical writing. Originally developed by b. avianto, it is now maintained by funkydan2. The theme offers a simple and clean styling, with support for various features such as image placements, code highlighting, Font Awesome icons, mathematics, commenting, and more.
To install the Kiera Theme for Hugo, follow the steps below:
git submodule add https://github.com/funkydan2/hugo-kiera.git themes/hugo-kiera
Alternatively, you can update the theme using the git submodule method by running:
git submodule update --remote themes/hugo-kiera
If you prefer to use the independent directory method, delete the directory corresponding to the theme and download the latest version of the theme by cloning the repository:
git clone https://github.com/funkydan2/hugo-kiera.git themes/hugo-kiera
The Kiera Theme for Hugo is a specialized theme designed for presenting long essays or technical writing. It offers a simple and clean styling with various features such as image placements, code highlighting, Font Awesome icons, and more. The theme can be installed using the git submodule method or the independent directory method.