From 52ecded96e13946e84ec9336d43585690169c065 Mon Sep 17 00:00:00 2001 From: testuser Date: Sun, 15 Jun 2025 17:20:00 +0530 Subject: initial commit --- hugo.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hugo.toml (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..163d167 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,4 @@ +baseURL = 'https://devlearnings.xyz/' +languageCode = 'en-in' +title = 'DevLearnings - A learning platform for developers' +theme = 'ananke' -- cgit v1.2.3