hugo convert toJSON
hugo convert toJSON
Convert front matter to JSON
概要
toJSON converts all front matter in the content directory to use JSON for the front matter.
hugo convert toJSON [flags] [args]
オプション
-h, --help help for toJSON
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)
-o, --output string filesystem path to write files to
--quiet 出力抑制モード (quite mode) によりビルドを行います。
-M, --renderToMemory メモリーにレンダーします。 (サーバー起動時に有用)
-s, --source string ファイル入力元を相対パスで指定します。
--themesDir string テーマディレクトリのパスを指定します。
--unsafe enable less safe operations, please backup first
-v, --verbose 詳細出力を行います。
SEE ALSO
- hugo convert - Convert your content to different formats