diff options
author | Alan Pearce | 2014-06-07 14:41:50 +0100 |
---|---|---|
committer | Alan Pearce | 2014-06-07 14:49:16 +0100 |
commit | fdbfbde5db8c07ab0e83c3ba48d27f7901f7d35c (patch) | |
tree | 43a4ee171e44d2352e4a40135ff016975f4a1442 /config.toml | |
download | website-fdbfbde5db8c07ab0e83c3ba48d27f7901f7d35c.tar.lz website-fdbfbde5db8c07ab0e83c3ba48d27f7901f7d35c.tar.zst website-fdbfbde5db8c07ab0e83c3ba48d27f7901f7d35c.zip |
Create 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..258fcdd --- /dev/null +++ b/config.toml @@ -0,0 +1,3 @@ +baseurl = "/" +languageCode = "en-gb" +title = "Alan Pearce" |