2023-08-02 13:49:51 +02:00
2023-07-30 14:53:42 +02:00
2022-01-12 06:31:09 +01:00
2023-08-02 13:49:39 +02:00
2023-08-02 08:39:21 +02:00
2023-08-02 08:39:21 +02:00
2023-07-03 13:14:12 +02:00
2023-07-21 14:59:18 +02:00
2022-04-18 07:41:54 +02:00
2023-08-02 13:33:20 +02:00
2023-07-31 07:39:58 +02:00
2022-04-09 05:53:53 +02:00
2023-07-17 14:53:30 +02:00
2022-02-12 06:05:24 +01:00
2022-12-31 15:15:07 +01:00
2023-03-12 08:59:36 +01:00
2023-03-06 07:38:44 +01:00
2023-08-02 13:49:51 +02:00
2023-08-02 13:49:51 +02:00
2023-01-01 09:39:28 +01:00
2023-07-17 16:43:47 +02:00
2023-08-02 08:39:52 +02:00
2023-08-02 08:39:52 +02:00
2023-07-22 07:52:46 +02:00
2023-06-28 07:17:23 +02:00

Hugo Theme Hinode

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

AboutPrerequisitesInstallationConfigurationContributingDonateLicense

About

Logo

Hinode is a clean documentation and blog theme for Hugo, an open-source static site generator. Based on the Bootstrap 5 framework, the rendered site is fast, secure, and responsive. Hinode uses FlexSearch to enable full text search across your site. Finally, the theme supports Node Package Manager to automate the build process and to keep track of dependencies.

Additional features include:

  • Flexible configuration of Hugo modules
  • Switching between light mode and dark mode
  • Support for multiple languages
  • Reusable Bootstrap components through configurable shortcodes and partials
  • Embedded comments through light-weight integration with GitHub via utteranc.es
  • Integrated sidebar navigation for content-heavy sections, such as documentation pages
  • Reponsive image handling for multiple screen sizes and resolutions
  • Optimized search results, scoring 100 points for SEO on PageSpeed Insights
  • Secure by default, scoring A+ on Mozilla Observatory test

Detailed information about Hinode is available on the official website.

Prerequisites

Hinode requires Git, Node.js and npm for local development and testing. Download the Git binary from the official website. Next, download and install Node.js (it includes npm) for your platform.

Installation

Start a new Hinode project in three steps:

  1. Create a new site

    Hinode is available as a template, and a main repository. The template npm to link to the latest available version of Hinode. Unless you plan to customize a lot, it is recommended to use the template:

    git clone https://github.com/gethinode/template.git my-hinode-site && cd my-hinode-site
    

    Use the main theme if you intend to customize the base code:

    git clone https://github.com/gethinode/hinode.git my-hinode-site && cd my-hinode-site
    
  2. Install dependencies

    npm install
    
  3. Start development server

    npm run start
    

Configuration

See the official documentation on how to configure your site.

Contributing

See the official documentation on how to contribute to the open-source development of Hinode.

Credits

Hinode is inspired by the following themes:

  • Blist - a clean and fast blog theme for your Hugo site using Tailwind CSS.
  • Doks - a Hugo theme for building secure, fast, and SEO-ready documentation websites, which you can easily update and customize.

Donate

Buy Me A Coffee

License

The hinode and template codebase is released under the MIT license. The documentation (including the "README" and docs codebase) is licensed under the Creative Commons (CC BY-NC 4.0) license.

Description
A clean documentation and blog theme for your Hugo site based on Bootstrap 5
Readme MIT 592 MiB
Languages
HTML 77.2%
SCSS 17.3%
JavaScript 5.5%