diff options
author | Brandon <brandon@btkoch.xyz> | 2024-10-26 19:51:38 -0400 |
---|---|---|
committer | Brandon <brandon@btkoch.xyz> | 2024-10-26 19:51:38 -0400 |
commit | cd0279d2787bbf265e12e309b8a61489c727bb2a (patch) | |
tree | 929cb425266bb2224665c1c989bffebe2d172f4f /hugo.toml |
create repo
Diffstat (limited to 'hugo.toml')
-rw-r--r-- | hugo.toml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..c4b80f5 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,23 @@ +baseURL = 'https://example.org/' +languageCode = 'en-us' +title = 'My New Hugo Site' + +# [[menus.main]] +# name = 'Home' +# pageRef = '/' +# weight = 10 +# +# [[menus.main]] +# name = 'Services Offered' +# pageRef = '/services' +# weight = 20 +# +# [[menus.main]] +# name = 'Contact' +# pageRef = '/contact' +# weight = 30 + +[module] + [module.hugoVersion] + extended = false + min = "0.116.0" |