From 5de7de4e64cb20183ebfe86e16578f4abd62a23e Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 14 Nov 2020 21:17:02 +0100 Subject: Port theme to zola template --- themes/xmin/exampleSite/config.toml | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 themes/xmin/exampleSite/config.toml (limited to 'themes/xmin/exampleSite/config.toml') diff --git a/themes/xmin/exampleSite/config.toml b/themes/xmin/exampleSite/config.toml deleted file mode 100644 index 7147426..0000000 --- a/themes/xmin/exampleSite/config.toml +++ /dev/null @@ -1,36 +0,0 @@ -baseurl = "/" -languageCode = "en-us" -title = "A minimal Hugo website" -theme = "hugo-xmin" -googleAnalytics = "" -disqusShortname = "" -ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"] -footnotereturnlinkcontents = "↩" - -[permalinks] - post = "/post/:year/:month/:day/:slug/" - note = "/note/:year/:month/:day/:slug/" - -[[menu.main]] - name = "Home" - url = "/" - weight = 1 -[[menu.main]] - name = "About" - url = "/about/" - weight = 2 -[[menu.main]] - name = "Categories" - url = "/categories/" - weight = 3 -[[menu.main]] - name = "Tags" - url = "/tags/" - weight = 4 -[[menu.main]] - name = "Subscribe" - url = "/index.xml" - -[params] - description = "A website built through Hugo and blogdown." - footer = "© [Yihui Xie](https://yihui.name) 2017 -- 2019 | [Github](https://github.com/yihui) | [Twitter](https://twitter.com/xieyihui)" -- cgit 1.4.1