diff options
| author | Adam Olech <nddr89@gmail.com> | 2021-10-17 00:28:37 +0200 |
|---|---|---|
| committer | Adam Olech <nddr89@gmail.com> | 2021-10-17 00:28:37 +0200 |
| commit | b47e4f84b09aea9caafc21b179bb79d8c614a5ae (patch) | |
| tree | f1cbada2325534530d57f01bf9f3daf90d1aed30 /config.toml | |
Initial commit
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' |
