From e131686760d4325ed5316033d60d5ac81ada0d1c Mon Sep 17 00:00:00 2001 From: Mubashshir Date: Wed, 2 Aug 2023 14:19:46 +0600 Subject: Initial commit Signed-off-by: Mubashshir --- hugo.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hugo.toml (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..ed0e673 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,5 @@ +baseURL = 'http://apps.jadupc.com/' +languageCode = 'en-us' +title = 'JaduPc Apps' + +disableKinds = ["section", "taxonomy", "term", "RSS", "sitemap", "robotsTXT", "404"] -- cgit v1.2.3