BR-tech Hugo nettside
  • HTML 54.7%
  • SCSS 26.1%
  • JavaScript 19.2%
Find a file
Remi Bardalen 6e5d287f58
Some checks are pending
Lint & build / lint (push) Waiting to run
Lint & build / build (22.x, macos-latest) (push) Blocked by required conditions
Lint & build / build (22.x, ubuntu-latest) (push) Blocked by required conditions
Lint & build / build (22.x, windows-latest) (push) Blocked by required conditions
Lint & build / build (24.x, macos-latest) (push) Blocked by required conditions
Lint & build / build (24.x, ubuntu-latest) (push) Blocked by required conditions
Lint & build / build (24.x, windows-latest) (push) Blocked by required conditions
Fiks norsk tekst i karusell og sett ned hastigheten til 10s
2026-02-28 18:10:00 +00:00
.github Initial commit: BR-tech Hugo site 2026-02-28 15:52:56 +00:00
_vendor Initial commit: BR-tech Hugo site 2026-02-28 15:52:56 +00:00
archetypes Initial commit: BR-tech Hugo site 2026-02-28 15:52:56 +00:00
assets Initial commit: BR-tech Hugo site 2026-02-28 15:52:56 +00:00
config Initial commit: BR-tech Hugo site 2026-02-28 15:52:56 +00:00
content Initial commit: BR-tech Hugo site 2026-02-28 15:52:56 +00:00
data Fiks norsk tekst i karusell og sett ned hastigheten til 10s 2026-02-28 18:10:00 +00:00
i18n Initial commit: BR-tech Hugo site 2026-02-28 15:52:56 +00:00
layouts Fiks norsk tekst i karusell og sett ned hastigheten til 10s 2026-02-28 18:10:00 +00:00
static fix: remove invalid YAML filter patterns in CMS config 2026-02-28 16:13:47 +00:00
.eslintrc.yml Initial commit: BR-tech Hugo site 2026-02-28 15:52:56 +00:00
.gitignore chore: clean whitespace 2026-02-28 16:19:03 +00:00
.markdownlint-cli2.jsonc Initial commit: BR-tech Hugo site 2026-02-28 15:52:56 +00:00
.stylelintignore Initial commit: BR-tech Hugo site 2026-02-28 15:52:56 +00:00
.stylelintrc.json Initial commit: BR-tech Hugo site 2026-02-28 15:52:56 +00:00
eslint.config.js Initial commit: BR-tech Hugo site 2026-02-28 15:52:56 +00:00
go.mod Initial commit: BR-tech Hugo site 2026-02-28 15:52:56 +00:00
go.sum Initial commit: BR-tech Hugo site 2026-02-28 15:52:56 +00:00
LICENSE Initial commit: BR-tech Hugo site 2026-02-28 15:52:56 +00:00
netlify.toml Initial commit: BR-tech Hugo site 2026-02-28 15:52:56 +00:00
package-lock.json Initial commit: BR-tech Hugo site 2026-02-28 15:52:56 +00:00
package.json Initial commit: BR-tech Hugo site 2026-02-28 15:52:56 +00:00
README.md Initial commit: BR-tech Hugo site 2026-02-28 15:52:56 +00: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.