テンプレート処理の基本
コンテント、リソース、データをレンダリングするためのテンプレートを生成します。
詳しく見る »
Template types
Create templates of different types to render your content, resources, and data.
詳しく見る »
テンプレートの適用順
Hugo uses the rules below to select a template for a given page, starting from the most specific.
詳しく見る »
Home templates
The home page of a website is often formatted differently than the other pages. For this reason, Hugo makes it easy for you to define your new site’s home page as a unique template.
詳しく見る »
Single templates
Create a single template to render a single page.
詳しく見る »
Section templates
Use section templates to list members of a section.
詳しく見る »
Taxonomy templates
Create a taxonomy template to render a list of terms.
詳しく見る »
Term templates
Create a term template to render a list of pages associated with the current term.
詳しく見る »
コンテントビューテンプレート
Hugo can render alternative views of your content, useful in list and summary views.
詳しく見る »
独自のショートコードテンプレート生成
You can extend Hugo’s embedded shortcodes by creating your own using the same templating syntax as that for single and list pages.
詳しく見る »
サイトマップテンプレート
Hugo provides built-in sitemap templates.
詳しく見る »
RSS テンプレート
Use the embedded RSS template, or create your own.
詳しく見る »
独自の 404 ページ
Create a template to render a 404 error page.
詳しく見る »
robots.txt template
Hugo can generate a customized robots.txt in the same way as any other template.
詳しく見る »
Embedded templates
Hugo provides embedded templates for common use cases.
詳しく見る »
Custom output formats
Hugo can output content in multiple formats, including calendar events, e-book formats, Google AMP, and JSON search indexes, or any custom text format.
詳しく見る »