template

A template to get you started with Hinode quickly

MIT License

Stars
9
Committers
3

Hinode - Template

About

Hinode is a clean blog theme for Hugo, an open-source static site generator. Use this template if you would like to take advantage of automation features, provided by npm and GitHub actions. Visit the docs for an alternative installation that uses Hugo only.

Prerequisites

Hinode is a theme that uses Hugo modules to install and maintain various components. The Hinode template requires the following software to be installed on your local machine. The Hugo binary itself is embedded as an npm binary.

Installation

  1. Create a new repository

    Click the button Use this template to initialize a new repository based on this template (log in to GitHub if needed).

  2. Clone a local copy

    git clone https://github.com/owner/my-hinode-site && cd my-hinode-site # replace "owner/my-hinode-site"
    
  3. Install the npm packages and hugo modules

    npm install && npm run mod:update
    

You can now run npm run start to start a local development server.