HUGO
ja
非公式
ニュース
ドキュメント
テーマ
コミュニティ
GitHub
Search
gohugoio
Star づけ
暫定公開中 2024/09/16 (
94d7f576a 対応, 2024/09/15
)
Hugo について
本節
Introduction
Hugo の機能
Privacy
セキュリティ
ライセンス
インストール
本節
macOS
Linux
Windows
BSD
はじめよう
本節
クイックスタート
ディレクトリ構造
基本操作
設定
Configure markup
用語集
本書以外の学習リソース
クイックリファレンス
本節
Emojis
Functions
Methods
Page collections
コンテント管理
本節
コンテントの構成
ページバンドル
コンテントフォーマット
フロントマター
ビルドオプション
ページリソース
イメージ処理
ショートコード
関連コンテント
Sections
Content types
アーキタイプ
分類
Summaries
Links and cross references
URL 管理
メニュー
コメント
マルチ言語
Markdown attributes
シンタックスハイライト
Diagrams
Mathematics
Data sources
Content adapters
テンプレート
本節
はじめに
Template types
Lookup order
基本テンプレート
Home templates
Single templates
Section templates
Taxonomy templates
Term templates
部分テンプレート
コンテントビューテンプレート
ショートコードテンプレート
サイトマップテンプレート
RSS テンプレート
404 テンプレート
robots.txt templates
メニュー
ページネーション
Embedded templates
Custom output formats
関数
本節
cast
collections
compare
crypto
css
data
debug
diagrams
encoding
fmt
global
go template
hash
hugo
images
inflect
js
lang
math
openapi3
os
partials
path
reflect
resources
safe
strings
templates
time
transform
urls
メソッド
本節
Duration
Menu
Menu entry
Page
Pager
Pages
Resource
Shortcode
Site
Taxonomy
Time
レンダーフック
本節
Introduction
Blockquotes
Code blocks
Headings
Images
Links
Passthrough
Tables
Hugo モジュール
In this section
Configure Hugo modules
Use Hugo Modules
Theme components
Hugo パイプ
本節
Introduction
Transpile Sass to CSS
PostCSS
PostProcess
JavaScript building
Babel
Asset minification
Concatenating assets
Fingerprinting and SRI hashing
Resource from string
Resource from template
CLI
トラブルシューティング
本節
Logging
Inspection
Deprecation
Performance
FAQs
開発ツール
本節
Editor plugins
Front-ends
検索
Migrations
Other projects
ホスティングと開発
本節
Hugo Deploy
Deploy with Rclone
Deploy with Rsync
Host on 21YunBox
Host on AWS Amplify
Host on Azure Static Web Apps
Host on Cloudflare Pages
Host on Firebase
Host on GitHub Pages
Host on GitLab Pages
Host on KeyCDN
Host on Netlify
Host on Render
貢献
本節
Development
ドキュメント
Themes
メンテナンス
関数
以下の関数は、テンプレートやアーキタイプ内において利用します。
Cast 関数
Template functions to cast a value from one data type to another.
詳しく見る »
Collections 関数
Template functions to work with arrays, slices, maps, and page collections.
詳しく見る »
Compare 関数
複数の値を比較するためのテンプレート関数。
詳しく見る »
Crypto functions
Template functions to create cryptographic hashes.
詳しく見る »
CSS functions
Template functions to work with CSS and Sass files.
詳しく見る »
Data functions
Template functions to read local or remote data files.
詳しく見る »
Debug functions
テンプレートのデバッグを行う Template 関数。
詳しく見る »
Diagram functions
Template functions to render diagrams.
詳しく見る »
Encoding 関数
Template functions to encode and decode data.
詳しく見る »
Fmt functions
Template functions to print strings within a template or to print messages to the terminal
詳しく見る »
Global functions
Global template functions to access page and site data.
詳しく見る »
Go のテンプレート関数、オペレーター、ステートメント
Template functions, operators, and statements provided by Go’s text/template package.
詳しく見る »
Hash functions
Template functions to create non-cryptographic hashes.
詳しく見る »
Hugo functions
Template functions to access information about the Hugo application and the current environment.
詳しく見る »
Image 関数
Use these functions to create an image filter, apply an image filter to an image, and to retrieve image information.
詳しく見る »
Inflect functions
Template functions to inflect English nouns.
詳しく見る »
JavaScript functions
Template functions to work with JavaScript and TypeScript files.
詳しく見る »
Lang functions
Template functions to adapt your site to meet language and regional requirements.
詳しく見る »
Math functions
Template functions to perform mathematical operations.
詳しく見る »
OpenAPI functions
Template functions to work with OpenAPI 3 definitions.
詳しく見る »
OS 関数
オペレーティングシステムと連携するテンプレート関数です。
詳しく見る »
Partial functions
Template functions to call partial templates.
詳しく見る »
Path functions
Template functions to work with file paths.
詳しく見る »
Reflect functions
Template functions to determine a value’s data type.
詳しく見る »
Resource functions
Template functions to work with resources.
詳しく見る »
Safe functions
Template functions to declare a value as safe in the context of Go’s html/template package.
詳しく見る »
String 関数
Template functions to work with strings.
詳しく見る »
Template functions
Use these functions to query the template system.
詳しく見る »
Time functions
Template functions to work with time values.
詳しく見る »
Transform functions
Template functions to transform values from one format to another.
詳しく見る »
URL 関数
URL に関する処理を行うために用いるテンプレート関数です。
詳しく見る »