diff options
author | martin@ashbysoft.com <martin@ashbysoft.com> | 2021-09-17 22:01:14 +0000 |
---|---|---|
committer | martin@ashbysoft.com <martin@ashbysoft.com> | 2021-09-17 22:01:14 +0000 |
commit | 60f34937b75a26c413e5e37cab2066b70239a9f6 (patch) | |
tree | c8d986c7380d3142c2340378e2885cf8f76b4594 /config.toml | |
parent | ceda82e8fc7e6fd734f105d9b8af57ac597f3d29 (diff) | |
download | mfashby.net-60f34937b75a26c413e5e37cab2066b70239a9f6.tar.gz mfashby.net-60f34937b75a26c413e5e37cab2066b70239a9f6.tar.bz2 mfashby.net-60f34937b75a26c413e5e37cab2066b70239a9f6.tar.xz mfashby.net-60f34937b75a26c413e5e37cab2066b70239a9f6.zip |
move old site content into hugo
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config.toml b/config.toml index 1d7c819..97169c9 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,4 @@ -baseURL = 'http://example.org/' +baseURL = 'https://mfashby.net/' languageCode = 'en-us' -title = 'My New Hugo Site' +title = 'mfashby.net' +theme = "XMin" |