Configuration Files By default WTF looks in a ~/.wtf/ directory for a YAML file called config.yml. If the ~/.wtf/ directory doesn’t exist, WTF will create that directory on start-up, and then display instructions for creating a new configuration file.
+ Index Configuration Files Environment (ENV) Variables Grid Layout Configuration Files By default WTF looks in a ~/.wtf/ directory for a YAML file called config.yml. If the ~/.wtf/ directory doesn’t exist, WTF will create that directory on start-up, and then display instructions for creating a new configuration file.
In other words, WTF expects to have a YAML config file at: ~/.wtf/config.yml.
Example Configuration Files A couple of example config files are provided in the _sample_configs/ directory of the Git repository.
diff --git a/docs/posts/configuration/index.html b/docs/posts/configuration/index.html
index 8520f951..850d8322 100644
--- a/docs/posts/configuration/index.html
+++ b/docs/posts/configuration/index.html
@@ -112,6 +112,14 @@
+Index
+
+
+
Configuration Files
By default WTF looks in a ~/.wtf/
directory for a YAML file called
diff --git a/docs/posts/index.xml b/docs/posts/index.xml
index 89b03cfe..6c4f8921 100644
--- a/docs/posts/index.xml
+++ b/docs/posts/index.xml
@@ -329,7 +329,7 @@ Widgets are defined by a required widget.go file in a Module.