Skip to content
This repository has been archived by the owner on Dec 16, 2018. It is now read-only.

Commit

Permalink
fix site for new username
Browse files Browse the repository at this point in the history
  • Loading branch information
captjt committed Sep 5, 2017
1 parent a386c6d commit 1294789
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ env:
branches:
only:
- master

4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ exclude: [vendor]
# or "master" otherwise
safe: false
lsi: false
username: jtaylor32
username: captjt
repo: site
branch: master
relative_source: ./
destination: ./site-pages/
production_url: http://jt.codes
source_url: https://github.com/jtaylor32/site/
source_url: https://github.com/captjt/site/

exclude:
- README.md
Expand Down
8 changes: 4 additions & 4 deletions projects/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ These are some of the projects I either work on, have worked on or follow regula

#### Personal

- **Hermes** -- GitHub @ [jtaylor32/hermes](https://github.com/jtaylor32/hermes)
- **Hermes** -- GitHub @ [captjt/hermes](https://github.com/captjt/hermes)
- This was mainly built as a Go package that was an extension to create a web crawling/scraping service. It also has an API to connect an Elasticsearch storage.
- Completely fun proof-of-concept package (I get to work on this when I find the time)

- **Caddy Starter Kit** -- GitHub @ [jtaylor32/caddy-starter-kit](https://github.com/jtaylor32/caddy-starter-kit)
- **Caddy Starter Kit** -- GitHub @ [captjt/caddy-starter-kit](https://github.com/captjt/caddy-starter-kit)
- This is a fun little bash project to auto configure auto-SSL [Caddyserver](https://caddyserver.com/) on a CentOS server.

- Other Repositories -- GitHub @ [jtaylor32](https://github.com/jtaylor32?tab=repositories)
- Other Repositories -- GitHub @ [captjt](https://github.com/captjt?tab=repositories)
- Checkout out my other repositories for other projects and small little POCs

#### US State Department
Expand Down Expand Up @@ -47,5 +47,5 @@ These are some of the projects I either work on, have worked on or follow regula
- **go-kit** -- GitHub @ [go-kit/kit](https://github.com/go-kit/kit)
- A toolkit specific to the Go programming language. Go kit is a distributed programming toolkit for building microservices in large organizations.

- My **GitHub Stars** [⭐️⭐️⭐️](https://github.com/jtaylor32?tab=stars)
- My **GitHub Stars** [⭐️⭐️⭐️](https://github.com/captjt?tab=stars)
- These are the **MANY** projects I have liked while either surfing around or projects I've used personally.

0 comments on commit 1294789

Please sign in to comment.