diff options
author | martin@ashbysoft.com <martin@ashbysoft.com> | 2021-09-17 21:31:53 +0000 |
---|---|---|
committer | martin@ashbysoft.com <martin@ashbysoft.com> | 2021-09-17 21:31:53 +0000 |
commit | ceda82e8fc7e6fd734f105d9b8af57ac597f3d29 (patch) | |
tree | 4aa1c1575737c6909369732e3ff23411e2ed170a /config.toml | |
parent | 6599d60b414688475cb07597bfe0446e1543e47d (diff) | |
download | mfashby.net-ceda82e8fc7e6fd734f105d9b8af57ac597f3d29.tar.gz mfashby.net-ceda82e8fc7e6fd734f105d9b8af57ac597f3d29.tar.bz2 mfashby.net-ceda82e8fc7e6fd734f105d9b8af57ac597f3d29.tar.xz mfashby.net-ceda82e8fc7e6fd734f105d9b8af57ac597f3d29.zip |
Initialized hugo site
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..1d7c819 --- /dev/null +++ b/config.toml @@ -0,0 +1,3 @@ +baseURL = 'http://example.org/' +languageCode = 'en-us' +title = 'My New Hugo Site' |