From 583c01de122be399dcbf200ccc3f8bb8687c2cd1 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Fri, 26 Sep 2025 17:40:43 +0200 Subject: Added the changes that allow for blogging --- hugo.toml | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml index b1f04c2..0e63095 100644 --- a/hugo.toml +++ b/hugo.toml @@ -4,30 +4,7 @@ languageCode = 'en-gb' title = "Karan Jayachandra" timeZone = 'Europe/Amsterdam' copyright = "Creative Commons Attribution-ShareAlike 4.0 International" +summaryLength = 10 # Theme Configuration enableEmoji = true - -# Enable SEO service -enableRobotsTXT = true - -[menu] - [[menu.main]] - name = 'CV' - url = 'https://karanjayachandra.gitlab.io/cv' - [[menu.main]] - name = 'Email' - url = 'mailto:me@karanj.com' - [[menu.main]] - name = 'Gitlab' - url = 'https://gitlab.com/KaranJayachandra' - [[menu.main]] - name = 'LinkedIn' - url = 'https://www.linkedin.com/in/karanjayachandra' - -# Parameters for theming -[params] - title = "Karan Jayachandra's Home Page" - favicon = "favicon.png" - images = ["logo.png"] - dateFormat = "2006-01-02" \ No newline at end of file -- cgit v1.3.1