Skip to content

Commit b175a05

Browse files
committed
Use /blog instead of /_site in blog's URL
1 parent ed660a3 commit b175a05

40 files changed

+486
-486
lines changed

_site/feed.xml

-282
This file was deleted.

_site/index.html

-138
This file was deleted.

_site/2018/12/20/divide-mask-pow2.html blog/2018/12/20/divide-mask-pow2.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
1313

14-
<link rel="stylesheet" href="/_site/css/main.css">
15-
<link rel="canonical" href="http://localhost:4000/_site/2018/12/20/divide-mask-pow2.html">
16-
<link rel="alternate" type="application/rss+xml" title="Learning is fun" href="http://localhost:4000/_site/feed.xml">
14+
<link rel="stylesheet" href="/blog/css/main.css">
15+
<link rel="canonical" href="http://localhost:4000/blog/2018/12/20/divide-mask-pow2.html">
16+
<link rel="alternate" type="application/rss+xml" title="Learning is fun" href="http://localhost:4000/blog/feed.xml">
1717

18-
<link rel="icon" type="image/png" href="/_site/assets/images/favicon.png">
18+
<link rel="icon" type="image/png" href="/blog/assets/images/favicon.png">
1919
</head>
2020

2121

@@ -30,9 +30,9 @@
3030
data-name="learning is fun - logo"
3131
xmlns="http://www.w3.org/2000/svg"
3232
viewBox="0 0 726 726"
33-
data-href="/_site/"
33+
data-href="/blog/"
3434
xmlns:xlink="http://www.w3.org/1999/xlink">
35-
<a xlink:href="/_site/">
35+
<a xlink:href="/blog/">
3636
<rect id="link-fill" stroke="none" width="726" height="726" rx="47.41" ry="47.41"/>
3737
</a>
3838

@@ -101,7 +101,7 @@ <h1 class="header-page-title">Divide, mask, and the power of 2</h1>
101101
<footer class="footer">
102102
<nav class="footer-nav">
103103

104-
<a class="footer-nav-item" href="/">
104+
<a class="footer-nav-item" href="/blog/">
105105
<span class="fa fa-home fa-lg"></span>
106106
</a>
107107

@@ -117,11 +117,11 @@ <h1 class="header-page-title">Divide, mask, and the power of 2</h1>
117117
<span class="fa fa-twitter fa-lg"></span>
118118
</a>
119119

120-
<a class="footer-nav-item" href="/_site/feed.xml">
120+
<a class="footer-nav-item" href="/blog/feed.xml">
121121
<span class="fa fa-rss fa-lg"></span>
122122
</a>
123123

124-
<a class="footer-nav-item" href="/_site/about">
124+
<a class="footer-nav-item" href="/blog/about">
125125
<span class="fa fa-question fa-lg"></span>
126126
</a>
127127
</nav>

_site/about/index.html blog/about/index.html

+10-10
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212

1313
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
1414

15-
<link rel="stylesheet" href="/_site/css/main.css">
16-
<link rel="canonical" href="http://localhost:4000/_site/about/">
17-
<link rel="alternate" type="application/rss+xml" title="Learning is fun" href="http://localhost:4000/_site/feed.xml">
15+
<link rel="stylesheet" href="/blog/css/main.css">
16+
<link rel="canonical" href="http://localhost:4000/blog/about/">
17+
<link rel="alternate" type="application/rss+xml" title="Learning is fun" href="http://localhost:4000/blog/feed.xml">
1818

19-
<link rel="icon" type="image/png" href="/_site/assets/images/favicon.png">
19+
<link rel="icon" type="image/png" href="/blog/assets/images/favicon.png">
2020
</head>
2121

2222

@@ -31,9 +31,9 @@
3131
data-name="learning is fun - logo"
3232
xmlns="http://www.w3.org/2000/svg"
3333
viewBox="0 0 726 726"
34-
data-href="/_site/"
34+
data-href="/blog/"
3535
xmlns:xlink="http://www.w3.org/1999/xlink">
36-
<a xlink:href="/_site/">
36+
<a xlink:href="/blog/">
3737
<rect id="link-fill" stroke="none" width="726" height="726" rx="47.41" ry="47.41"/>
3838
</a>
3939

@@ -60,7 +60,7 @@ <h1 class="header-page-title">About me</h1>
6060

6161
<div itemprop="articleBody">
6262
<div class="about-photo">
63-
<img src="/assets/images/me.png">
63+
<img src="/blog/assets/images/me.png">
6464
</div>
6565

6666
<p class="about-tldr">
@@ -116,7 +116,7 @@ <h1 class="header-page-title">About me</h1>
116116
<footer class="footer">
117117
<nav class="footer-nav">
118118

119-
<a class="footer-nav-item" href="/">
119+
<a class="footer-nav-item" href="/blog/">
120120
<span class="fa fa-home fa-lg"></span>
121121
</a>
122122

@@ -132,11 +132,11 @@ <h1 class="header-page-title">About me</h1>
132132
<span class="fa fa-twitter fa-lg"></span>
133133
</a>
134134

135-
<a class="footer-nav-item" href="/_site/feed.xml">
135+
<a class="footer-nav-item" href="/blog/feed.xml">
136136
<span class="fa fa-rss fa-lg"></span>
137137
</a>
138138

139-
<a class="footer-nav-item" href="/_site/about">
139+
<a class="footer-nav-item" href="/blog/about">
140140
<span class="fa fa-question fa-lg"></span>
141141
</a>
142142
</nav>
File renamed without changes.

_site/category-theory/2017/10/02/what-is-a-functor-anyway.html blog/category-theory/2017/10/02/what-is-a-functor-anyway.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
1313

14-
<link rel="stylesheet" href="/_site/css/main.css">
15-
<link rel="canonical" href="http://localhost:4000/_site/category-theory/2017/10/02/what-is-a-functor-anyway.html">
16-
<link rel="alternate" type="application/rss+xml" title="Learning is fun" href="http://localhost:4000/_site/feed.xml">
14+
<link rel="stylesheet" href="/blog/css/main.css">
15+
<link rel="canonical" href="http://localhost:4000/blog/category-theory/2017/10/02/what-is-a-functor-anyway.html">
16+
<link rel="alternate" type="application/rss+xml" title="Learning is fun" href="http://localhost:4000/blog/feed.xml">
1717

18-
<link rel="icon" type="image/png" href="/_site/assets/images/favicon.png">
18+
<link rel="icon" type="image/png" href="/blog/assets/images/favicon.png">
1919
</head>
2020

2121

@@ -30,9 +30,9 @@
3030
data-name="learning is fun - logo"
3131
xmlns="http://www.w3.org/2000/svg"
3232
viewBox="0 0 726 726"
33-
data-href="/_site/"
33+
data-href="/blog/"
3434
xmlns:xlink="http://www.w3.org/1999/xlink">
35-
<a xlink:href="/_site/">
35+
<a xlink:href="/blog/">
3636
<rect id="link-fill" stroke="none" width="726" height="726" rx="47.41" ry="47.41"/>
3737
</a>
3838

@@ -291,7 +291,7 @@ <h2 id="conclusion">Conclusion</h2>
291291
<footer class="footer">
292292
<nav class="footer-nav">
293293

294-
<a class="footer-nav-item" href="/">
294+
<a class="footer-nav-item" href="/blog/">
295295
<span class="fa fa-home fa-lg"></span>
296296
</a>
297297

@@ -307,11 +307,11 @@ <h2 id="conclusion">Conclusion</h2>
307307
<span class="fa fa-twitter fa-lg"></span>
308308
</a>
309309

310-
<a class="footer-nav-item" href="/_site/feed.xml">
310+
<a class="footer-nav-item" href="/blog/feed.xml">
311311
<span class="fa fa-rss fa-lg"></span>
312312
</a>
313313

314-
<a class="footer-nav-item" href="/_site/about">
314+
<a class="footer-nav-item" href="/blog/about">
315315
<span class="fa fa-question fa-lg"></span>
316316
</a>
317317
</nav>
File renamed without changes.

0 commit comments

Comments
 (0)