From bce4b8575a880d2f33846aa2f5bc4e9da688ecf6 Mon Sep 17 00:00:00 2001 From: Olivier Falcoz Date: Sun, 2 Jul 2023 00:03:07 +0200 Subject: [PATCH] Delete 'exampleSite/config.toml' --- exampleSite/config.toml | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 exampleSite/config.toml diff --git a/exampleSite/config.toml b/exampleSite/config.toml deleted file mode 100644 index a0ff74c..0000000 --- a/exampleSite/config.toml +++ /dev/null @@ -1,36 +0,0 @@ -## ----------------------------------------------- -## Basic Configuration -## ----------------------------------------------- - -theme = "hugo-story" - -## ----------------------------------------------- -## Publish -## ----------------------------------------------- - -relativeURLs = "true" -#canonifyURLs = "true" - -# Local -baseURL = "/" -publishDir = "public" - -# Remote -#baseURL = "https://caressofsteel.github.io/demos/hugo/hugo-story/" -#publishDir = "//centos/sites/hugodev/hugostory/" - - -## ----------------------------------------------- -## Hugo Built-in Features -## ----------------------------------------------- - -disableKinds = ["taxonomy", "taxonomyTerm", "section"] -# googleAnalytics = "your-google-analytics-id" - -## ----------------------------------------------- -## Site Parameters -## ----------------------------------------------- - -[Params] - -[Params.social] \ No newline at end of file