Skip to content

Commit

Permalink
GHのユーザーネームを変更
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuzu46 committed Jan 14, 2021
1 parent 0dfb111 commit fc505f9
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion _posts/2020-03-29.md
Expand Up @@ -111,5 +111,5 @@ achieve this:
[FLAT_LIST]: https://en.wikipedia.org/wiki/Template:Flatlist
[TEMPLATE]: https://en.wikipedia.org/wiki/Wikipedia:Transclusion
[ISSUE_472]: https://gitlab.com/inkscape/inkscape-web/-/issues/472
[WEEK7]: https://hunter-college-ossd-spr-2020.github.io/Ks5810-weekly/week06/
[WEEK7]: https://hunter-college-ossd-spr-2020.github.io/ksuzu46-weekly/week06/
[STUB]: https://en.wikipedia.org/wiki/Wikipedia:Stub
2 changes: 1 addition & 1 deletion _posts/2020-05-03.md
Expand Up @@ -105,7 +105,7 @@ incorrect HTML rendering. We came up with two possible causes:
[Tom Callaway]: https://spot.livejournal.com/327801.html
[Elementary OS]: https://elementary.io/
[Open Source Disturbance]: https://arstechnica.com/information-technology/2019/10/is-the-software-world-taking-too-much-from-the-open-source-community/
[Week11]: https://hunter-college-ossd-spr-2020.github.io/Ks5810-weekly/week11/
[Week11]: https://hunter-college-ossd-spr-2020.github.io/ksuzu46-weekly/week11/
[inkscape-ci-docker]: https://gitlab.com/inkscape/inkscape-ci-docker
[issue472]: https://gitlab.com/inkscape/inkscape-web/-/issues/472
[issue482]: https://gitlab.com/inkscape/inkscape-web/-/issues/482
Expand Down
2 changes: 1 addition & 1 deletion components/Bio.js
Expand Up @@ -9,7 +9,7 @@ const svgEmail = '/assets/images/email.svg';
const svgGitHub = '/assets/images/github.svg'
const svgResume = '/assets/images/resume.svg';
const svgPortfolio = "/assets/images/portfolio.svg";
const ghLink = "https://github.com/Ks5810";
const ghLink = "https://github.com/ksuzu46";


const Bio = () => {
Expand Down
2 changes: 1 addition & 1 deletion ecosystem.config.js
@@ -1,6 +1,6 @@
/**
* ecosystem.config.js
* @author [Keisuke Suzuki](https://github.com/Ks5810)
* @author [Keisuke Suzuki](https://github.com/ksuzu46)
* @description PM2 configuration file which run yarn start
*/

Expand Down
4 changes: 2 additions & 2 deletions lib/constants.js
@@ -1,5 +1,5 @@
export const gqlUrl = 'https://api.github.com/graphql';
export const gfmUrl = 'https://api.github.com/markdown';
export const ghUrl = 'https://github.com/Ks5810';
export const ghUsername = "Ks5810";
export const ghUrl = 'https://github.com/ksuzu46';
export const ghUsername = "ksuzu46";
export const myEmail = "keisuke.suzuki46@gmail.com"
Expand Up @@ -106,7 +106,7 @@
[
"/home/keisuke/.config/sublime-text-3/Packages/User/Preferences.sublime-settings",
"/home/keisuke/.config/sublime-text-3/Packages/Material Theme/Preferences.sublime-settings",
"/home/keisuke/projects/ossd-spring/Ks5810-weekly/_posts/2020-07-13.md",
"/home/keisuke/projects/ossd-spring/ksuzu46-weekly/_posts/2020-07-13.md",
"/home/keisuke/.config/sublime-text-3/Packages/User/Myscheme.tmTheme",
"/home/keisuke/.config/sublime-text-3/Packages/User/Package Control.sublime-settings",
"/home/keisuke/.config/sublime-text-3/Packages/User/Terminal.sublime-settings",
Expand Down
2 changes: 1 addition & 1 deletion scss/base/_fonts.scss
@@ -1,6 +1,6 @@
/**
* _fonts.scss
* @author [Keisuke Suzuki](https://github.com/Ks5810)
* @author [Keisuke Suzuki](https://github.com/ksuzu46)
*/

/* montserrat-regular - latin */
Expand Down
2 changes: 1 addition & 1 deletion scss/base/_page.scss
@@ -1,6 +1,6 @@
/**
* _page.scss
* @author [Keisuke Suzuki](https://github.com/Ks5810)
* @author [Keisuke Suzuki](https://github.com/ksuzu46)
*/

/* http://meyerweb.com/eric/tools/css/reset/
Expand Down
2 changes: 1 addition & 1 deletion scss/base/_variables.scss
@@ -1,6 +1,6 @@
/**
* _variables.scss
* @author [Keisuke Suzuki](https://github.com/Ks5810)
* @author [Keisuke Suzuki](https://github.com/ksuzu46)
*/

// Custom colors
Expand Down
2 changes: 1 addition & 1 deletion scss/components/_404.scss
@@ -1,6 +1,6 @@
/**
* _404.scss
* @author [Keisuke Suzuki](https://github.com/Ks5810)
* @author [Keisuke Suzuki](https://github.com/ksuzu46)
*/

.notfound {
Expand Down
2 changes: 1 addition & 1 deletion scss/components/_blog.scss
@@ -1,6 +1,6 @@
/**
* _blog.scss
* @author [Keisuke Suzuki](https://github.com/Ks5810)
* @author [Keisuke Suzuki](https://github.com/ksuzu46)
*/

.hero-post {
Expand Down
2 changes: 1 addition & 1 deletion scss/components/_header.scss
@@ -1,6 +1,6 @@
/**
* _header.scss
* @author [Keisuke Suzuki](https://github.com/Ks5810)
* @author [Keisuke Suzuki](https://github.com/ksuzu46)
* @description Styling for the navbar
*/

Expand Down

0 comments on commit fc505f9

Please sign in to comment.