mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-18 07:23:09 +00:00
Hugo Theme Hinode - Example Site
This repository offers an example site for the Hugo Theme Hinode. The example is also available as an online demo hosted by Netlify.
Usage
-
Install Hugo (see quickstart).
-
Clone this repository.
$ git clone https://github.com/markdumay/hugo-theme-hinode $ cd hugo-theme-hinode/exampleSite
-
Run Hugo server.
$ hugo server
Note
- The exampleSite uses the theme
hugo-theme-hinode
by settingthemesDir
as../../
. Adjust this as needed.