... a port of digitalcraftsman's origin Hugo Hikari theme ...
... which is itself a port of Mathieu Mayer-Mazzoli's origin Hikari theme made for Jekyll.
Inside the folder of your Hugo site run:
$ mkdir themes
$ cd themes
$ git clone https://github.com/dt801ts/sublime-hugo-theme.git
For more information read the official setup guide of Hugo.
Take a look inside the exampleSite
folder of this theme. To build or re-build:
$ hugo
To test:
$ hugo server
Now enter localhost:1313
in the address bar of your browser.
Inside exampleSite
folder of this theme, you'll find a file named config.toml
.
Copy the config.toml
into the root folder of your Hugo site. Feel free to change strings as you like to customize your website.
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.
This theme is released under the MIT license. For more information read the License.
Thanks to