diff options
author | Karl Hallsby <karl@hallsby.com> | 2020-07-07 19:12:01 +0200 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2020-07-07 19:12:01 +0200 |
commit | 7144b38576713e3ec3f6f9a44d8f24dc31c98da4 (patch) | |
tree | 506ef93a084d78f2ae3076562e5b6a4c090c1c3e | |
parent | 1f336685d54d36d09194bd0345eb1a954e9f117f (diff) |
Include additional information with website and generator
-rw-r--r-- | _config.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_config.toml b/_config.toml index 99f58bb..010b023 100644 --- a/_config.toml +++ b/_config.toml @@ -1,6 +1,10 @@ # Where things are located source : . destination : /var/www +timezone : America/Chicago +encoding: utf-8 + +data_dir : _data # How to read my stuff |