diff --git a/.travis.yml b/.travis.yml index c90dfc89..b20b9c4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,9 @@ go: sudo: false before_install: # Make sure travis builds work for forks - - mkdir -p $TRAVIS_BUILD_DIR $GOPATH/src/github.com/andrewzolotukhin - - test ! -d $GOPATH/src/github.com/andrewzolotukhin/wtf && mv $TRAVIS_BUILD_DIR $GOPATH/src/github.com/andrewzolotukhin/wtf || true - - export TRAVIS_BUILD_DIR=$HOME/gopath/src/github.com/andrewzolotukhin/wtf - - cd $HOME/gopath/src/github.com/andrewzolotukhin/wtf + - mkdir -p $TRAVIS_BUILD_DIR $GOPATH/src/github.com/senorprogrammer + - test ! -d $GOPATH/src/github.com/senorprogrammer/wtf && mv $TRAVIS_BUILD_DIR $GOPATH/src/github.com/senorprogrammer/wtf || true + - export TRAVIS_BUILD_DIR=$HOME/gopath/src/github.com/senorprogrammer/wtf + - cd $HOME/gopath/src/github.com/senorprogrammer/wtf -script: go get ./... && go get github.com/go-test/deep && go test -v github.com/andrewzolotukhin/wtf/wtf_tests +script: go get ./... && go get github.com/go-test/deep && go test -v github.com/senorprogrammer/wtf/wtf_tests diff --git a/README.md b/README.md index 5e2177ac..d9a53bd7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- +

@@ -20,13 +20,13 @@ displaying infrequently-needed, but very important, daily data. **Note:** WTF is _only_ compatible with Go versions **1.9.2** or later. It currently _does not_ compile with `gccgo`. ```bash -go get -u github.com/andrewzolotukhin/wtf -cd $GOPATH/src/github.com/andrewzolotukhin/wtf +go get -u github.com/senorprogrammer/wtf +cd $GOPATH/src/github.com/senorprogrammer/wtf make install make run ``` -Or [download the latest binary](https://github.com/andrewzolotukhin/wtf/releases). +Or [download the latest binary](https://github.com/senorprogrammer/wtf/releases). ## Support @@ -48,7 +48,7 @@ Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduc ## Authors -* Chris Cummer, [andrewzolotukhin](https://github.com/andrewzolotukhin) +* Chris Cummer, [senorprogrammer](https://github.com/senorprogrammer) ## License diff --git a/_sample_configs/complex_config.yml b/_sample_configs/complex_config.yml index 52fc8507..57e3f41c 100644 --- a/_sample_configs/complex_config.yml +++ b/_sample_configs/complex_config.yml @@ -108,7 +108,7 @@ wtf: width: 3 refreshInterval: 8 repositories: - - "/Users/chris/go/src/github.com/andrewzolotukhin/wtf" + - "/Users/chris/go/src/github.com/senorprogrammer/wtf" github: enabled: true position: @@ -119,8 +119,8 @@ wtf: refreshInterval: 300 repositories: repo-name: "owner id" - wtf: "andrewzolotukhin" - username: "andrewzolotukhin" + wtf: "senorprogrammer" + username: "senorprogrammer" jira: colors: rows: diff --git a/_site/content/posts/configuration/attributes.md b/_site/content/posts/configuration/attributes.md index 0339bcdf..2850875e 100644 --- a/_site/content/posts/configuration/attributes.md +++ b/_site/content/posts/configuration/attributes.md @@ -5,7 +5,7 @@ draft: false --- The following top-level attributes are configurable in `config.yml`. -See this example config file for more details. +See this example config file for more details. ```yaml wtf: diff --git a/_site/content/posts/installation.md b/_site/content/posts/installation.md index 51c230cc..dcc4aafa 100644 --- a/_site/content/posts/installation.md +++ b/_site/content/posts/installation.md @@ -11,8 +11,8 @@ There are two ways to install WTF: Get this repo and install the dependencies: ```bash -go get -u github.com/andrewzolotukhin/wtf -cd $GOPATH/src/github.com/andrewzolotukhin/wtf +go get -u github.com/senorprogrammer/wtf +cd $GOPATH/src/github.com/senorprogrammer/wtf make install make run ``` @@ -23,7 +23,7 @@ and that should probably do it. Grab the latest version from here: ```bash -https://github.com/andrewzolotukhin/wtf/releases +https://github.com/senorprogrammer/wtf/releases ``` expand it, and `cd` into the resulting directory. Then run: diff --git a/_site/content/posts/modules/gcal.md b/_site/content/posts/modules/gcal.md index 57528fb9..ef6a70dd 100644 --- a/_site/content/posts/modules/gcal.md +++ b/_site/content/posts/modules/gcal.md @@ -9,7 +9,7 @@ Displays your upcoming Google calendar events. gcal screenshot **Not:** Setting up access to Google Calendars for Go is a bit unobvious. Check out Google's [Go Quickstart](https://developers.google.com/calendar/quickstart/go) -first and if you have problems, then take a look at this [comment by WesleydeSouza](https://github.com/andrewzolotukhin/wtf/issues/83#issuecomment-393665229) which offers a slightly different approach. +first and if you have problems, then take a look at this [comment by WesleydeSouza](https://github.com/senorprogrammer/wtf/issues/83#issuecomment-393665229) which offers a slightly different approach. ## Source Code diff --git a/_site/content/posts/modules/git.md b/_site/content/posts/modules/git.md index d47a17fa..e0a6a1f2 100644 --- a/_site/content/posts/modules/git.md +++ b/_site/content/posts/modules/git.md @@ -62,7 +62,7 @@ git: width: 2 refreshInterval: 8 repositories: - - "/Users/chris/go/src/github.com/andrewzolotukhin/wtf" + - "/Users/chris/go/src/github.com/senorprogrammer/wtf" - "/Users/user/fakeapp" ``` diff --git a/_site/content/posts/modules/github.md b/_site/content/posts/modules/github.md index c0b93f4f..3cfee576 100644 --- a/_site/content/posts/modules/github.md +++ b/_site/content/posts/modules/github.md @@ -58,8 +58,8 @@ github: refreshInterval: 300 repositories: wesker-api: "UmbrellaCorp" - wtf: "andrewzolotukhin" - username: "andrewzolotukhin" + wtf: "senorprogrammer" + username: "senorprogrammer" ``` ### Attributes diff --git a/_site/content/posts/overview.md b/_site/content/posts/overview.md index 14745096..126715d7 100644 --- a/_site/content/posts/overview.md +++ b/_site/content/posts/overview.md @@ -12,7 +12,7 @@ visible, but might check in on every now and then. ## Quick Start -1. Download the stand-alone, compiled binary. +1. Download the stand-alone, compiled binary. 2. Unzip the downloaded file. 3. From the command line, `cd` into the newly-created `/wtf` directory. 4. From the command line, run the app: `./wtf` diff --git a/_site/themes/hyde-hyde/layouts/index.html b/_site/themes/hyde-hyde/layouts/index.html index 88cef7ab..d6fed31f 100644 --- a/_site/themes/hyde-hyde/layouts/index.html +++ b/_site/themes/hyde-hyde/layouts/index.html @@ -27,8 +27,8 @@ It even has weather. And clocks. And emoji.

- Download Latest - Source on Github + Download Latest + Source on Github Chat on Gitter

diff --git a/_site/themes/hyde-hyde/layouts/partials/sidebar.html b/_site/themes/hyde-hyde/layouts/partials/sidebar.html index a1f9fc61..7d593f21 100644 --- a/_site/themes/hyde-hyde/layouts/partials/sidebar.html +++ b/_site/themes/hyde-hyde/layouts/partials/sidebar.html @@ -17,7 +17,7 @@

- + diff --git a/docs/posts/modules/clocks/index.html b/docs/posts/modules/clocks/index.html index e2814986..71a519c8 100644 --- a/docs/posts/modules/clocks/index.html +++ b/docs/posts/modules/clocks/index.html @@ -58,7 +58,7 @@ - + diff --git a/docs/posts/modules/gcal/index.html b/docs/posts/modules/gcal/index.html index d459e933..fa6de93d 100644 --- a/docs/posts/modules/gcal/index.html +++ b/docs/posts/modules/gcal/index.html @@ -58,7 +58,7 @@ - +