diff --git a/_site/config.toml b/_site/config.toml index 1e3e4c0e..5dbcdf00 100644 --- a/_site/config.toml +++ b/_site/config.toml @@ -1,5 +1,7 @@ baseURL = "http://wtfutil.com/" languageCode = "en-us" +pygmentsCodeFences = true +pygmentsUseClasses = true publishDir = "../docs" sectionPagesMenu = "main" theme = "hyde-hyde" diff --git a/_site/content/posts/modules/git.md b/_site/content/posts/modules/git.md index 63f79c0f..c87153b4 100644 --- a/_site/content/posts/modules/git.md +++ b/_site/content/posts/modules/git.md @@ -13,16 +13,16 @@ files, and recent commits. #### Branch -Displays the of the currently-active git branch. +The name of the currently-active git branch. #### Changed Files -Displays a list of all the files that have changed since the last +A list of all the files that have changed since the last commit, and their status. #### Recent Commits -Displays a list of `n` recent commits, who committed it, and when. +A list of `n` recent commits, who committed it, and when. ## Source Code diff --git a/_site/content/posts/modules/github.md b/_site/content/posts/modules/github.md index 234ff3f5..550411db 100644 --- a/_site/content/posts/modules/github.md +++ b/_site/content/posts/modules/github.md @@ -13,11 +13,11 @@ review requests, and open pull requests. #### Open Review Requests -Displays all open code review requests assigned to you. +All open code review requests assigned to you. #### Open Pull Requests -Displays all open pull requests created by you. +All open pull requests created by you. ## Source Code diff --git a/_site/themes/hyde-hyde/layouts/index.html b/_site/themes/hyde-hyde/layouts/index.html index 72002de3..2ad5fadf 100644 --- a/_site/themes/hyde-hyde/layouts/index.html +++ b/_site/themes/hyde-hyde/layouts/index.html @@ -11,11 +11,11 @@
WTF is a personal information dashboard for your - terminal, made for those who spend most of their days in the command line. + terminal, developed for those who spend most of their day in the command line.
- It provides a framework for rapidly viewing important at-a-glance information quickly. + It provides a framework for rapidly viewing important at-a-glance information easily.
@@ -32,7 +32,7 @@
- It even has weather. And emoji. Just enough emoji. + It even has weather. And clocks. And emoji.
Github diff --git a/_site/themes/hyde-hyde/layouts/partials/header.html b/_site/themes/hyde-hyde/layouts/partials/header.html index 8cf8d42e..b1ce65de 100644 --- a/_site/themes/hyde-hyde/layouts/partials/header.html +++ b/_site/themes/hyde-hyde/layouts/partials/header.html @@ -20,6 +20,7 @@ + {{ "" | safeHTML }} {{ if .Site.Params.highlightjs -}} diff --git a/_site/themes/hyde-hyde/layouts/partials/sidebar.html b/_site/themes/hyde-hyde/layouts/partials/sidebar.html index d87588b0..bad78844 100644 --- a/_site/themes/hyde-hyde/layouts/partials/sidebar.html +++ b/_site/themes/hyde-hyde/layouts/partials/sidebar.html @@ -10,9 +10,11 @@WTF is a personal information dashboard for your - terminal, made for those who spend most of their days in the command line. + terminal, developed for those who spend most of their day in the command line.
- It provides a framework for rapidly viewing important at-a-glance information quickly. + It provides a framework for rapidly viewing important at-a-glance information easily.
@@ -114,7 +117,7 @@
- It even has weather. And emoji. Just enough emoji. + It even has weather. And clocks. And emoji.
Github diff --git a/docs/index.xml b/docs/index.xml index 6796a58e..c8abd273 100644 --- a/docs/index.xml +++ b/docs/index.xml @@ -18,11 +18,12 @@To load a custom configuration file (ie: one that’s not
~/.wtf/config.yml
), pass in the path to configuration file as a
parameter on launch:
$> wtf --config=path/to/custom/config.yml
-
-
+ $> wtf --config=path/to/custom/config.yml
Some modules require the presence of environment variables to function diff --git a/docs/posts/glossary/index.html b/docs/posts/glossary/index.html index 8ad5d3cc..ab943c21 100644 --- a/docs/posts/glossary/index.html +++ b/docs/posts/glossary/index.html @@ -20,6 +20,7 @@ + @@ -50,9 +51,11 @@
Connects to the BambooHR API and displays who will be Away today.
wtf/bamboohr
-
-
+wtf/bamboohr
Key: WTF_BAMBOO_HR_TOKEN
@@ -125,17 +125,14 @@
None.
bamboohr:
- enabled: true
- position:
- top: 0
- left: 1
- height: 2
- width: 1
- refreshInterval: 900
-
-
+bamboohr:
+ enabled: true
+ position:
+ top: 0
+ left: 1
+ height: 2
+ width: 1
+ refreshInterval: 900
enabled
diff --git a/docs/posts/modules/clocks/index.html b/docs/posts/modules/clocks/index.html
index 55ecbeec..4f6d3b51 100644
--- a/docs/posts/modules/clocks/index.html
+++ b/docs/posts/modules/clocks/index.html
@@ -20,6 +20,7 @@
+
@@ -50,9 +51,11 @@
wtf/clocks/
-
-
+wtf/clocks/
None.
@@ -123,31 +123,28 @@None.
clocks:
- colors:
- rows:
- even: "lightblue"
- odd: "white"
- enabled: true
- locations:
- # From https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
- Avignon: "Europe/Paris"
- Barcelona: "Europe/Madrid"
- Dubai: "Asia/Dubai"
- UTC: "Etc/UTC"
- Vancouver: "America/Vancouver"
- Toronto: "America/Toronto"
- position:
- top: 4
- left: 0
- height: 1
- width: 1
- refreshInterval: 15
- # Valid options are: alphabetical, chronological
- sort: "alphabetical"
-
-
+clocks:
+ colors:
+ rows:
+ even: "lightblue"
+ odd: "white"
+ enabled: true
+ locations:
+ # From https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
+ Avignon: "Europe/Paris"
+ Barcelona: "Europe/Madrid"
+ Dubai: "Asia/Dubai"
+ UTC: "Etc/UTC"
+ Vancouver: "America/Vancouver"
+ Toronto: "America/Toronto"
+ position:
+ top: 4
+ left: 0
+ height: 1
+ width: 1
+ refreshInterval: 15
+ # Valid options are: alphabetical, chronological
+ sort: "alphabetical"
colors.even
diff --git a/docs/posts/modules/git/index.html b/docs/posts/modules/git/index.html
index 1b7e2b8b..396d63c5 100644
--- a/docs/posts/modules/git/index.html
+++ b/docs/posts/modules/git/index.html
@@ -20,6 +20,7 @@
+
@@ -50,9 +51,11 @@
Displays the of the currently-active git branch.
+The name of the currently-active git branch.
Displays a list of all the files that have changed since the last +
A list of all the files that have changed since the last commit, and their status.
Displays a list of n
recent commits, who committed it, and when.
A list of n
recent commits, who committed it, and when.
wtf/git/
-
-
+wtf/git/
None.
@@ -150,21 +150,18 @@ commit, and their status. Action: Show the next git repository.git:
- commitCount: 5
- enabled: true
- position:
- top: 0
- left: 3
- height: 2
- width: 2
- refreshInterval: 8
- repositories:
- - "/Users/chris/go/src/github.com/senorprogrammer/wtf"
- - "/Users/chris/Documents/Lendesk/core-api"
-
-
+git:
+ commitCount: 5
+ enabled: true
+ position:
+ top: 0
+ left: 3
+ height: 2
+ width: 2
+ refreshInterval: 8
+ repositories:
+ - "/Users/chris/go/src/github.com/senorprogrammer/wtf"
+ - "/Users/chris/Documents/Lendesk/core-api"
commitCount
diff --git a/docs/posts/modules/github/index.html b/docs/posts/modules/github/index.html
index 27f4d3f2..607eaa63 100644
--- a/docs/posts/modules/github/index.html
+++ b/docs/posts/modules/github/index.html
@@ -20,6 +20,7 @@
+
@@ -50,9 +51,11 @@
Displays all open code review requests assigned to you.
+All open code review requests assigned to you.
Displays all open pull requests created by you.
+All open pull requests created by you.
wtf/github/
-
-
+wtf/github/
Key: WTF_GITHUB_TOKEN
@@ -146,21 +146,18 @@ review requests, and open pull requests.
github:
- enabled: true
- position:
- top: 2
- left: 3
- height: 2
- width: 2
- refreshInterval: 300
- repositories:
- wesker-api: "UmbrellaCorp"
- wtf: "senorprogrammer"
- username: "senorprogrammer"
-
-
+github:
+ enabled: true
+ position:
+ top: 2
+ left: 3
+ height: 2
+ width: 2
+ refreshInterval: 300
+ repositories:
+ wesker-api: "UmbrellaCorp"
+ wtf: "senorprogrammer"
+ username: "senorprogrammer"
enabled
diff --git a/docs/posts/modules/index.html b/docs/posts/modules/index.html
index 7ee1d693..8eb67f39 100644
--- a/docs/posts/modules/index.html
+++ b/docs/posts/modules/index.html
@@ -20,6 +20,7 @@
+
@@ -50,9 +51,11 @@
wtf/newrelic/
-
-
+wtf/newrelic/
Key: WTF_NEW_RELIC_API_KEY
@@ -126,19 +126,16 @@ token.
None.
newrelic:
- applicationId: 10549735
- deployCount: 6
- enabled: true
- position:
- top: 4
- left: 3
- height: 1
- width: 2
- refreshInterval: 900
-
-
+newrelic:
+ applicationId: 10549735
+ deployCount: 6
+ enabled: true
+ position:
+ top: 4
+ left: 3
+ height: 1
+ width: 2
+ refreshInterval: 900
applicationId
diff --git a/docs/posts/modules/opsgenie/index.html b/docs/posts/modules/opsgenie/index.html
index 0335891f..cb1da7b8 100644
--- a/docs/posts/modules/opsgenie/index.html
+++ b/docs/posts/modules/opsgenie/index.html
@@ -20,6 +20,7 @@
+
@@ -50,9 +51,11 @@
wtf/opsgenie/
-
-
+wtf/opsgenie/
Key: WTF_OPS_GENIE_API_KEY
@@ -126,17 +126,14 @@ API token.
None.
opsgenie:
- enabled: true
- position:
- top: 2
- left: 1
- height: 2
- width: 1
- refreshInterval: 21600
-
-
+opsgenie:
+ enabled: true
+ position:
+ top: 2
+ left: 1
+ height: 2
+ width: 1
+ refreshInterval: 21600
enabled
diff --git a/docs/posts/modules/security/index.html b/docs/posts/modules/security/index.html
index 85beb257..d7a96843 100644
--- a/docs/posts/modules/security/index.html
+++ b/docs/posts/modules/security/index.html
@@ -20,6 +20,7 @@
+
@@ -50,9 +51,11 @@
wtf/security
-
-
+wtf/security
None.
@@ -144,17 +144,14 @@ connection, firewall, and DNS settings.None.
security:
- enabled: true
- position:
- top: 1
- left: 2
- height: 1
- width: 1
- refreshInterval: 3600
-
-
+security:
+ enabled: true
+ position:
+ top: 1
+ left: 2
+ height: 1
+ width: 1
+ refreshInterval: 3600
enabled
diff --git a/docs/posts/modules/textfile/index.html b/docs/posts/modules/textfile/index.html
index f8e7eaf4..7692608f 100644
--- a/docs/posts/modules/textfile/index.html
+++ b/docs/posts/modules/textfile/index.html
@@ -20,6 +20,7 @@
+
@@ -50,9 +51,11 @@
wtf/textfile/
-
-
+wtf/textfile/
None.
@@ -127,18 +127,15 @@ Action: Opens the text file in whichever text editor is associated with that file type.textfile:
- enabled: true
- filename: "notes.md"
- position:
- top: 5
- left: 4
- height: 2
- width: 1
- refreshInterval: 15
-
-
+textfile:
+ enabled: true
+ filename: "notes.md"
+ position:
+ top: 5
+ left: 4
+ height: 2
+ width: 1
+ refreshInterval: 15
enabled
diff --git a/docs/posts/modules/weather/index.html b/docs/posts/modules/weather/index.html
index b36e9a2b..3a3877ba 100644
--- a/docs/posts/modules/weather/index.html
+++ b/docs/posts/modules/weather/index.html
@@ -20,6 +20,7 @@
+
@@ -50,9 +51,11 @@
wtf/weather/
-
-
+wtf/weather/
Key: WTF_OWM_API_KEY
@@ -138,27 +138,24 @@ current temperature, sunrise time, and sunset time.
weather:
- # From http://openweathermap.org/help/city_list.txt
- cityids:
- - 6173331
- - 3128760
- - 6167865
- - 6176823
- colors:
- current: "lightblue"
- enabled: true
- language: "EN"
- position:
- top: 0
- left: 2
- height: 1
- width: 1
- refreshInterval: 900
- tempUnit: "C"
-
-
+weather:
+ # From http://openweathermap.org/help/city_list.txt
+ cityids:
+ - 6173331
+ - 3128760
+ - 6167865
+ - 6176823
+ colors:
+ current: "lightblue"
+ enabled: true
+ language: "EN"
+ position:
+ top: 0
+ left: 2
+ height: 1
+ width: 1
+ refreshInterval: 900
+ tempUnit: "C"
cityids
diff --git a/docs/tags/index.html b/docs/tags/index.html
index 5e481a74..07384c56 100644
--- a/docs/tags/index.html
+++ b/docs/tags/index.html
@@ -20,6 +20,7 @@
+
@@ -52,9 +53,11 @@