Overview
The KodamaTheme is a theme inspired by the Hugo Academic theme. It is built on the Zola framework and does not use any JavaScript. The CSS is built with Tailwind CSS and the blog articles are themed with @tailwindcss/typography theme. This theme provides a clean and minimalistic design for websites.
Features
- Built on the Zola framework
- Does not use JavaScript
- CSS is built with Tailwind CSS
- Themed blog articles with @tailwindcss/typography theme
Installation
To install the KodamaTheme, follow these steps:
- Follow the official Zola tutorial to get started with Zola.
- Install the theme as you would install any other theme.
- Set the variable
themeto “kodama-theme” in theconfig.tomlfile.
Generate the CSS:
- Install Tailwind CSS framework by following the installation page of Tailwind CSS.
- Create a file
styles/styles.css. - Use the appropriate command to generate the final CSS file.
- The resulting file
static/styles/styles.cssshould be loaded in the HTML.
Note: The generation of the CSS is not automated, so you will need to re-run the command to generate the CSS file whenever changes are made to the styling.
Summary
The KodamaTheme is a Zola-based theme that does not use JavaScript and uses Tailwind CSS for styling. It provides a clean and minimalistic design for websites and allows for easy configuration of the index page, contact page, sections, blog, and publications.