Files
hinode/exampleSite
2022-02-10 06:13:08 +01:00
..
2022-02-10 06:13:08 +01:00
2022-02-09 17:38:11 +01:00
2022-01-28 06:55:48 +01:00
2022-01-15 06:28:00 +01:00
2022-02-10 06:12:56 +01:00
2022-01-15 06:28:00 +01:00
2022-01-15 06:28:00 +01:00
2022-01-15 06:28:00 +01: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

  1. Install Hugo (see quickstart).

  2. Clone this repository.

    $ git clone https://github.com/markdumay/hugo-theme-hinode
    $ cd hugo-theme-hinode/exampleSite
    
  3. Run Hugo server.

    $ hugo server
    

Note

- The exampleSite uses the theme hugo-theme-hinode by setting themesDir as ../../. Adjust this as needed.