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 edd57ca

Browse filesBrowse files
committed
relative to statis/css
1 parent 53743a6 commit edd57ca
Copy full SHA for edd57ca

File tree

Expand file treeCollapse file tree

22 files changed

+24
-13
lines changed
Filter options
Expand file treeCollapse file tree

22 files changed

+24
-13
lines changed

‎config.toml

Copy file name to clipboardExpand all lines: config.toml
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ theme = "hugo-theme-slim"
22
baseURL = "http://blog.pymc-learn.org/"
33
languageCode = "en-us"
44
title = "pymc-learn Blog"
5+
copyright = "© 2018-2019 pymc-learn Developers Team"
56
enableEmoji = true
67
footnotereturnlinkcontents = "<sup>^</sup>"
78

@@ -39,8 +40,8 @@ defaultContentLanguageInSubdir = false
3940

4041
# Link custom CSS and JS assets
4142
# (relative to /static/css and /static/js respectively)
42-
custom_css = ["/themes/hugo-theme-slim/static/css/slim.css"]
43-
custom_js = ["/themes/hugo-theme-slim/static/js/slim.js"]
43+
custom_css = ["slim.css"]
44+
custom_js = ["slim.js"]
4445

4546
# Publication types.
4647
# Used to categorize publications.

‎public/categories/announcement/index.html

Copy file name to clipboardExpand all lines: public/categories/announcement/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h2 class="post-title"><a href="/post/2018/10/15/pymc-learn-practical-probabilis
9292
<div class="container">
9393
<p class="powered-by">
9494

95-
95+
&copy; 2018-2019 pymc-learn Developers Team &middot;
9696
<br>
9797
Content shareable: <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC-BY-NC</a>
9898

‎public/categories/announcement/index.xml

Copy file name to clipboardExpand all lines: public/categories/announcement/index.xml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<description>Recent content in Announcement on pymc-learn Blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9+
<copyright>&amp;copy; 2018-2019 pymc-learn Developers Team</copyright>
910
<lastBuildDate>Mon, 15 Oct 2018 00:00:00 +0000</lastBuildDate>
1011

1112
<atom:link href="/categories/announcement/index.xml" rel="self" type="application/rss+xml" />

‎public/categories/index.html

Copy file name to clipboardExpand all lines: public/categories/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h1 class="site-title"><a href="/">pymc-learn Blog</a></h1>
7373
<div class="container">
7474
<p class="powered-by">
7575

76-
76+
&copy; 2018-2019 pymc-learn Developers Team &middot;
7777
<br>
7878
Content shareable: <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC-BY-NC</a>
7979

‎public/categories/index.xml

Copy file name to clipboardExpand all lines: public/categories/index.xml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<description>Recent content in Categories on pymc-learn Blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9+
<copyright>&amp;copy; 2018-2019 pymc-learn Developers Team</copyright>
910
<lastBuildDate>Mon, 15 Oct 2018 00:00:00 +0000</lastBuildDate>
1011

1112
<atom:link href="/categories/index.xml" rel="self" type="application/rss+xml" />

‎public/index.html

Copy file name to clipboardExpand all lines: public/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h2 class="post-title"><a href="/post/2018/10/15/pymc-learn-practical-probabilis
9393
<div class="container">
9494
<p class="powered-by">
9595

96-
96+
&copy; 2018-2019 pymc-learn Developers Team &middot;
9797
<br>
9898
Content shareable: <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC-BY-NC</a>
9999

‎public/index.xml

Copy file name to clipboardExpand all lines: public/index.xml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<description>Recent content on pymc-learn Blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9+
<copyright>&amp;copy; 2018-2019 pymc-learn Developers Team</copyright>
910
<lastBuildDate>Mon, 15 Oct 2018 00:00:00 +0000</lastBuildDate>
1011

1112
<atom:link href="/index.xml" rel="self" type="application/rss+xml" />

‎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
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h4 id="references">References</h4>
113113
<div class="container">
114114
<p class="powered-by">
115115

116-
116+
&copy; 2018-2019 pymc-learn Developers Team &middot;
117117
<br>
118118
Content shareable: <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC-BY-NC</a>
119119

‎public/post/index.html

Copy file name to clipboardExpand all lines: public/post/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h2 class="post-title"><a href="/post/2018/10/15/pymc-learn-practical-probabilis
9292
<div class="container">
9393
<p class="powered-by">
9494

95-
95+
&copy; 2018-2019 pymc-learn Developers Team &middot;
9696
<br>
9797
Content shareable: <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC-BY-NC</a>
9898

‎public/post/index.xml

Copy file name to clipboardExpand all lines: public/post/index.xml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<description>Recent content in Posts on pymc-learn Blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9+
<copyright>&amp;copy; 2018-2019 pymc-learn Developers Team</copyright>
910
<lastBuildDate>Mon, 15 Oct 2018 00:00:00 +0000</lastBuildDate>
1011

1112
<atom:link href="/post/index.xml" rel="self" type="application/rss+xml" />

‎public/publication_types/index.html

Copy file name to clipboardExpand all lines: public/publication_types/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h1 class="site-title"><a href="/">pymc-learn Blog</a></h1>
7373
<div class="container">
7474
<p class="powered-by">
7575

76-
76+
&copy; 2018-2019 pymc-learn Developers Team &middot;
7777
<br>
7878
Content shareable: <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC-BY-NC</a>
7979

‎public/publication_types/index.xml

Copy file name to clipboardExpand all lines: public/publication_types/index.xml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<description>Recent content in Publication_types on pymc-learn Blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9+
<copyright>&amp;copy; 2018-2019 pymc-learn Developers Team</copyright>
910

1011
<atom:link href="/publication_types/index.xml" rel="self" type="application/rss+xml" />
1112

‎public/tags/bayesian/index.html

Copy file name to clipboardExpand all lines: public/tags/bayesian/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h2 class="post-title"><a href="/post/2018/10/15/pymc-learn-practical-probabilis
9292
<div class="container">
9393
<p class="powered-by">
9494

95-
95+
&copy; 2018-2019 pymc-learn Developers Team &middot;
9696
<br>
9797
Content shareable: <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC-BY-NC</a>
9898

‎public/tags/bayesian/index.xml

Copy file name to clipboardExpand all lines: public/tags/bayesian/index.xml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<description>Recent content in Bayesian on pymc-learn Blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9+
<copyright>&amp;copy; 2018-2019 pymc-learn Developers Team</copyright>
910
<lastBuildDate>Mon, 15 Oct 2018 00:00:00 +0000</lastBuildDate>
1011

1112
<atom:link href="/tags/bayesian/index.xml" rel="self" type="application/rss+xml" />

‎public/tags/index.html

Copy file name to clipboardExpand all lines: public/tags/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h1 class="site-title"><a href="/">pymc-learn Blog</a></h1>
7373
<div class="container">
7474
<p class="powered-by">
7575

76-
76+
&copy; 2018-2019 pymc-learn Developers Team &middot;
7777
<br>
7878
Content shareable: <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC-BY-NC</a>
7979

‎public/tags/index.xml

Copy file name to clipboardExpand all lines: public/tags/index.xml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<description>Recent content in Tags on pymc-learn Blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9+
<copyright>&amp;copy; 2018-2019 pymc-learn Developers Team</copyright>
910
<lastBuildDate>Mon, 15 Oct 2018 00:00:00 +0000</lastBuildDate>
1011

1112
<atom:link href="/tags/index.xml" rel="self" type="application/rss+xml" />

‎public/tags/machine-learning/index.html

Copy file name to clipboardExpand all lines: public/tags/machine-learning/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h2 class="post-title"><a href="/post/2018/10/15/pymc-learn-practical-probabilis
9292
<div class="container">
9393
<p class="powered-by">
9494

95-
95+
&copy; 2018-2019 pymc-learn Developers Team &middot;
9696
<br>
9797
Content shareable: <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC-BY-NC</a>
9898

‎public/tags/machine-learning/index.xml

Copy file name to clipboardExpand all lines: public/tags/machine-learning/index.xml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<description>Recent content in Machine Learning on pymc-learn Blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9+
<copyright>&amp;copy; 2018-2019 pymc-learn Developers Team</copyright>
910
<lastBuildDate>Mon, 15 Oct 2018 00:00:00 +0000</lastBuildDate>
1011

1112
<atom:link href="/tags/machine-learning/index.xml" rel="self" type="application/rss+xml" />

‎public/tags/pymc3/index.html

Copy file name to clipboardExpand all lines: public/tags/pymc3/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h2 class="post-title"><a href="/post/2018/10/15/pymc-learn-practical-probabilis
9292
<div class="container">
9393
<p class="powered-by">
9494

95-
95+
&copy; 2018-2019 pymc-learn Developers Team &middot;
9696
<br>
9797
Content shareable: <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC-BY-NC</a>
9898

‎public/tags/pymc3/index.xml

Copy file name to clipboardExpand all lines: public/tags/pymc3/index.xml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<description>Recent content in Pymc3 on pymc-learn Blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9+
<copyright>&amp;copy; 2018-2019 pymc-learn Developers Team</copyright>
910
<lastBuildDate>Mon, 15 Oct 2018 00:00:00 +0000</lastBuildDate>
1011

1112
<atom:link href="/tags/pymc3/index.xml" rel="self" type="application/rss+xml" />

‎public/tags/scikit-learn/index.html

Copy file name to clipboardExpand all lines: public/tags/scikit-learn/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h2 class="post-title"><a href="/post/2018/10/15/pymc-learn-practical-probabilis
9292
<div class="container">
9393
<p class="powered-by">
9494

95-
95+
&copy; 2018-2019 pymc-learn Developers Team &middot;
9696
<br>
9797
Content shareable: <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC-BY-NC</a>
9898

‎public/tags/scikit-learn/index.xml

Copy file name to clipboardExpand all lines: public/tags/scikit-learn/index.xml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<description>Recent content in Scikit Learn on pymc-learn Blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
9+
<copyright>&amp;copy; 2018-2019 pymc-learn Developers Team</copyright>
910
<lastBuildDate>Mon, 15 Oct 2018 00:00:00 +0000</lastBuildDate>
1011

1112
<atom:link href="/tags/scikit-learn/index.xml" rel="self" type="application/rss+xml" />

0 commit comments

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