devlopr 0.2.9 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/categories/git.md DELETED
@@ -1,12 +0,0 @@
1
- ---
2
- layout: page
3
- permalink: /blog/categories/git
4
- ---
5
-
6
- <h3> Posts by Category : {{ page.title }} </h3>
7
-
8
- <div class="card">
9
- {% for post in site.categories.git %}
10
- <li class="category-posts"><span>{{ post.date | date_to_string }}</span> &nbsp; <a href="{{ post.url }}">{{ post.title }}</a></li>
11
- {% endfor %}
12
- </div>
data/categories/jekyll.md DELETED
@@ -1,12 +0,0 @@
1
- ---
2
- layout: page
3
- permalink: /blog/categories/jekyll
4
- ---
5
-
6
- <h3> Posts by Category : {{ page.title }} </h3>
7
-
8
- <div class="card">
9
- {% for post in site.categories.jekyll %}
10
- <li class="category-posts"><span>{{ post.date | date_to_string }}</span> &nbsp; <a href="{{ post.url }}">{{ post.title }}</a></li>
11
- {% endfor %}
12
- </div>
@@ -1,12 +0,0 @@
1
- ---
2
- layout: page
3
- permalink: /blog/categories/web-development
4
- ---
5
-
6
- <h3> Posts by Category : {{ page.title }} </h3>
7
-
8
- <div class="card">
9
- {% for post in site.categories.web-development %}
10
- <li class="category-posts"><span>{{ post.date | date_to_string }}</span> &nbsp; <a href="{{ post.url }}">{{ post.title }}</a></li>
11
- {% endfor %}
12
- </div>