diff options
author | Martin Ashby <martin@ashbysoft.com> | 2024-03-04 16:24:45 +0000 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2024-03-10 22:03:45 +0000 |
commit | e12c0d23ad72ffa9389d90311453db535f57e450 (patch) | |
tree | 00e8caf78140dee2c9af4568d7d2fb083b80b906 /themes/XMin/exampleSite/config.yaml | |
parent | 5ed483825a50cadb1d3d2dd55f9e4ebc52716660 (diff) | |
download | mfashby.net-e12c0d23ad72ffa9389d90311453db535f57e450.tar.gz mfashby.net-e12c0d23ad72ffa9389d90311453db535f57e450.tar.bz2 mfashby.net-e12c0d23ad72ffa9389d90311453db535f57e450.tar.xz mfashby.net-e12c0d23ad72ffa9389d90311453db535f57e450.zip |
Prepare to move to zine static site generator instead of hugo
https://zine-ssg.io/documentation/
Diffstat (limited to 'themes/XMin/exampleSite/config.yaml')
-rw-r--r-- | themes/XMin/exampleSite/config.yaml | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/themes/XMin/exampleSite/config.yaml b/themes/XMin/exampleSite/config.yaml deleted file mode 100644 index 6b5e2eb..0000000 --- a/themes/XMin/exampleSite/config.yaml +++ /dev/null @@ -1,38 +0,0 @@ -baseurl: "/" -languageCode: "en-us" -title: "A minimal Hugo website" -theme: "hugo-xmin" -googleAnalytics: "" -disqusShortname: "" -ignoreFiles: ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"] -footnotereturnlinkcontents: "↩" - -permalinks: - note: "/note/:year/:month/:day/:slug/" - post: "/post/:year/:month/:day/:slug/" - -menu: - main: - - name: Home - url: "" - weight: 1 - - name: About - url: "about/" - weight: 2 - - name: Categories - url: "categories/" - weight: 3 - - name: Tags - url: "tags/" - weight: 4 - - name: Subscribe - url: "index.xml" - -params: - description: "A website built through Hugo and blogdown." - footer: "© [Yihui Xie](https://yihui.org) 2017 -- 2020 | [Github](https://github.com/yihui) | [Twitter](https://twitter.com/xieyihui)" - -markup: - goldmark: - renderer: - unsafe: true |