Port of Mathieu Mayer-Mazzoli's Hikari theme to Hugo
Hikari is a simple theme for bloggers that focuses on minimalism to draw attention to the content. It is a port of Mathieu Mayer-Mazzoli’s original Hikari theme for Jekyll. The theme includes features such as a comment system powered by Disqus, optional Google Analytics for statistics, support for RSS, and syntax highlighting for source code.
Please note that this theme is no longer maintained.
To install the Hikari theme for your Hugo site, follow these steps:
Inside the folder of your Hugo site, run the following command:
$ git clone [theme-repo-url] themes/hikari
Replace [theme-repo-url] with the actual URL of the Hikari theme repository.
Copy the config.toml file from the exampleSite folder of the theme, and paste it into the root folder of your Hugo site.
Customize the config.toml file to your liking, changing any strings as desired.
If you want to enable the Disqus comment system, add your Disqus shortname to the config.toml file.
Additionally, if you want to use Google Analytics, enter your tracking code in the corresponding field in the config.toml file. Remember that this is optional.
Finally, to see your site in action, run Hugo’s built-in local server by entering the following command:
$ hugo server
Access your site by entering localhost:1313 in the address bar of your browser.
Hikari is a minimalistic theme for bloggers that focuses on content. It offers integration with Disqus for comments, optional Google Analytics for statistics, RSS support, and syntax highlighting for source code in blog posts. Although the theme is no longer maintained, it provides a simple and clean design for bloggers.