aboutsummaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
authorben <ben@nagy.contact>2025-06-29 14:07:47 -0700
committerben <ben@nagy.contact>2025-06-29 14:07:47 -0700
commitbc0f10634f6593291988f30b5a6485316e96435e (patch)
tree6993e1bb9d435133aa1f7bd15202883d95a5c385 /hugo.toml
parenta1ebb1c85ae6d749170ce4e9b18f0bdec92d27e8 (diff)
Cleaned up non-theme files from repomain
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml24
1 files changed, 0 insertions, 24 deletions
diff --git a/hugo.toml b/hugo.toml
deleted file mode 100644
index 5c26950..0000000
--- a/hugo.toml
+++ /dev/null
@@ -1,24 +0,0 @@
-baseURL = 'https://example.org/'
-languageCode = 'en-US'
-title = 'My New Hugo Site'
-
-[menus]
- [[menus.main]]
- name = 'Home'
- pageRef = '/'
- weight = 10
-
- [[menus.main]]
- name = 'Posts'
- pageRef = '/posts'
- weight = 20
-
- [[menus.main]]
- name = 'Tags'
- pageRef = '/tags'
- weight = 30
-
-[module]
- [module.hugoVersion]
- extended = false
- min = '0.146.0'