From f9d9f2d3a34de627386ec3f776be2bbb00943149 Mon Sep 17 00:00:00 2001 From: Ava Gaiety Wroten Date: Fri, 29 May 2020 15:16:33 -0500 Subject: [PATCH] Github username change --- README.md | 2 +- config.toml | 2 +- content/repos/blabber-comic.md | 2 +- content/repos/ember-select-light.md | 2 +- content/repos/json-query-chain.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 37b043e..4ae5429 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Netlify Status](https://api.netlify.com/api/v1/badges/9a88ac44-7ed4-443a-9cb7-c4706eb8641b/deploy-status)](https://app.netlify.com/sites/quizzical-goldstine-43bac7/deploys) -Using [Hugo](https://gohugo.io/) and a [forked theme](https://github.com/sharpshark28/github-style) based on [github-style](https://github.com/MeiK2333/github-style). +Using [Hugo](https://gohugo.io/) and a [forked theme](https://github.com/hergaiety/github-style) based on [github-style](https://github.com/MeiK2333/github-style). ```bash hugo server -D diff --git a/config.toml b/config.toml index fa3f222..1a5e5cd 100644 --- a/config.toml +++ b/config.toml @@ -6,7 +6,7 @@ theme = "github-style" author = "Ava Gaiety Wroten" pronouns = "She/Her" description = "Canine pretending to be a web engineer" - github = "sharpshark28" + github = "hergaiety" gitlab = "gaiety" email = "ava@wroten.me" avatar = "/avatar.png" diff --git a/content/repos/blabber-comic.md b/content/repos/blabber-comic.md index db0ff86..07cfd80 100644 --- a/content/repos/blabber-comic.md +++ b/content/repos/blabber-comic.md @@ -15,7 +15,7 @@ date: 2018-12-30 ## Sample -![Preview](https://raw.githubusercontent.com/sharpshark28/blabber-comic/master/comic.png) +![Preview](https://raw.githubusercontent.com/hergaiety/blabber-comic/master/comic.png) ## How it works diff --git a/content/repos/ember-select-light.md b/content/repos/ember-select-light.md index 862962f..b0470b6 100644 --- a/content/repos/ember-select-light.md +++ b/content/repos/ember-select-light.md @@ -39,7 +39,7 @@ ember install ember-select-light We love pull requests from everyone. By participating in this project, you agree to abide by the [code of conduct](./code-of-conduct.md) and is subject to the [project license](./LICENSE.md). -Clone this repo, make your changes with test coverage, push up a fork and [submit a pull request](https://github.com/sharpshark28/ember-select-light/compare). +Clone this repo, make your changes with test coverage, push up a fork and [submit a pull request](https://github.com/hergaiety/ember-select-light/compare). Soon after some primary contributors will review your code and submit feedback and hopefully click the fancy green approve button. Any test and linting failures should be caught during the pull request continuous integration environment and human eyes here after. diff --git a/content/repos/json-query-chain.md b/content/repos/json-query-chain.md index 8f227b4..4daa42e 100644 --- a/content/repos/json-query-chain.md +++ b/content/repos/json-query-chain.md @@ -29,7 +29,7 @@ let myQ = new Query(someJsonData) #### Search -Currently supports booleans and strings. (See [#1](https://github.com/sharpshark28/json-query-chain/issues/1) for Integer Support) +Currently supports booleans and strings. (See [#1](https://github.com/hergaiety/json-query-chain/issues/1) for Integer Support) ##### By Boolean