replace some instances of "Plailect"
This commit is contained in:
parent
6713064874
commit
ffa93bf4fd
2 changed files with 10 additions and 10 deletions
18
_config.yml
18
_config.yml
|
@ -11,12 +11,12 @@ minimal_mistakes_skin : "nord"
|
||||||
locale : "en-US"
|
locale : "en-US"
|
||||||
title : "3DS Hacks Guide"
|
title : "3DS Hacks Guide"
|
||||||
title_separator : "-"
|
title_separator : "-"
|
||||||
name : "Plailect"
|
name : "Nintendo Homebrew"
|
||||||
description : "Full sighax CFW Guide"
|
description : "Full sighax CFW Guide"
|
||||||
url : "https://3ds.hacks.guide" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
|
url : "https://3ds.hacks.guide" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
|
||||||
enforce_ssl : "3ds.hacks.guide"
|
enforce_ssl : "3ds.hacks.guide"
|
||||||
baseurl : # the subpath of your site, e.g. "/blog"
|
baseurl : # the subpath of your site, e.g. "/blog"
|
||||||
repository : "Plailect/Guide_3DS" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
|
repository : "hacks-guide/Guide_3DS" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
|
||||||
teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"
|
teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"
|
||||||
breadcrumbs : # true, false (default)
|
breadcrumbs : # true, false (default)
|
||||||
words_per_minute : 200
|
words_per_minute : 200
|
||||||
|
@ -80,11 +80,11 @@ analytics:
|
||||||
|
|
||||||
# Site Author
|
# Site Author
|
||||||
author:
|
author:
|
||||||
name : "Plailect"
|
name : "Nintendo Homebrew"
|
||||||
avatar : "bio-photo.png"
|
avatar :
|
||||||
bio : "3DS Hacker"
|
bio : "Nintendo Homebrew Community"
|
||||||
location : "Nullsec"
|
location : "Nullsec"
|
||||||
email : "Plailect@gmail.com"
|
email :
|
||||||
uri :
|
uri :
|
||||||
bitbucket :
|
bitbucket :
|
||||||
codepen :
|
codepen :
|
||||||
|
@ -92,18 +92,18 @@ author:
|
||||||
flickr :
|
flickr :
|
||||||
facebook :
|
facebook :
|
||||||
foursquare :
|
foursquare :
|
||||||
github : "Plailect"
|
github : "nh-server"
|
||||||
google_plus :
|
google_plus :
|
||||||
keybase :
|
keybase :
|
||||||
instagram :
|
instagram :
|
||||||
lastfm : "Plailect"
|
lastfm :
|
||||||
linkedin :
|
linkedin :
|
||||||
pinterest :
|
pinterest :
|
||||||
soundcloud :
|
soundcloud :
|
||||||
stackoverflow : # "123456/username" (the last part of your profile url, e.g. http://stackoverflow.com/users/123456/username)
|
stackoverflow : # "123456/username" (the last part of your profile url, e.g. http://stackoverflow.com/users/123456/username)
|
||||||
steam :
|
steam :
|
||||||
tumblr :
|
tumblr :
|
||||||
twitter : "Plailect"
|
twitter :
|
||||||
vine :
|
vine :
|
||||||
weibo :
|
weibo :
|
||||||
xing :
|
xing :
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
{% assign split_path = page.path | split: "/" %}
|
{% assign split_path = page.path | split: "/" %}
|
||||||
{% assign locale = split_path[1] %}
|
{% assign locale = split_path[1] %}
|
||||||
{% assign titles = site.data.navigation[locale].footer %}
|
{% assign titles = site.data.navigation[locale].footer %}
|
||||||
<div class="page__footer-copyright">© {{ site.time | date: '%Y' }} {{ site.name | default: site.title }} - <a href="https://github.com/Plailect/Guide_3DS">{{ titles[0].title }}</a> - <a href="site-navigation">{{ titles[1].title }}</a> - <a href="privacy-policy">{{ titles[3].title }}</a></div>
|
<div class="page__footer-copyright">© {{ site.time | date: '%Y' }} {{ site.name | default: site.title }} - <a href="https://github.com/hacks-guide/Guide_3DS">{{ titles[0].title }}</a> - <a href="site-navigation">{{ titles[1].title }}</a> - <a href="privacy-policy">{{ titles[3].title }}</a></div>
|
||||||
|
|
Loading…
Reference in a new issue