diff options
author | RayHammer <evkondratyev@yandex.ru> | 2022-09-12 21:51:58 +0200 |
---|---|---|
committer | RayHammer <evkondratyev@yandex.ru> | 2022-09-12 21:51:58 +0200 |
commit | 2600adfda64dc7ecc2e3341433153fcbba27cb9e (patch) | |
tree | 72b5568fdb694ecbb6c7c8774555efc8fbb725cd /config.yaml | |
parent | c0c3229f5005e115c920f837024cc189ec40767e (diff) |
Switched to YAML config
Diffstat (limited to 'config.yaml')
-rw-r--r-- | config.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..f8542cb --- /dev/null +++ b/config.yaml @@ -0,0 +1,4 @@ +baseURL: 'http://example.org/' +languageCode: 'en-us' +title: 'My New Hugo Site' +theme: "ananke"
\ No newline at end of file |