devlopr 0.3.9 → 0.4.0

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: 9317058b7fadebb31090f175fd65205b87a79992a88aba4922891ea9f972ff06
4
- data.tar.gz: ed633d57975144cb81cfd27d2d0df3b01a5923796c4e91d56fa5aa788adeff06
3
+ metadata.gz: a2f07aa1396697dec0d88184e03fb090f55ee7a8786148f6200bd815a6b28186
4
+ data.tar.gz: 5f9db874d838b4ddbd9fb492060d4a52d592d79317a4ea11744dd91c551f34ef
5
5
  SHA512:
6
- metadata.gz: 221ea2d516b4eb6c95131ee44d692d684430ae7f337d75c95187125402ebc1468c9ee87cadbc2b78d6efba2541be98df48dffe0427c5da48d64148b3b42e2eb8
7
- data.tar.gz: dc6ec2707dc677edbfc20888a68236e3b612b859082bb6fd2e3d775e0c2da326621a1dd7ef40c4ce513c6c97f4ba1fe472a6e5ac9c1136af6e46cfd69532d207
6
+ metadata.gz: 196909bd1900e08851d1b1a4edad8678ab31451fe58524e727647e98fc11bb441faf7043b91a5e7c970182284f0f31c4d21c9fa935ff17f7561ddd1ee57eab52
7
+ data.tar.gz: ec1320738dbe852baa741ed15954bea200ddce450ec971ea671439aa13fb03fba4b884697d1ada2d97b3a2f7421dbe1ff1dd38598218a8ad5ee7379784b6910d
data/_includes/head.html CHANGED
@@ -23,7 +23,7 @@
23
23
  <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt"
24
24
  crossorigin="anonymous">
25
25
 
26
- <script>
26
+ <!-- <script>
27
27
  (function(d, h, m){
28
28
  var js, fjs = d.getElementsByTagName(h)[0];
29
29
  if (d.getElementById(m)){return;}
@@ -36,7 +36,7 @@
36
36
  js.src = "https://makerwidget.com/js/embed.js";
37
37
  fjs.parentNode.insertBefore(js, fjs)
38
38
  }(document, "script", "dhm"))
39
- </script>
39
+ </script> -->
40
40
 
41
41
  {% if jekyll.environment == "production" %}
42
42
 
@@ -51,12 +51,12 @@
51
51
  </script>
52
52
  {% endif %}
53
53
 
54
- <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
54
+ <!-- <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
55
55
  <script>
56
56
  (adsbygoogle = window.adsbygoogle || []).push({
57
57
  google_ad_client: "ca-pub-7259836434848202",
58
58
  enable_page_level_ads: true
59
59
  });
60
- </script>
60
+ </script> -->
61
61
 
62
62
  </head>
@@ -1 +1 @@
1
- <a href="https://twitter.com/SujayKundu777?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-size="large" data-show-count="true">Follow @SujayKundu777</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
1
+ <a href="https://twitter.com/{{site.twitter_username}}?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-size="large" data-show-count="true">Follow @{{site.twitter_username}}</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
@@ -96,11 +96,15 @@ layout: default
96
96
  {% if site.author_website_url %}
97
97
  <h6> <i class="fas fa-link"></i> {{ site.author_website_url }} </h6>
98
98
  {% endif %}
99
- <!--
100
- {%- include github_follow_button.html -%}
101
-
102
- {%- include twitter_follow_button.html -%} -->
103
-
99
+
100
+ {% comment %}
101
+ {%- include github_follow_button.html -%}
102
+
103
+ {% endcomment %}
104
+
105
+ {% if site.twitter_username %}
106
+ {%- include twitter_follow_button.html -%}
107
+ {% endif %}
104
108
 
105
109
  </div>
106
110
 
data/categories/all.md ADDED
@@ -0,0 +1,28 @@
1
+ ---
2
+ layout: page
3
+ permalink: /blog/categories/
4
+ ---
5
+
6
+
7
+ <h3> {{ page.title }} </h3>
8
+
9
+ <div id="categories">
10
+ {% for category in site.categories %}
11
+ <div class="category-box" >
12
+ {% capture category_name %}{{ category | first }}{% endcapture %}
13
+ <div id="#{{ category_name | slugize }}"></div>
14
+ <h4 class="category-head"><a href="{{ site.baseurl }}/blog/categories/{{ category_name }}">{{ category_name }}</a></h4>
15
+ <a name="{{ category_name | slugize }}"></a>
16
+ {% for post in site.categories[category_name] %}
17
+ <article class="center">
18
+ <h6 ><a href="{{ site.baseurl }}{{ post.url }}">{{post.title}}</a></h6>
19
+ </article>
20
+
21
+
22
+ {% endfor %}
23
+
24
+ </div>
25
+ {% endfor %}
26
+ </div>
27
+
28
+
@@ -0,0 +1,13 @@
1
+ ---
2
+ layout: page
3
+ title: Guides
4
+ permalink: /blog/categories/guides
5
+ ---
6
+
7
+ <h5> Posts by Category : {{ page.title }} </h5>
8
+
9
+ <div class="card">
10
+ {% for post in site.categories.guides %}
11
+ <li class="category-posts"><span>{{ post.date | date_to_string }}</span> &nbsp; <a href="{{ post.url }}">{{ post.title }}</a></li>
12
+ {% endfor %}
13
+ </div>
data/tags/all.md ADDED
@@ -0,0 +1,28 @@
1
+ ---
2
+ layout: page
3
+ permalink: /blog/tags/
4
+ ---
5
+
6
+
7
+
8
+ <h3> {{ page.title }} </h3>
9
+
10
+ <div id="categories">
11
+ {% for tag in site.tags %}
12
+ <div class="category-box" >
13
+ {% capture tag_name %}{{ tag | first }}{% endcapture %}
14
+ <div id="#{{ tag_name | slugize }}"></div>
15
+ <h4 class="tag-head"><a href="{{ site.baseurl }}/blog/categories/{{ tag_name }}">{{ tag_name }}</a></h4>
16
+ <a name="{{ tag_name | slugize }}"></a>
17
+ {% for post in site.tags[tag_name] %}
18
+ <article class="center">
19
+ <h6 ><a href="{{ site.baseurl }}{{ post.url }}">{{post.title}}</a></h6>
20
+ </article>
21
+
22
+ {% endfor %}
23
+
24
+ </div>
25
+ {% endfor %}
26
+ </div>
27
+
28
+
data/tags/jekyll.md ADDED
@@ -0,0 +1,13 @@
1
+ ---
2
+ layout: page
3
+ title: Jekyll
4
+ permalink: /blog/tags/jekyll
5
+ ---
6
+
7
+ <h5> Posts by Tag : {{ page.title }} </h5>
8
+
9
+ <div class="card">
10
+ {% for post in site.tags.jekyll %}
11
+ <li class="category-posts"><span>{{ post.date | date_to_string }}</span> &nbsp; <a href="{{ post.url }}">{{ post.title }}</a></li>
12
+ {% endfor %}
13
+ </div>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devlopr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.9
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sujay Kundu
@@ -190,6 +190,10 @@ files:
190
190
  - assets/img/programmingebooks.png
191
191
  - assets/img/styleguide.png
192
192
  - assets/img/zoom.jpg
193
+ - categories/all.md
194
+ - categories/guides.md
195
+ - tags/all.md
196
+ - tags/jekyll.md
193
197
  homepage: https://github.com/sujaykundu777/devlopr-jekyll
194
198
  licenses:
195
199
  - MIT