Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5776158

Browse filesBrowse files
committed
added relative urls
1 parent edd57ca commit 5776158
Copy full SHA for 5776158

File tree

Expand file treeCollapse file tree

12 files changed

+125
-124
lines changed
Filter options
Expand file treeCollapse file tree

12 files changed

+125
-124
lines changed

‎config.toml

Copy file name to clipboardExpand all lines: config.toml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
theme = "hugo-theme-slim"
2+
relativeURLs = true
23
baseURL = "http://blog.pymc-learn.org/"
34
languageCode = "en-us"
45
title = "pymc-learn Blog"

‎public/categories/announcement/index.html

Copy file name to clipboardExpand all lines: public/categories/announcement/index.html
+13-13Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,30 @@
77
<title> Announcement &middot; pymc-learn Blog </title>
88

99

10-
<link rel="stylesheet" href="/css/slim.css">
11-
<link rel="stylesheet" href="/css/highlight.min.css">
10+
<link rel="stylesheet" href="../../css/slim.css">
11+
<link rel="stylesheet" href="../../css/highlight.min.css">
1212
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Source+Code+Pro' rel='stylesheet' type='text/css'>
1313

14-
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
15-
<link rel="shortcut icon" href="/favicon.ico">
14+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../apple-touch-icon-144-precomposed.png">
15+
<link rel="shortcut icon" href="../../favicon.ico">
1616

1717

18-
<link href="/categories/announcement/index.xml" rel="alternate" type="application/rss+xml" title="pymc-learn Blog" />
18+
<link href="../../categories/announcement/index.xml" rel="alternate" type="application/rss+xml" title="pymc-learn Blog" />
1919

2020
</head>
2121

2222
<body>
2323
<div class="container">
2424
<div class="header">
25-
<h1 class="site-title"><a href="/">pymc-learn Blog</a></h1>
25+
<h1 class="site-title"><a href="../../">pymc-learn Blog</a></h1>
2626
<p class="site-tagline"></p>
2727
<div class="nav">
2828
<a class="nav-btn" href="#">
2929
<span class="ci ci-burger"></span>
3030
</a>
3131
<ul class="nav-list">
3232

33-
<li><a href="/">Home</a></li>
33+
<li><a href="../../">Home</a></li>
3434

3535
<li><a href="http://pymc-learn.org">pymc-learn</a></li>
3636

@@ -43,18 +43,18 @@ <h1 class="site-title"><a href="/">pymc-learn Blog</a></h1>
4343
<div class="posts">
4444

4545
<div class="post">
46-
<h2 class="post-title"><a href="/post/2018/10/15/pymc-learn-practical-probabilistic-machine-learning-in-python/">pymc-learn: Practical Probabilistic Machine Learning in Python</a></h2>
46+
<h2 class="post-title"><a href="../../post/2018/10/15/pymc-learn-practical-probabilistic-machine-learning-in-python/">pymc-learn: Practical Probabilistic Machine Learning in Python</a></h2>
4747
<span class="post-date">Oct 15, 2018</span>
4848

4949
<span class="post-tags">
5050

51-
#<a href="/tags/bayesian">bayesian</a>&nbsp;
51+
#<a href="../../tags/bayesian">bayesian</a>&nbsp;
5252

53-
#<a href="/tags/pymc3">pymc3</a>&nbsp;
53+
#<a href="../../tags/pymc3">pymc3</a>&nbsp;
5454

55-
#<a href="/tags/scikit-learn">scikit-learn</a>&nbsp;
55+
#<a href="../../tags/scikit-learn">scikit-learn</a>&nbsp;
5656

57-
#<a href="/tags/machine-learning">machine-learning</a>&nbsp;
57+
#<a href="../../tags/machine-learning">machine-learning</a>&nbsp;
5858

5959
</span>
6060

@@ -114,7 +114,7 @@ <h2 class="post-title"><a href="/post/2018/10/15/pymc-learn-practical-probabilis
114114

115115

116116
</div>
117-
<script src="/js/slim.js"></script>
117+
<script src="../../js/slim.js"></script>
118118

119119

120120
</body>

‎public/categories/index.html

Copy file name to clipboardExpand all lines: public/categories/index.html
+8-8Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,30 @@
77
<title> Categories &middot; pymc-learn Blog </title>
88

99

10-
<link rel="stylesheet" href="/css/slim.css">
11-
<link rel="stylesheet" href="/css/highlight.min.css">
10+
<link rel="stylesheet" href="../css/slim.css">
11+
<link rel="stylesheet" href="../css/highlight.min.css">
1212
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Source+Code+Pro' rel='stylesheet' type='text/css'>
1313

14-
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
15-
<link rel="shortcut icon" href="/favicon.ico">
14+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../apple-touch-icon-144-precomposed.png">
15+
<link rel="shortcut icon" href="../favicon.ico">
1616

1717

18-
<link href="/categories/index.xml" rel="alternate" type="application/rss+xml" title="pymc-learn Blog" />
18+
<link href="../categories/index.xml" rel="alternate" type="application/rss+xml" title="pymc-learn Blog" />
1919

2020
</head>
2121

2222
<body>
2323
<div class="container">
2424
<div class="header">
25-
<h1 class="site-title"><a href="/">pymc-learn Blog</a></h1>
25+
<h1 class="site-title"><a href="../">pymc-learn Blog</a></h1>
2626
<p class="site-tagline"></p>
2727
<div class="nav">
2828
<a class="nav-btn" href="#">
2929
<span class="ci ci-burger"></span>
3030
</a>
3131
<ul class="nav-list">
3232

33-
<li><a href="/">Home</a></li>
33+
<li><a href="../">Home</a></li>
3434

3535
<li><a href="http://pymc-learn.org">pymc-learn</a></li>
3636

@@ -95,7 +95,7 @@ <h1 class="site-title"><a href="/">pymc-learn Blog</a></h1>
9595

9696

9797
</div>
98-
<script src="/js/slim.js"></script>
98+
<script src="../js/slim.js"></script>
9999

100100

101101
</body>

‎public/index.html

Copy file name to clipboardExpand all lines: public/index.html
+13-13Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,30 @@
88
<title> pymc-learn Blog &middot; pymc-learn Blog </title>
99

1010

11-
<link rel="stylesheet" href="/css/slim.css">
12-
<link rel="stylesheet" href="/css/highlight.min.css">
11+
<link rel="stylesheet" href="./css/slim.css">
12+
<link rel="stylesheet" href="./css/highlight.min.css">
1313
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Source+Code+Pro' rel='stylesheet' type='text/css'>
1414

15-
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
16-
<link rel="shortcut icon" href="/favicon.ico">
15+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="./apple-touch-icon-144-precomposed.png">
16+
<link rel="shortcut icon" href="./favicon.ico">
1717

1818

19-
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="pymc-learn Blog" />
19+
<link href="./index.xml" rel="alternate" type="application/rss+xml" title="pymc-learn Blog" />
2020

2121
</head>
2222

2323
<body>
2424
<div class="container">
2525
<div class="header">
26-
<h1 class="site-title"><a href="/">pymc-learn Blog</a></h1>
26+
<h1 class="site-title"><a href="./">pymc-learn Blog</a></h1>
2727
<p class="site-tagline"></p>
2828
<div class="nav">
2929
<a class="nav-btn" href="#">
3030
<span class="ci ci-burger"></span>
3131
</a>
3232
<ul class="nav-list">
3333

34-
<li><a href="/">Home</a></li>
34+
<li><a href="./">Home</a></li>
3535

3636
<li><a href="http://pymc-learn.org">pymc-learn</a></li>
3737

@@ -44,18 +44,18 @@ <h1 class="site-title"><a href="/">pymc-learn Blog</a></h1>
4444
<div class="posts">
4545

4646
<div class="post">
47-
<h2 class="post-title"><a href="/post/2018/10/15/pymc-learn-practical-probabilistic-machine-learning-in-python/">pymc-learn: Practical Probabilistic Machine Learning in Python</a></h2>
47+
<h2 class="post-title"><a href="./post/2018/10/15/pymc-learn-practical-probabilistic-machine-learning-in-python/">pymc-learn: Practical Probabilistic Machine Learning in Python</a></h2>
4848
<span class="post-date">Oct 15, 2018</span>
4949

5050
<span class="post-tags">
5151

52-
#<a href="/tags/bayesian">bayesian</a>&nbsp;
52+
#<a href="./tags/bayesian">bayesian</a>&nbsp;
5353

54-
#<a href="/tags/pymc3">pymc3</a>&nbsp;
54+
#<a href="./tags/pymc3">pymc3</a>&nbsp;
5555

56-
#<a href="/tags/scikit-learn">scikit-learn</a>&nbsp;
56+
#<a href="./tags/scikit-learn">scikit-learn</a>&nbsp;
5757

58-
#<a href="/tags/machine-learning">machine-learning</a>&nbsp;
58+
#<a href="./tags/machine-learning">machine-learning</a>&nbsp;
5959

6060
</span>
6161

@@ -115,7 +115,7 @@ <h2 class="post-title"><a href="/post/2018/10/15/pymc-learn-practical-probabilis
115115

116116

117117
</div>
118-
<script src="/js/slim.js"></script>
118+
<script src="./js/slim.js"></script>
119119

120120

121121
</body>

‎public/post/2018/10/15/pymc-learn-practical-probabilistic-machine-learning-in-python/index.html

Copy file name to clipboardExpand all lines: public/post/2018/10/15/pymc-learn-practical-probabilistic-machine-learning-in-python/index.html
+9-9Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<title> pymc-learn: Practical Probabilistic Machine Learning in Python &middot; pymc-learn Blog </title>
88

99

10-
<link rel="stylesheet" href="/css/slim.css">
11-
<link rel="stylesheet" href="/css/highlight.min.css">
10+
<link rel="stylesheet" href="../../../../../css/slim.css">
11+
<link rel="stylesheet" href="../../../../../css/highlight.min.css">
1212
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Source+Code+Pro' rel='stylesheet' type='text/css'>
1313

14-
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
15-
<link rel="shortcut icon" href="/favicon.ico">
14+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../../../../apple-touch-icon-144-precomposed.png">
15+
<link rel="shortcut icon" href="../../../../../favicon.ico">
1616

1717

1818
<link href="" rel="alternate" type="application/rss+xml" title="pymc-learn Blog" />
@@ -22,15 +22,15 @@
2222
<body>
2323
<div class="container">
2424
<div class="header">
25-
<h1 class="site-title"><a href="/">pymc-learn Blog</a></h1>
25+
<h1 class="site-title"><a href="../../../../../">pymc-learn Blog</a></h1>
2626
<p class="site-tagline"></p>
2727
<div class="nav">
2828
<a class="nav-btn" href="#">
2929
<span class="ci ci-burger"></span>
3030
</a>
3131
<ul class="nav-list">
3232

33-
<li><a href="/">Home</a></li>
33+
<li><a href="../../../../../">Home</a></li>
3434

3535
<li><a href="http://pymc-learn.org">pymc-learn</a></li>
3636

@@ -42,7 +42,7 @@ <h1 class="site-title"><a href="/">pymc-learn Blog</a></h1>
4242
<div class="content">
4343
<div class="posts">
4444
<div class="post">
45-
<h2 class="post-title"><a href="/post/2018/10/15/pymc-learn-practical-probabilistic-machine-learning-in-python/">pymc-learn: Practical Probabilistic Machine Learning in Python</a></h2>
45+
<h2 class="post-title"><a href="../../../../../post/2018/10/15/pymc-learn-practical-probabilistic-machine-learning-in-python/">pymc-learn: Practical Probabilistic Machine Learning in Python</a></h2>
4646
<span class="post-date">Oct 15, 2018 </span>
4747
<div class="post-content">
4848

@@ -135,8 +135,8 @@ <h4 id="references">References</h4>
135135

136136

137137
</div>
138-
<script src="/js/slim.js"></script>
139-
<script src="/js/highlight.min.js"></script>
138+
<script src="../../../../../js/slim.js"></script>
139+
<script src="../../../../../js/highlight.min.js"></script>
140140
<script>
141141
hljs.initHighlightingOnLoad();
142142
</script>

‎public/post/index.html

Copy file name to clipboardExpand all lines: public/post/index.html
+13-13Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,30 @@
77
<title> Posts &middot; pymc-learn Blog </title>
88

99

10-
<link rel="stylesheet" href="/css/slim.css">
11-
<link rel="stylesheet" href="/css/highlight.min.css">
10+
<link rel="stylesheet" href="../css/slim.css">
11+
<link rel="stylesheet" href="../css/highlight.min.css">
1212
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Source+Code+Pro' rel='stylesheet' type='text/css'>
1313

14-
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
15-
<link rel="shortcut icon" href="/favicon.ico">
14+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../apple-touch-icon-144-precomposed.png">
15+
<link rel="shortcut icon" href="../favicon.ico">
1616

1717

18-
<link href="/post/index.xml" rel="alternate" type="application/rss+xml" title="pymc-learn Blog" />
18+
<link href="../post/index.xml" rel="alternate" type="application/rss+xml" title="pymc-learn Blog" />
1919

2020
</head>
2121

2222
<body>
2323
<div class="container">
2424
<div class="header">
25-
<h1 class="site-title"><a href="/">pymc-learn Blog</a></h1>
25+
<h1 class="site-title"><a href="../">pymc-learn Blog</a></h1>
2626
<p class="site-tagline"></p>
2727
<div class="nav">
2828
<a class="nav-btn" href="#">
2929
<span class="ci ci-burger"></span>
3030
</a>
3131
<ul class="nav-list">
3232

33-
<li><a href="/">Home</a></li>
33+
<li><a href="../">Home</a></li>
3434

3535
<li><a href="http://pymc-learn.org">pymc-learn</a></li>
3636

@@ -43,18 +43,18 @@ <h1 class="site-title"><a href="/">pymc-learn Blog</a></h1>
4343
<div class="posts">
4444

4545
<div class="post">
46-
<h2 class="post-title"><a href="/post/2018/10/15/pymc-learn-practical-probabilistic-machine-learning-in-python/">pymc-learn: Practical Probabilistic Machine Learning in Python</a></h2>
46+
<h2 class="post-title"><a href="../post/2018/10/15/pymc-learn-practical-probabilistic-machine-learning-in-python/">pymc-learn: Practical Probabilistic Machine Learning in Python</a></h2>
4747
<span class="post-date">Oct 15, 2018</span>
4848

4949
<span class="post-tags">
5050

51-
#<a href="/tags/bayesian">bayesian</a>&nbsp;
51+
#<a href="../tags/bayesian">bayesian</a>&nbsp;
5252

53-
#<a href="/tags/pymc3">pymc3</a>&nbsp;
53+
#<a href="../tags/pymc3">pymc3</a>&nbsp;
5454

55-
#<a href="/tags/scikit-learn">scikit-learn</a>&nbsp;
55+
#<a href="../tags/scikit-learn">scikit-learn</a>&nbsp;
5656

57-
#<a href="/tags/machine-learning">machine-learning</a>&nbsp;
57+
#<a href="../tags/machine-learning">machine-learning</a>&nbsp;
5858

5959
</span>
6060

@@ -114,7 +114,7 @@ <h2 class="post-title"><a href="/post/2018/10/15/pymc-learn-practical-probabilis
114114

115115

116116
</div>
117-
<script src="/js/slim.js"></script>
117+
<script src="../js/slim.js"></script>
118118

119119

120120
</body>

‎public/publication_types/index.html

Copy file name to clipboardExpand all lines: public/publication_types/index.html
+8-8Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,30 @@
77
<title> Publication_types &middot; pymc-learn Blog </title>
88

99

10-
<link rel="stylesheet" href="/css/slim.css">
11-
<link rel="stylesheet" href="/css/highlight.min.css">
10+
<link rel="stylesheet" href="../css/slim.css">
11+
<link rel="stylesheet" href="../css/highlight.min.css">
1212
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Source+Code+Pro' rel='stylesheet' type='text/css'>
1313

14-
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
15-
<link rel="shortcut icon" href="/favicon.ico">
14+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../apple-touch-icon-144-precomposed.png">
15+
<link rel="shortcut icon" href="../favicon.ico">
1616

1717

18-
<link href="/publication_types/index.xml" rel="alternate" type="application/rss+xml" title="pymc-learn Blog" />
18+
<link href="../publication_types/index.xml" rel="alternate" type="application/rss+xml" title="pymc-learn Blog" />
1919

2020
</head>
2121

2222
<body>
2323
<div class="container">
2424
<div class="header">
25-
<h1 class="site-title"><a href="/">pymc-learn Blog</a></h1>
25+
<h1 class="site-title"><a href="../">pymc-learn Blog</a></h1>
2626
<p class="site-tagline"></p>
2727
<div class="nav">
2828
<a class="nav-btn" href="#">
2929
<span class="ci ci-burger"></span>
3030
</a>
3131
<ul class="nav-list">
3232

33-
<li><a href="/">Home</a></li>
33+
<li><a href="../">Home</a></li>
3434

3535
<li><a href="http://pymc-learn.org">pymc-learn</a></li>
3636

@@ -95,7 +95,7 @@ <h1 class="site-title"><a href="/">pymc-learn Blog</a></h1>
9595

9696

9797
</div>
98-
<script src="/js/slim.js"></script>
98+
<script src="../js/slim.js"></script>
9999

100100

101101
</body>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.