diff --git a/_site/content/posts/configuration.md b/_site/content/posts/configuration.md index 46e9e03a..af97ed86 100644 --- a/_site/content/posts/configuration.md +++ b/_site/content/posts/configuration.md @@ -4,6 +4,12 @@ date: 2018-04-15T21:17:16-07:00 draft: false --- +## Index + +* [Configuration Files](#configuration-files) +* [Environment (ENV) Variables](#environment-env-variables) +* [Grid Layout](#grid-layout) + ## Configuration Files By default WTF looks in a `~/.wtf/` directory for a YAML file called @@ -66,7 +72,7 @@ Columns breaks up the width of the screen into chunks, each chunk a specified nu Ten columns that are ten characters wide -Rows break up the height of the screen into chunks, each chunk a specified number of characters tall. If we wanted to have five rows: +Rows break up the height of the screen into chunks, each chunk a specified number of characters tall. If we wanted to have five rows: `[10, 10, 10, 10, 18]` diff --git a/_site/themes/hyde-hyde/static/css/wtf.css b/_site/themes/hyde-hyde/static/css/wtf.css index 88213b04..ea13b9d6 100644 --- a/_site/themes/hyde-hyde/static/css/wtf.css +++ b/_site/themes/hyde-hyde/static/css/wtf.css @@ -27,6 +27,11 @@ span.caption { text-align: right; } +ul { + line-height: 22px !important; + margin-bottom: 14px !important; +} + .disabled { color: gray !important; cursor: not-allowed; diff --git a/docs/css/wtf.css b/docs/css/wtf.css index 88213b04..ea13b9d6 100644 --- a/docs/css/wtf.css +++ b/docs/css/wtf.css @@ -27,6 +27,11 @@ span.caption { text-align: right; } +ul { + line-height: 22px !important; + margin-bottom: 14px !important; +} + .disabled { color: gray !important; cursor: not-allowed; diff --git a/docs/index.xml b/docs/index.xml index ff336a7b..194622a5 100644 --- a/docs/index.xml +++ b/docs/index.xml @@ -329,7 +329,7 @@ Widgets are defined by a required widget.go file in a Module. Sun, 15 Apr 2018 21:17:16 -0700 https://wtfutil.com/posts/configuration/ - 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. Sun, 15 Apr 2018 21:17:16 -0700 https://wtfutil.com/posts/configuration/ - 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.