hugo config
hugo config
Print the site configuration
概要
Print the site configuration, both default and custom settings.
hugo config [command] [flags]
オプション
-b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
--cacheDir string filesystem path to cache directory
-c, --contentDir string filesystem path to content directory
--format string preferred file format (toml, yaml or json) (default "toml")
-h, --help help for config
--lang string the language to display config for. Defaults to the first language defined.
--renderSegments strings named segments to render (configured in the segments config)
-t, --theme strings themes to use (located in /themes/THEMENAME/)
Options inherited from parent commands
--clock string Hugo が用いる日時を指定します。--clock 2021-11-06T22:30:00.00+09:00
--config string 設定ファイルを指定します。 (デフォルトは hugo.yaml|json|toml)
--configDir string 設定ディレクトリを指定します。 (デフォルトは "config")
--debug デバッグ出力を行います。
-d, --destination string ファイル出力を行うパスを指定します。
-e, --environment string ビルド環境を指定します。
--ignoreVendorPaths string 指定 Glob パターンにマッチするモジュールパスを _vendor として無視します。
--logLevel string ログレベルを指定します。 (debug|info|warn|error)
--quiet 出力抑制モード (quite mode) によりビルドを行います。
-M, --renderToMemory メモリーにレンダーします。 (サーバー起動時に有用)
-s, --source string ファイル入力元を相対パスで指定します。
--themesDir string テーマディレクトリのパスを指定します。
-v, --verbose 詳細出力を行います。
SEE ALSO
- hugo - hugo builds your site
- hugo config mounts - Print the configured file mounts