diff options
-rw-r--r-- | config.toml | 4 | ||||
-rw-r--r-- | config.yaml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config.toml b/config.toml deleted file mode 100644 index 49aee81..0000000 --- a/config.toml +++ /dev/null @@ -1,4 +0,0 @@ -baseURL = 'http://example.org/' -languageCode = 'en-us' -title = 'My New Hugo Site' -theme = "ananke"
\ No newline at end of file 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 |