Minhikari (for minimal hikari) is a fork of Hikari theme for hugo by digitalcraftsman. Hikari is currently deprecated so I'm maintaining Minhikari with new features for my own usage. Please note that some parts of this README are still the same than the original Hikari repository.
New features:
- Dark/Light theme
Hikari is a simple theme for bloggers, whose minimalism tries to focus readers on the content. It's a port of Mathieu Mayer-Mazzoli's orignal Hikari theme made for Jekyll. Noteworthy features are the integration of a comment-system powered by Disqus, optional statistics via Google Analytics, support for RSS and syntax highlighting for source code in blog posts.
Inside the folder of your Hugo site run:
mkdir themes
cd themes
git clone https://github.com/epsxy/minhikari.git
For more information read the official setup guide of Hugo.
Take a look inside the exampleSite
folder of this theme. You'll find a file called config.toml
.
To use it, copy the config.toml
in the root folder of your Hugo site. Feel free to change strings as you like to customize your website.
This theme features a comment system powered by Disqus too. Just add your Disqus-shortname to the config.toml
and let readers respond to your blog posts.
In order to get statistics about your blog and it's visitors, just enter your tracking code in the corresponding field in the configs. As with Disqus, the use of Google Analytics is completely optional.
In order to see your site in action, run Hugo's built-in local server.
hugo server
Now enter localhost:1313
in the address bar of your browser.
Did you found a bug or got an idea for a new feature? Feel free to use the issue tracker to let me know. Or make directly a pull request.
Please create a separate branch for each pull request.
This theme is released under the MIT license. For more information read the License.
Thanks to
- digitalcraftsman for porting the original Hikari theme to hugo.
- Mathieu Mayer-Mazzoli for creating this theme
- Steve Francia for creating Hugo and the awesome community around the project.