A Hinode-powered agency theme for Hugo, an open-source static site generator
Hinode is a clean blog theme for Hugo, an open-source static site generator. This repository provides an agency theme based on Hinode. The theme supports automation provided by npm and GitHub actions. Visit the docs for an alternative installation that uses Hugo only.
Hinode is a theme that uses Hugo modules to install and maintain various components. The Hinode agency theme requires the following software to be installed on your local machine. The Hugo binary itself is embedded as an npm binary.
-
Create a new repository
Click the button
Use this templateto initialize a new repository based on this template (log in to GitHub if needed). -
Clone a local copy
Replace
owner/my-hinode-sitewith your organization and repository name and run the following command:git clone https://github.com/owner/my-hinode-site && cd my-hinode-site
-
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.
