diff options
author | Leonardo Santiago <[email protected]> | 2024-06-01 15:25:15 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-06-01 15:25:15 -0300 |
commit | 735b245871d94cb6ace8913cd1370b02b5aeb28b (patch) | |
tree | 10d9e97d553a5059513a34a5f2b09ae8e9a0dab0 /config/_default/hugo.toml | |
parent | 31bc6a2f54d86a4978be063f5e614881c625c597 (diff) |
remove old theme, use bearblog theme instead
Diffstat (limited to 'config/_default/hugo.toml')
-rw-r--r-- | config/_default/hugo.toml | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml deleted file mode 100644 index 41a40d6..0000000 --- a/config/_default/hugo.toml +++ /dev/null @@ -1,66 +0,0 @@ -# -- Site Configuration -- -# Refer to the theme docs for more details about each of these parameters. -# https://blowfish.page/docs/getting-started/ - -theme = "blowfish" -baseURL = "https://o-santi.github.io" -defaultContentLanguage = "en" - -enableRobotsTXT = true -paginate = 10 -summaryLength = 0 - -capitalizeListTitles = false -pluralizeListTitles = false - -buildDrafts = false -buildFuture = false - -# googleAnalytics = "G-XXXXXXXXX" - -[imaging] - anchor = 'Center' - -[taxonomies] - tag = "tags" - category = "categories" - author = "authors" - series = "series" - -[sitemap] - changefreq = 'daily' - filename = 'sitemap.xml' - priority = 0.5 - -[outputs] - home = ["HTML", "RSS", "JSON"] - -[related] - threshold = 0 - toLower = false - - [[related.indices]] - name = "tags" - weight = 100 - - [[related.indices]] - name = "categories" - weight = 100 - - [[related.indices]] - name = "series" - weight = 50 - - [[related.indices]] - name = "authors" - weight = 20 - - [[related.indices]] - name = "date" - weight = 10 - - [[related.indices]] - applyFilter = false - name = 'fragmentrefs' - type = 'fragments' - weight = 10 |