Nagoya screenshot

Nagoya

Author Avatar Theme by Curegit
Updated: 26 Nov 2025
8 Stars

レスポンシブ対応、日本語特化 Hugo ブログテーマ

Categories

Overview:

Nagoya is a Japanese theme for the static site generator Hugo. It is designed and optimized for Japanese users and does not support internationalization (i18n). You can find a demo site at https://curegit.github.io/nagoya-example/ and the source code for the demo site at https://github.com/curegit/nagoya-example.

Features:

  • Thumbnails: Nagoya allows you to set a thumbnail image for each post. If the post’s front matter includes an images value, that image will be used as the thumbnail. Otherwise, any image in the folder with “feature”, “cover”, or “thumbnail” in the filename will be used.
  • Taxonomies: The theme treats “tag” and “archive” as special taxonomies. Tags are displayed with their own custom icons, and the keywords for each post’s meta tag are automatically set based on the defined tags. Enabling the archive creates an annual list of all posts. The archive values are automatically set from the date, so you don’t need to manually set the archives parameter in each post.
  • Site Parameters: There are a few site-wide configuration parameters that can be set in the hugo.toml file. These parameters include the site’s author, description, keywords, whether to show the last modified date of each post, the starting point of the sidebar section navigation, the number of latest posts to show in the sidebar, the number of related posts to show at the bottom of each post, the number of random posts to show at the bottom of each post, and whether to shuffle the order of related and random posts.

Installation:

To install the Nagoya theme for Hugo, follow these steps:

  1. Open your command line interface.
  2. Navigate to your Hugo project’s root directory.
  3. Run the following command to add the Nagoya theme as a submodule to your project:
git submodule add https://github.com/curegit/nagoya.git themes/nagoya
  1. Open your Hugo site’s configuration file (usually config.toml or config.yaml) and add the following line to set the theme:
theme = "nagoya"
  1. Customize the theme by modifying the theme-specific options in your configuration file.

Summary:

Nagoya is a Japanese theme for the Hugo static site generator. It is designed for Japanese users and offers features such as customizable thumbnails, special treatment of tags and archives, and site-wide configuration parameters. Installing the theme is easy using the provided installation instructions, and customization can be done by modifying the theme-specific options in the Hugo site’s configuration file. Overall, Nagoya is a well-optimized theme that caters to the needs of Japanese users.