diff options
Diffstat (limited to 'themes/kvog/hugo.toml')
| -rw-r--r-- | themes/kvog/hugo.toml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/themes/kvog/hugo.toml b/themes/kvog/hugo.toml deleted file mode 100644 index a84662e..0000000 --- a/themes/kvog/hugo.toml +++ /dev/null @@ -1,32 +0,0 @@ -baseURL = 'https://example.org/' -locale = 'en-US' -title = 'My New Hugo Project' - -[menus] - [[menus.main]] - name = 'Home' - pageRef = '/' - weight = 10 - -# [[menus.main]] -# name = 'Posts' -# pageRef = '/posts' -# weight = 20 - -# [[menus.main]] -# name = 'Notes' -# pageRef = '/notes' -# weight = 30 - -# [[menus.main]] -# name = 'Tags' -# pageRef = '/tags' -# weight = 40 - -[module] - [module.hugoVersion] - extended = false - min = '0.146.0' - -[markup.goldmark.renderer] - unsafe = true |