conference-mgeek.in-jekyll-theme 0.2.15 → 0.2.16

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 279c6560357743216382b86a06880171acb50b208298abc140e4466cf3290130
4
- data.tar.gz: 4fbb7dfbfb74086c99bf69731f39b3103877d77fa3fbba4af1f2639aa4f13064
3
+ metadata.gz: 533ad5501abd96fc56ef6ef6a0456d68070b832b7ba457dada65e62a29054328
4
+ data.tar.gz: 0262deeca8a33aa413ba1640c3b8beaa20b2843b0b6b8e2c671ee954f06027b3
5
5
  SHA512:
6
- metadata.gz: d49cb3c3b8ce84176df1a810ee8df1d8ce513a0222312df5e893b15a7fab2996e4b32079739db96d8a30c07ac04422505e998dd41e7c49600b498b85bd96b61f
7
- data.tar.gz: 815e942cc9d837077cf9524e2a765146c8fa56c6ea679110666794b3b2ca1dcec9d0123750168c43e1fb338fb72e69626dbc5f375d7e2b17e6c54a3596683d63
6
+ metadata.gz: 2624b0c2e0c79498810beb53198b39b8c9a92c21244c233fa1e0fd0d0a112aacdd3b8ddf647fe09a01ab3dceb52493762de18d869cd2afa67e230f6fa0fc482e
7
+ data.tar.gz: 5a56ea0cce443c3e43ef74c9bdcacc361dcbbf422b799452cbca4a847fa9b2a231882f412cc39320f9932cba7ee2dbc71ca4ccc364349bd6e1036e0d1123eeba
@@ -0,0 +1,27 @@
1
+
2
+ {% if page.comments %}
3
+ <div id="disqus_thread"></div>
4
+ <script>
5
+
6
+ /**
7
+ * RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
8
+ * LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
9
+ /*
10
+ var disqus_config = function () {
11
+ this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
12
+ this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
13
+ };
14
+ */
15
+ this.page.url = {{ siteurl }}{{site.baseurl}}{{page.url}};
16
+ this.page.identifier = {{ siteurl }}{{site.baseurl}}{{ page.url }};
17
+
18
+ (function() { // DON'T EDIT BELOW THIS LINE
19
+ var d = document, s = d.createElement('script');
20
+ s.src = '{{ siteurl }}{{site.baseurl}}.disqus.com/embed.js';
21
+ s.setAttribute('data-timestamp', +new Date());
22
+ (d.head || d.body).appendChild(s);
23
+ })();
24
+ </script>
25
+ <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
26
+
27
+ {% endif %}
@@ -1,5 +1,5 @@
1
1
  <div class="row text-center">
2
2
  <div class="col-lg-12 col-sm-12 col-md-12 p0 text-center">
3
- <img class="img img-fluid text-center" src="{{site.url}}{{site.baseurl}}/assets/images/headerimage.png" alt="">
3
+ <img class="img img-fluid text-center" src="{{siteurl}}{{site.baseurl}}/assets/images/headerimage.png" alt="">
4
4
  </div>
5
5
  </div>
@@ -0,0 +1,24 @@
1
+
2
+ {% if page.comments %}
3
+ <div id="disqus_thread"></div>
4
+ <script>
5
+
6
+ /**
7
+ * RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
8
+ * LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
9
+ /*
10
+ var disqus_config = function () {
11
+ this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
12
+ this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
13
+ };
14
+ */
15
+ (function() { // DON'T EDIT BELOW THIS LINE
16
+ var d = document, s = d.createElement('script');
17
+ s.src = 'https://mgeek-in.disqus.com/embed.js';
18
+ s.setAttribute('data-timestamp', +new Date());
19
+ (d.head || d.body).appendChild(s);
20
+ })();
21
+ </script>
22
+ <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
23
+
24
+ {% endif %}
@@ -3,8 +3,8 @@
3
3
 
4
4
  <nav class="navbar navbar-expand-lg navbar-dark bg-dark" id="nav">
5
5
  <div class="col-3">
6
- <a class="navbar-brand" href="{{ siteurl }}{{site.baseurl}}">
7
- <img height="60px" src="{{ site.url }}{{site.baseurl}}/assets/images/logo.png" alt="{{ site.title }}"
6
+ <a class="navbar-brand" href="{{ siteurl }}{{site.baseurl}}/">
7
+ <img height="60px" src="{{ siteurl }}{{site.baseurl}}/assets/images/logo.png" alt="{{ site.title }}"
8
8
  title="{{ site.title }}">
9
9
  </a>
10
10
  </div>
@@ -4,7 +4,7 @@
4
4
  <nav class="navbar navbar-expand-lg navbar-dark bg-dark" id="nav">
5
5
  <div class="col-3">
6
6
  <a class="navbar-brand" href="{{ site.url }}{{site.baseurl}}/">
7
- <img height="60px" src="{{ site.url }}{{site.baseurl}}/assets/images/logo.png" alt="{{ site.title }}"
7
+ <img height="60px" src="{{ siteurl }}{{site.baseurl}}/assets/images/logo.png" alt="{{ site.title }}"
8
8
  title="{{ site.title }}">
9
9
  </a>
10
10
  </div>
@@ -4,6 +4,7 @@
4
4
  <div id="landingdefault" class="container" markdown=1>
5
5
  {{ content }}
6
6
  </div>
7
+ {% include disqus.html %}
7
8
  {% include footbar.html %}
8
9
 
9
10
  {% include footer.html %}
data/_layouts/post.html CHANGED
@@ -1,5 +1,9 @@
1
1
  ---
2
2
  layout: default
3
+
3
4
  ---
4
5
 
5
6
  {{ content }}
7
+
8
+
9
+ {% include disqus.html %}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conference-mgeek.in-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.15
4
+ version: 0.2.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - prateekrajgautam
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-08 00:00:00.000000000 Z
11
+ date: 2019-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -61,10 +61,12 @@ extra_rdoc_files: []
61
61
  files:
62
62
  - LICENSE.txt
63
63
  - README.md
64
+ - _includes/disqus.html
64
65
  - _includes/footbar.html
65
66
  - _includes/footer.html
66
67
  - _includes/header.html
67
68
  - _includes/headerimage.html
69
+ - _includes/mgeek.in.disqus.html
68
70
  - _includes/navbar.html
69
71
  - _includes/navbarauto.html
70
72
  - _includes/notice.html