diff options
author | Prefetch | 2021-02-24 09:47:22 +0100 |
---|---|---|
committer | Prefetch | 2021-02-24 09:47:22 +0100 |
commit | b5608ab92a4f8a5140571acabf54e3c6bdebd0e4 (patch) | |
tree | 673b19fadbbaff9c1f765037896a1ba7d008a2b8 /config.toml |
Initial commit
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..d5a8d6d --- /dev/null +++ b/config.toml @@ -0,0 +1,5 @@ +baseURL = "" +languageCode = "en-us" +title = "Prefetch" + +disableKinds = ["taxonomy", "term"] |