1
0
Fork 0
mirror of https://github.com/gethinode/template.git synced 2026-06-15 07:38:49 -05:00
A template to get you started with Hinode quickly https://template.gethinode.com
Find a file Use this template
Mark Dumay 15997a81a8
Merge pull request #586 from gethinode/hugo-mod-dependencies
Update Hugo module dependencies
2026-05-05 07:04:09 +02:00
.github build(deps): bump gethinode/create-pull-request from 7 to 8 2026-05-04 23:11:42 +00:00
.husky feat: upgrade to Hinode v2 2026-03-24 09:36:34 +01:00
archetypes Upgrade to gethinode/hinode main package 2023-02-04 08:16:09 +01:00
assets Add assets folders 2023-08-15 12:45:27 +02:00
config fix: update purge css settings to support sidebar navigation 2026-04-06 06:48:34 +02:00
content Upgrade to Hinode v1 2025-07-01 13:30:51 +02:00
data ci: update netlify build environment 2026-03-24 09:51:00 +01:00
i18n Fix #40 2022-12-11 15:22:11 +01:00
layouts Add default mounts 2022-12-10 06:59:48 +01:00
static Add default mounts 2022-12-10 06:59:48 +01:00
.eslintrc.yml Update linting configuration 2023-07-21 16:37:28 +02:00
.gitignore ci: update netlify build environment 2026-03-24 09:51:00 +01:00
.markdownlint-cli2.jsonc Disable table validation 2024-01-19 05:41:25 +01:00
.stylelintignore Update config from main repo 2023-08-15 12:36:02 +02:00
.stylelintrc.json Update linting configuration 2023-07-21 16:37:28 +02:00
eslint.config.mjs feat: upgrade to Hinode v2 2026-03-24 09:36:34 +01:00
go.mod fix: update Hugo module dependencies 2026-05-03 10:02:19 +00:00
go.sum fix: update Hugo module dependencies 2026-05-03 10:02:19 +00:00
hugo_stats.json fix: bump dependencies 2026-04-06 06:50:58 +02:00
LICENSE feat: upgrade to Hinode v2 2026-03-24 09:36:34 +01:00
netlify.toml ci: update netlify build environment 2026-03-24 09:51:00 +01:00
package-lock.json Merge branch 'main' into dependabot/npm_and_yarn/eslint-10.2.1 2026-05-05 06:49:39 +02:00
package.json Merge branch 'main' into dependabot/npm_and_yarn/eslint-10.2.1 2026-05-05 06:49:39 +02:00
README.md Fix linting issues 2023-11-23 07:33:18 +01:00

Hinode - Template

A clean documentation and blog theme for your Hugo site based on Bootstrap 5

Hugo website Netlify Status UptimeRobot Status Last commit Issues Pulls License

About

Logo

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.