Skip to content

Commit d01a6e0

Browse files
committed
change all the obvious things
1 parent 2351fc8 commit d01a6e0

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ highlighter: pygments
44
exclude: ['README.md', 'src/', 'node_modules', 'package.json', 'gulpfile.js']
55
permalink: /:year/:month/:title
66
paginate: 10
7-
url: https://wyattjoh.ca
7+
url: https://buttenschoen.ca

_layouts/post.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h1 class="post__title">
88
</h1>
99
<div class="post__meta">
1010
{%if page.path %}
11-
<a class="post__meta-edit" href="//github.com/wyattjoh/wyattjoh.github.io/blob/master/_posts/{{ page.path }}">
11+
<a class="post__meta-edit" href="//github.com/adrs0049/adrs0049.github.io/blob/master/_posts/{{ page.path }}">
1212
<i class="fa fa-github"></i>
1313
Edit this page on GitHub
1414
</a>
@@ -38,9 +38,9 @@ <h1 class="post__title">
3838
</article>
3939

4040
<script>
41-
var disqus_url = {%if page.disqus %}'{{ page.disqus }}'{%else %}'https://wyattjoh.ca{{ page.url }}'{% endif %};
41+
var disqus_url = {%if page.disqus %}'{{ page.disqus }}'{%else %}'https://buttenschoen.ca{{ page.url }}'{% endif %};
4242
var disqus_title = '{{ page.title }}';
43-
var disqus_shortname = 'wyattjoh';
43+
var disqus_shortname = 'adrs0049';
4444
(function() {
4545
var dsq = document.createElement('script');
4646
dsq.async = dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
title: Wyatt Johnson
3+
title: Andreas Buttenschoen
44
---
55

66
<div class="posts">

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "wyattjoh.github.io",
3-
"title": "Jekyll build for wyattjoh.ca",
4-
"url": "https://wyattjoh.ca",
5-
"author": "Wyatt Johnson",
2+
"name": "adrs0049.github.io",
3+
"title": "Jekyll build for buttenschoen.ca",
4+
"url": "https://buttenschoen.ca",
5+
"author": "Andreas Buttenschoen",
66
"copyright": "2015",
77
"version": "1.0.0",
88
"license": "MIT",
99
"repository": {
1010
"type": "git",
11-
"url": "http://github.com/wyattjoh/wyattjoh.github.io.git"
11+
"url": "http://github.com/adrs0049/adrs0049.github.io.git"
1212
},
1313
"devDependencies": {
1414
"connect-livereload": "~0.2.0",

robots.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
User-agent: *
2-
Sitemap: https://wyattjoh.ca/sitemap.xml
2+
Sitemap: https://buttenschoen.ca/sitemap.xml
33
Disallow:

0 commit comments

Comments
 (0)