Github username change
This commit is contained in:
parent
9bb20fd057
commit
f9d9f2d3a3
5 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
[](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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -15,7 +15,7 @@ date: 2018-12-30
|
|||
|
||||
## Sample
|
||||
|
||||

|
||||

|
||||
|
||||
## How it works
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue