First of all you will need to setup a Hugo site. You can follow the Hugo’s Quick Start Guide for that.
Installation
There are two different ways to install hugo-theme-0x148:
- Via submodule (recommended)
- Via clone
Install theme via submodule
With submodule, your site’s repository doesn’t store a copy of hugo-theme-0x148’s repository. Rather it adds hugo-theme-0x148 as a dependency.
|
|
This will add hugo-theme-0x148’s repository as a submodule to your site’s repository. Now you have to pull the theme:
|
|
That’s all, hugo-theme-0x148 is ready.
Install theme via clone
With clone, you will store a copy of hugo-theme-0x148’s repository in your site’s repository.
|
|
That’s all, hugo-theme-0x148 is ready.
Configuration
To get started with hugo-theme-0x148, copy config.toml
file in exampleSite
directory from hugo-theme-0x148’s repository to your site’s repository.
|
|
You can take a look at the config.toml
file of this site.
Comments powered by Disqus.
You have to accept cookie policy to use comment.