# 設定ファイルしたい(`/config/`) ```{toctree} --- maxdepth: 1 --- hugo-config-hugo hugo-config-sections hugo-config-environment hugo-config-languages hugo-config-menu hugo-config-permalinks hugo-config-taxonomies hugo-config-pagination hugo-config-googleAnalytics hugo-config-copyright hugo-config-format hugo-config-markup ``` ## 設定ファイルを変更したい(`hugo --config`) ```console $ hugo --config 設定ファイル $ hugo --config 設定ファイル1,設定ファイル2,設定ファイル3 ``` `--config`オプションで設定ファイルのパスを変更できます。 複数の設定ファイルを指定したり、 ディレクトリを指定したりできます。 ## リファレンス - [Configuration directory](https://gohugo.io/getting-started/configuration/#configuration-directory)