From 3b8dbf8a0c28626ffa977e6494243763621d5118 Mon Sep 17 00:00:00 2001 From: saiskandapgs <34282850+saiskandapgs@users.noreply.github.com> Date: Fri, 2 Jun 2023 21:20:23 +0530 Subject: [PATCH] Update README.md to use new configuration file name Hugo has now changed the default configuration file name to "hugo" and they are also suggesting users to rename them. This change will hopefully help new users who are just getting started. https://gohugo.io/getting-started/configuration/ --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c838f3a..0bff5b0 100755 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Inside the folder of your Hugo project, run: git submodule add https://github.com/nanxiaobei/hugo-paper themes/paper ``` -Open `config.toml`, change `theme` to `"paper"`: +Open `config.toml` or `hugo.toml`, change `theme` to `"paper"`: ```toml theme = "paper" @@ -44,7 +44,7 @@ For more information, please read the [official guide](https://gohugo.io/getting ## Options -Available options to `config.toml`: +Available options to `config.toml` or `hugo.toml`: ```toml disqusShortname = 'YOUR_DISQUS_SHORTNAME' # use disqus comments