Skip to content

Commit 2f9e0a6

Browse files
committed
Rename site
1 parent 56b74a9 commit 2f9e0a6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ group :development do
1616
end
1717

1818
gem 'sinatra', '~> 1.4.2'
19+
gem 'github-pages'

sitemap.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
4-
<loc>http://nshintio.github.io/blog/archives/</loc>
4+
<loc>http://nshint.github.io/blog/archives/</loc>
55
</url>
66
<url>
7-
<loc>http://nshintio.github.io/</loc>
7+
<loc>http://nshint.github.io/</loc>
88
</url>
99
<url>
10-
<loc>http://nshintio.github.io/team/</loc>
10+
<loc>http://nshint.github.io/team/</loc>
1111
</url>
1212
<url>
13-
<loc>http://nshintio.github.io/about/</loc>
13+
<loc>http://nshint.github.io/about/</loc>
1414
</url>
1515
</urlset>

0 commit comments

Comments
 (0)