Skip to content

Commit aaeb1ca

Browse files
committed
GDPR-related changes
1 parent 3f0a5ae commit aaeb1ca

File tree

6 files changed

+23
-54
lines changed

6 files changed

+23
-54
lines changed

_config.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ avatar: https://avatars3.githubusercontent.com/u/3877631?v=3&u=b3d8d48474b99046a
1515
# Flags below are optional
1616
#
1717

18-
# If you're hosting your site at a Project repository on GitHub pages
18+
# If you're hosting your site at a Project repository on GitHub pages
1919
# (http://yourusername.github.io/repository-name)
2020
# and NOT your User repository (http://yourusername.github.io)
2121
# then add in the baseurl here, like this: "/repository-name"
@@ -27,20 +27,20 @@ url: http://sasabogdanovic.com
2727

2828
# Includes an icon in the footer for each username you enter
2929
footer-links:
30-
dribbble:
31-
email:
32-
facebook:
33-
flickr:
30+
dribbble:
31+
email:
32+
facebook:
33+
flickr:
3434
linkedin: sashabogdanovic
3535
github: sasha-ruby
3636
twitter: s_bogdanovic
37-
instagram:
38-
pinterest:
37+
instagram:
38+
pinterest:
3939
rss: atom.xml
4040
stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers"
4141

42-
# Your disqus shortname, entering this will enable commenting on posts
43-
disqus: sasabogdanovic
42+
# # Your disqus shortname, entering this will enable commenting on posts
43+
# disqus: sasabogdanovic
4444

4545
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
4646
google_analytics: UA-1350102-38
@@ -50,7 +50,7 @@ google_analytics: UA-1350102-38
5050
#
5151

5252
markdown: kramdown
53-
highlighter: pygments
53+
highlighter: rb-pygments
5454
permalink: /:title/
5555

5656
# The release of Jekyll Now that you're using

_includes/bottombar.html

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<section class="sidebar-section" id="sidebar-about">
33
<h2>About me</h2>
44
<p>I am Data Science consultant helping businesses make data-driven business decisions.</p>
5-
<p>I combine my business acumen, rich technical experience and passion about everything data to build intuitive,
5+
<p>I combine my business acumen, rich technical experience and passion about everything data to build intuitive,
66
easy-to-use data products, helping my clients become well-oiled, money-making machines.</p>
77

88
<p>For the last 6 years I've been working in the affiliate marketing sector of iGaming industry with some of the major brands.</p>
@@ -23,17 +23,4 @@ <h2>Recent Posts</h2>
2323
</ul>
2424
</section>
2525

26-
<section class="sidebar-section">
27-
<h2>Twitter feed</h2>
28-
<a class="twitter-timeline" href="https://twitter.com/s_bogdanovic" data-widget-id="547205779875315713">Tweets by @s_bogdanovic</a>
29-
<script>!function (d, s, id) {
30-
var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https';
31-
if (!d.getElementById(id)) {
32-
js = d.createElement(s);
33-
js.id = id;
34-
js.src = p + "://platform.twitter.com/widgets.js";
35-
fjs.parentNode.insertBefore(js, fjs);
36-
}
37-
}(document, "script", "twitter-wjs");</script>
38-
</section>
39-
</aside>
26+
</aside>

_includes/disqus.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
{% if site.disqus %}
1+
<!-- {% if site.disqus %}
22
<div class="comments">
33
<div id="disqus_thread"></div>
44
<script type="text/javascript">
5-
6-
var disqus_shortname = '{{ site.disqus }}';
5+
6+
var disqus_shortname = '{{ site.disqus }}';
77
88
(function() {
99
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
@@ -14,4 +14,4 @@
1414
</script>
1515
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
1616
</div>
17-
{% endif %}
17+
{% endif %} -->

_includes/sidebar.html

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<section class="sidebar-section" id="sidebar-about">
33
<h2>About me</h2>
44
<p>I am Data Science consultant helping businesses make data-driven business decisions.</p>
5-
<p>I combine my business acumen, rich technical experience and passion about everything data to build intuitive,
5+
<p>I combine my business acumen, rich technical experience and passion about everything data to build intuitive,
66
easy-to-use data products, helping my clients become well-oiled, money-making machines.</p>
77
<p>I was profiled on Simply Statistic blog as on of the <a href="http://simplystatistics.org/2015/02/05/johns-hopkins-data-science-specialization-top-performers/" target="_blank">top performers in Johns Hopkins Unversity and Coursera Data Science Specialization</a>.</p>
88

@@ -15,7 +15,7 @@ <h2>About me</h2>
1515
<h4>Get social</h4>
1616
{% include svg-icons.html %}
1717
</section>
18-
18+
1919
<section class="sidebar-section">
2020
<h2>Recent Posts</h2>
2121
<ul>
@@ -27,28 +27,13 @@ <h2>Recent Posts</h2>
2727
</ul>
2828
</section>
2929

30-
<section class="sidebar-section">
31-
<h2>Twitter feed</h2>
32-
<a class="twitter-timeline" href="https://twitter.com/s_bogdanovic" data-widget-id="547205779875315713">Tweets by @s_bogdanovic</a>
33-
<script>!function (d, s, id) {
34-
var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https';
35-
if (!d.getElementById(id)) {
36-
js = d.createElement(s);
37-
js.id = id;
38-
js.src = p + "://platform.twitter.com/widgets.js";
39-
fjs.parentNode.insertBefore(js, fjs);
40-
}
41-
}(document, "script", "twitter-wjs");</script>
42-
</section>
43-
4430
<section class="sidebar-section">
4531
<h2>Favorite links</h2>
4632
<ul>
47-
<li><a href="http://www.r-bloggers.com/" rel="external nofollow">R-bloggers</a></li>
33+
<li><a href="http://www.rubyind.com/" rel="external nofollow">Ruby Industries Inc.</a></li>
34+
<li><a href="http://izabela.red/" rel="external nofollow">Izabela Bogdanovic Art</a></li>
4835
<li><a href="http://www.rstudio.com/" rel="external nofollow">RStudio</a></li>
49-
<li><a href="http://www.rubyind.com/" rel="external nofollow">Ruby Industries</a></li>
50-
<li><a href="http://izabela.gallery/" rel="external nofollow">Izabela Bogdanovic Gallery</a></li>
5136
</ul>
5237
</section>
53-
54-
</aside>
38+
39+
</aside>

_layouts/post.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ <h1>{{ page.title }}</h1>
6767
</div>
6868
</div>
6969

70-
{% include disqus.html disqus_identifier=page.disqus_identifier %}
7170
</article>
7271

7372
{% include sidebar.html %}

contact.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,4 @@ sitemap:
99
---
1010

1111
If you need help making sense of data of your interest, I'm available for consulting work.<br>
12-
Feel free to get in touch and help me understand how I can help best.
13-
14-
<iframe src="https://docs.google.com/forms/d/13JrS9p4CCKIkxAS6yvWzpuw1aCVx2_-11x8KUY-v-cg/viewform?embedded=true" class="contactform" width="100%" height="720" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
12+
Feel free to get in touch by email, sasha (at) rubyind.com, and help me understand how I can help best.

0 commit comments

Comments
 (0)