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 0152614

Browse filesBrowse files
committed
added disqus
1 parent 5dc0e6e commit 0152614
Copy full SHA for 0152614

File tree

Expand file treeCollapse file tree

13 files changed

+512
-55
lines changed
Filter options
Expand file treeCollapse file tree

13 files changed

+512
-55
lines changed

‎config.toml

Copy file name to clipboardExpand all lines: config.toml
+14Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,17 @@ defaultContentLanguageInSubdir = false
112112
category = "categories"
113113
publication_type = "publication_types"
114114

115+
[params]
116+
highlightjsVersion = "9.12.0"
117+
highlightjsCDN = "//cdnjs.cloudflare.com/ajax/libs"
118+
highlightjsLang = ["r", "yaml"]
119+
highlightjsTheme = "github"
120+
121+
MathJaxCDN = "//cdnjs.cloudflare.com/ajax/libs"
122+
MathJaxVersion = "2.7.5"
123+
124+
[params.logo]
125+
url = "https://raw.githubusercontent.com/pymc-learn/pymc-learn/master/docs/logos/pymc_learn_logo.png"
126+
width = 50
127+
height = 50
128+
alt = "Logo"

‎layouts/partials/footer.html

Copy file name to clipboard
+25Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<footer class="site-footer">
2+
<div class="container">
3+
<p class="powered-by">
4+
5+
{{ with .Site.Copyright }}{{ . | markdownify}} &middot; {{ end }}
6+
<br>
7+
Content shareable: <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC-BY-NC</a>
8+
9+
<br>Website composed in Markdown via <a href="https://bookdown.org/yihui/blogdown/" target="_blank">Blogdown</a>.
10+
11+
Web theme is <a href="http://themes.gohugo.io/theme/slim" target="_blank">hugo-theme-slim</a> for <a href="http://gohugo.io" target="_blank">Hugo</a>.
12+
13+
<span class="pull-right" aria-hidden="true">
14+
<a href="#" id="back_to_top">
15+
<span class="button_icon">
16+
<i class="fa fa-chevron-up fa-2x"></i>
17+
</span>
18+
</a>
19+
</span>
20+
21+
</p>
22+
</div>
23+
</footer>
24+
25+
{{ template "_internal/disqus.html" . }}

‎public/categories/announcement/index.html

Copy file name to clipboardExpand all lines: public/categories/announcement/index.html
+43-5Lines changed: 43 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,50 @@ <h2 class="post-title"><a href="/post/2018/10/15/pymc-learn-practical-probabilis
6666

6767
</div>
6868
</div>
69-
<div class="footer">
70-
71-
<p>Powered by <a href="http://gohugo.io">Hugo</a>. This theme—Slim—is open sourced on <a href="https://github.com/zhe/hugo-theme-slim">Github</a>.</p>
72-
73-
</div>
69+
<footer class="site-footer">
70+
<div class="container">
71+
<p class="powered-by">
72+
73+
74+
<br>
75+
Content shareable: <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC-BY-NC</a>
76+
77+
<br>Website composed in Markdown via <a href="https://bookdown.org/yihui/blogdown/" target="_blank">Blogdown</a>.
78+
79+
Web theme is <a href="http://themes.gohugo.io/theme/slim" target="_blank">hugo-theme-slim</a> for <a href="http://gohugo.io" target="_blank">Hugo</a>.
80+
81+
<span class="pull-right" aria-hidden="true">
82+
<a href="#" id="back_to_top">
83+
<span class="button_icon">
84+
<i class="fa fa-chevron-up fa-2x"></i>
85+
</span>
86+
</a>
87+
</span>
88+
89+
</p>
90+
</div>
91+
</footer>
7492

93+
<div id="disqus_thread"></div>
94+
<script type="application/javascript">
95+
var disqus_config = function () {
96+
97+
98+
99+
};
100+
(function() {
101+
if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {
102+
document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.';
103+
return;
104+
}
105+
var d = document, s = d.createElement('script'); s.async = true;
106+
s.src = '//' + "emaasit" + '.disqus.com/embed.js';
107+
s.setAttribute('data-timestamp', +new Date());
108+
(d.head || d.body).appendChild(s);
109+
})();
110+
</script>
111+
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
112+
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
75113
</div>
76114
<script src="/js/slim.js"></script>
77115

‎public/categories/index.html

Copy file name to clipboardExpand all lines: public/categories/index.html
+43-5Lines changed: 43 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,50 @@ <h1 class="site-title"><a href="/">pymc-learn Blog</a></h1>
4747

4848
</div>
4949
</div>
50-
<div class="footer">
51-
52-
<p>Powered by <a href="http://gohugo.io">Hugo</a>. This theme—Slim—is open sourced on <a href="https://github.com/zhe/hugo-theme-slim">Github</a>.</p>
53-
54-
</div>
50+
<footer class="site-footer">
51+
<div class="container">
52+
<p class="powered-by">
53+
54+
55+
<br>
56+
Content shareable: <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC-BY-NC</a>
57+
58+
<br>Website composed in Markdown via <a href="https://bookdown.org/yihui/blogdown/" target="_blank">Blogdown</a>.
59+
60+
Web theme is <a href="http://themes.gohugo.io/theme/slim" target="_blank">hugo-theme-slim</a> for <a href="http://gohugo.io" target="_blank">Hugo</a>.
61+
62+
<span class="pull-right" aria-hidden="true">
63+
<a href="#" id="back_to_top">
64+
<span class="button_icon">
65+
<i class="fa fa-chevron-up fa-2x"></i>
66+
</span>
67+
</a>
68+
</span>
69+
70+
</p>
71+
</div>
72+
</footer>
5573

74+
<div id="disqus_thread"></div>
75+
<script type="application/javascript">
76+
var disqus_config = function () {
77+
78+
79+
80+
};
81+
(function() {
82+
if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {
83+
document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.';
84+
return;
85+
}
86+
var d = document, s = d.createElement('script'); s.async = true;
87+
s.src = '//' + "emaasit" + '.disqus.com/embed.js';
88+
s.setAttribute('data-timestamp', +new Date());
89+
(d.head || d.body).appendChild(s);
90+
})();
91+
</script>
92+
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
93+
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
5694
</div>
5795
<script src="/js/slim.js"></script>
5896

‎public/index.html

Copy file name to clipboardExpand all lines: public/index.html
+43-5Lines changed: 43 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,50 @@ <h2 class="post-title"><a href="/post/2018/10/15/pymc-learn-practical-probabilis
6767

6868
</div>
6969
</div>
70-
<div class="footer">
71-
72-
<p>Powered by <a href="http://gohugo.io">Hugo</a>. This theme—Slim—is open sourced on <a href="https://github.com/zhe/hugo-theme-slim">Github</a>.</p>
73-
74-
</div>
70+
<footer class="site-footer">
71+
<div class="container">
72+
<p class="powered-by">
73+
74+
75+
<br>
76+
Content shareable: <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC-BY-NC</a>
77+
78+
<br>Website composed in Markdown via <a href="https://bookdown.org/yihui/blogdown/" target="_blank">Blogdown</a>.
79+
80+
Web theme is <a href="http://themes.gohugo.io/theme/slim" target="_blank">hugo-theme-slim</a> for <a href="http://gohugo.io" target="_blank">Hugo</a>.
81+
82+
<span class="pull-right" aria-hidden="true">
83+
<a href="#" id="back_to_top">
84+
<span class="button_icon">
85+
<i class="fa fa-chevron-up fa-2x"></i>
86+
</span>
87+
</a>
88+
</span>
89+
90+
</p>
91+
</div>
92+
</footer>
7593

94+
<div id="disqus_thread"></div>
95+
<script type="application/javascript">
96+
var disqus_config = function () {
97+
98+
99+
100+
};
101+
(function() {
102+
if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {
103+
document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.';
104+
return;
105+
}
106+
var d = document, s = d.createElement('script'); s.async = true;
107+
s.src = '//' + "emaasit" + '.disqus.com/embed.js';
108+
s.setAttribute('data-timestamp', +new Date());
109+
(d.head || d.body).appendChild(s);
110+
})();
111+
</script>
112+
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
113+
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
76114
</div>
77115
<script src="/js/slim.js"></script>
78116

‎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
+43-5Lines changed: 43 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,50 @@ <h4 id="references">References</h4>
8787
</div>
8888
</div>
8989

90-
<div class="footer">
91-
92-
<p>Powered by <a href="http://gohugo.io">Hugo</a>. This theme—Slim—is open sourced on <a href="https://github.com/zhe/hugo-theme-slim">Github</a>.</p>
93-
94-
</div>
90+
<footer class="site-footer">
91+
<div class="container">
92+
<p class="powered-by">
93+
94+
95+
<br>
96+
Content shareable: <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC-BY-NC</a>
97+
98+
<br>Website composed in Markdown via <a href="https://bookdown.org/yihui/blogdown/" target="_blank">Blogdown</a>.
99+
100+
Web theme is <a href="http://themes.gohugo.io/theme/slim" target="_blank">hugo-theme-slim</a> for <a href="http://gohugo.io" target="_blank">Hugo</a>.
101+
102+
<span class="pull-right" aria-hidden="true">
103+
<a href="#" id="back_to_top">
104+
<span class="button_icon">
105+
<i class="fa fa-chevron-up fa-2x"></i>
106+
</span>
107+
</a>
108+
</span>
109+
110+
</p>
111+
</div>
112+
</footer>
95113

114+
<div id="disqus_thread"></div>
115+
<script type="application/javascript">
116+
var disqus_config = function () {
117+
118+
119+
120+
};
121+
(function() {
122+
if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {
123+
document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.';
124+
return;
125+
}
126+
var d = document, s = d.createElement('script'); s.async = true;
127+
s.src = '//' + "emaasit" + '.disqus.com/embed.js';
128+
s.setAttribute('data-timestamp', +new Date());
129+
(d.head || d.body).appendChild(s);
130+
})();
131+
</script>
132+
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
133+
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
96134
</div>
97135
<script src="/js/slim.js"></script>
98136
<script src="/js/highlight.min.js"></script>

‎public/post/index.html

Copy file name to clipboardExpand all lines: public/post/index.html
+43-5Lines changed: 43 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,50 @@ <h2 class="post-title"><a href="/post/2018/10/15/pymc-learn-practical-probabilis
6666

6767
</div>
6868
</div>
69-
<div class="footer">
70-
71-
<p>Powered by <a href="http://gohugo.io">Hugo</a>. This theme—Slim—is open sourced on <a href="https://github.com/zhe/hugo-theme-slim">Github</a>.</p>
72-
73-
</div>
69+
<footer class="site-footer">
70+
<div class="container">
71+
<p class="powered-by">
72+
73+
74+
<br>
75+
Content shareable: <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC-BY-NC</a>
76+
77+
<br>Website composed in Markdown via <a href="https://bookdown.org/yihui/blogdown/" target="_blank">Blogdown</a>.
78+
79+
Web theme is <a href="http://themes.gohugo.io/theme/slim" target="_blank">hugo-theme-slim</a> for <a href="http://gohugo.io" target="_blank">Hugo</a>.
80+
81+
<span class="pull-right" aria-hidden="true">
82+
<a href="#" id="back_to_top">
83+
<span class="button_icon">
84+
<i class="fa fa-chevron-up fa-2x"></i>
85+
</span>
86+
</a>
87+
</span>
88+
89+
</p>
90+
</div>
91+
</footer>
7492

93+
<div id="disqus_thread"></div>
94+
<script type="application/javascript">
95+
var disqus_config = function () {
96+
97+
98+
99+
};
100+
(function() {
101+
if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {
102+
document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.';
103+
return;
104+
}
105+
var d = document, s = d.createElement('script'); s.async = true;
106+
s.src = '//' + "emaasit" + '.disqus.com/embed.js';
107+
s.setAttribute('data-timestamp', +new Date());
108+
(d.head || d.body).appendChild(s);
109+
})();
110+
</script>
111+
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
112+
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
75113
</div>
76114
<script src="/js/slim.js"></script>
77115

‎public/publication_types/index.html

Copy file name to clipboardExpand all lines: public/publication_types/index.html
+43-5Lines changed: 43 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,50 @@ <h1 class="site-title"><a href="/">pymc-learn Blog</a></h1>
4747

4848
</div>
4949
</div>
50-
<div class="footer">
51-
52-
<p>Powered by <a href="http://gohugo.io">Hugo</a>. This theme—Slim—is open sourced on <a href="https://github.com/zhe/hugo-theme-slim">Github</a>.</p>
53-
54-
</div>
50+
<footer class="site-footer">
51+
<div class="container">
52+
<p class="powered-by">
53+
54+
55+
<br>
56+
Content shareable: <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC-BY-NC</a>
57+
58+
<br>Website composed in Markdown via <a href="https://bookdown.org/yihui/blogdown/" target="_blank">Blogdown</a>.
59+
60+
Web theme is <a href="http://themes.gohugo.io/theme/slim" target="_blank">hugo-theme-slim</a> for <a href="http://gohugo.io" target="_blank">Hugo</a>.
61+
62+
<span class="pull-right" aria-hidden="true">
63+
<a href="#" id="back_to_top">
64+
<span class="button_icon">
65+
<i class="fa fa-chevron-up fa-2x"></i>
66+
</span>
67+
</a>
68+
</span>
69+
70+
</p>
71+
</div>
72+
</footer>
5573

74+
<div id="disqus_thread"></div>
75+
<script type="application/javascript">
76+
var disqus_config = function () {
77+
78+
79+
80+
};
81+
(function() {
82+
if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {
83+
document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.';
84+
return;
85+
}
86+
var d = document, s = d.createElement('script'); s.async = true;
87+
s.src = '//' + "emaasit" + '.disqus.com/embed.js';
88+
s.setAttribute('data-timestamp', +new Date());
89+
(d.head || d.body).appendChild(s);
90+
})();
91+
</script>
92+
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
93+
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
5694
</div>
5795
<script src="/js/slim.js"></script>
5896

0 commit comments

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