From 7e41ef70d8424d4ca08512f268493b2344c16e27 Mon Sep 17 00:00:00 2001 From: saadnpq Date: Fri, 15 May 2020 21:50:19 +0200 Subject: [PATCH] fix #1 --- README.md | 2 +- config.toml => example-config.toml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename config.toml => example-config.toml (100%) diff --git a/README.md b/README.md index debb9eb..67e56a8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ after you have installed hugo (see [quick start](https://gohugo.io/getting-start ```sh git clone https://github.com/saadnpq/npq-hugo.git -cp npq-hugo/config.toml . +cp npq-hugo/example-config.toml . ``` ## configuration diff --git a/config.toml b/example-config.toml similarity index 100% rename from config.toml rename to example-config.toml