From cd6644ea4ddc78597934ab0ef5ba50e3c3daa927 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 8 Jul 2023 23:25:41 +0200 Subject: Moved to a simpler SSG --- config.toml | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 config.toml (limited to 'config.toml') diff --git a/config.toml b/config.toml deleted file mode 100644 index 160f755..0000000 --- a/config.toml +++ /dev/null @@ -1,46 +0,0 @@ -baseURL = 'https://mitjafelicijan.com/' -languageCode = 'en-us' -title = 'Mitja Felicijan' - -# Theme selction. -theme = 'simple' - -# Makes url's have '.html' at the end. -uglyurls = true - -# Length of summary. -summaryLength = 5 - -# Enabling robots.txt. -enableRobotsTXT = true - -# Custom params. -[params] - description = 'You do not learn by relaxing. You learn by violently assaulting your problem until it surrenders its mysteries to you.' - -# URL if not specified in a post or a page. -[permalinks] - posts = ':title' - pages = ':title' - -# Author information. -[author] - name = 'Mitja Felicijan' - -# Additional markup settings. -[markup] - [markup.tableOfContents] - endLevel = 5 - ordered = false - startLevel = 2 - - [markup.goldmark.renderer] - unsafe = true - - [markup.highlight] - style = 'github' - -# Output formats. -[outputs] - home = ["HTML", "RSS", "JSON"] - section = ["HTML", "RSS", "JSON"] -- cgit v1.2.3