devlopr 0.4.1 → 0.4.2
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.
- checksums.yaml +4 -4
- data/LICENSE.txt +21 -21
- data/README.md +39 -43
- data/_includes/ads.html +1 -8
- data/_includes/algolia_search.html +66 -0
- data/_includes/author_skills.html +1 -1
- data/_includes/blog_categories.html +8 -8
- data/_includes/blog_post_article.html +29 -29
- data/_includes/blog_post_breadcrumb.html +11 -11
- data/_includes/blog_post_comments.html +17 -17
- data/_includes/blog_sidebar.html +17 -17
- data/_includes/blog_tags.html +7 -7
- data/_includes/coding_activity.html +10 -10
- data/_includes/contact_me_form.html +15 -15
- data/_includes/footer.html +10 -10
- data/_includes/github_follow_button.html +2 -2
- data/_includes/github_star_button.html +1 -1
- data/_includes/head.html +61 -63
- data/_includes/header.html +86 -71
- data/_includes/product.html +9 -0
- data/_includes/product_definition.html +10 -0
- data/_layouts/about_me.html +128 -125
- data/_layouts/blog.html +71 -71
- data/_layouts/compress.html +10 -10
- data/_layouts/contact_me.html +8 -8
- data/_layouts/default.html +27 -25
- data/_layouts/page.html +8 -8
- data/_layouts/post.html +23 -23
- data/_layouts/product.html +11 -0
- data/_layouts/search.html +21 -6
- data/_sass/devlog.scss +583 -451
- data/assets/css/custom-style.css +3 -0
- data/assets/css/main.scss +7 -5
- data/assets/img/posts/siteleaf.jpg +0 -0
- data/assets/img/posts/siteleaf/1.png +0 -0
- data/assets/img/posts/siteleaf/2.png +0 -0
- data/assets/img/posts/siteleaf/3.png +0 -0
- data/assets/img/posts/siteleaf/4.png +0 -0
- data/assets/img/posts/siteleaf/5.png +0 -0
- data/assets/img/posts/siteleaf/6.png +0 -0
- data/assets/img/posts/siteleaf/8.png +0 -0
- data/assets/img/posts/siteleaf/9.png +0 -0
- data/assets/img/products/product1.jpg +0 -0
- data/assets/img/products/product2.jpg +0 -0
- data/assets/img/products/product3.jpg +0 -0
- data/assets/img/programmingebooks.png +0 -0
- data/categories/all.md +28 -28
- data/categories/guides.md +12 -12
- data/tags/all.md +28 -28
- data/tags/jekyll.md +12 -12
- metadata +23 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0e4aa5dad13fa070ef4b9ba6b5f9ba8f787c2a4886a0cfe3bff70291ab27f4bd
|
|
4
|
+
data.tar.gz: 96a68edea943edd570610ad2da49a2656ea7b0918b9b30b6369b0ef03fab6cac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '09d9f682a303ac0b65067cae177904cc5a08938feaf1f429ab54a41428af340c65463465b15de230f5d77e1fc6daeb93ed83b07dabc89f75bc3eaaf8c2f83414'
|
|
7
|
+
data.tar.gz: 81e1c76f73520420554452cb49a6b426b5a86f1c5c6e547324ac7244e30427c6ac2704d09beacc71441c51d0f9970a788f4c5efefcd601e004c62a2eb841edeb
|
data/LICENSE.txt
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
The MIT License (MIT)
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2018 Sujay Kundu
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in
|
|
13
|
-
all copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
-
THE SOFTWARE.
|
|
1
|
+
The MIT License (MIT)
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2018 Sujay Kundu
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
|
13
|
+
all copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
+
THE SOFTWARE.
|
data/README.md
CHANGED
|
@@ -1,43 +1,39 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
### Build a free blog using devlopr jekyll and Github Pages
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
[.
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
### Build a free blog using devlopr jekyll and Github Pages
|
|
4
|
+
|
|
5
|
+
[](https://badge.fury.io/rb/devlopr)
|
|
6
|
+
[](https://app.netlify.com/sites/devlopr/deploys)
|
|
7
|
+

|
|
8
|
+
|
|
9
|
+
### Demo - [here](https://devlopr.netlify.com)
|
|
10
|
+
|
|
11
|
+
## Build and Deploy a new blog using devlopr-jekyll theme using 3 Easy Steps - [Guide](https://devlopr.netlify.com/guides/2019/05/20/build-a-blog-using-devlopr-jekyll/)
|
|
12
|
+
|
|
13
|
+
## Screenshots:
|
|
14
|
+
|
|
15
|
+

|
|
16
|
+
|
|
17
|
+

|
|
18
|
+
|
|
19
|
+

|
|
20
|
+
|
|
21
|
+

|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
# Run using Docker
|
|
25
|
+
|
|
26
|
+
```
|
|
27
|
+
$ git clone
|
|
28
|
+
$ cd repo
|
|
29
|
+
$ export JEKYLL_VERSION=3.8
|
|
30
|
+
$ docker run --rm --volume="$PWD" -it jekyll/jekyll:$JEKYLL_VERSION jekyll build
|
|
31
|
+
$ jekyll serve
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
## Licence
|
|
35
|
+
|
|
36
|
+
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
data/_includes/ads.html
CHANGED
|
@@ -1,8 +1 @@
|
|
|
1
|
-
<!-- Google Adsense -->
|
|
2
|
-
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
|
3
|
-
<script>
|
|
4
|
-
(adsbygoogle = window.adsbygoogle || []).push({
|
|
5
|
-
google_ad_client: "ca-pub-7259836434848202",
|
|
6
|
-
enable_page_level_ads: true
|
|
7
|
-
});
|
|
8
|
-
</script>
|
|
1
|
+
<!-- Add Google Adsense Ad Code here-->
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
<style>
|
|
2
|
+
#search-searchbar{
|
|
3
|
+
width: 100%;
|
|
4
|
+
text-align: center;
|
|
5
|
+
margin-top: 20px;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.ais-search-box {
|
|
9
|
+
margin-top: 15px;
|
|
10
|
+
margin-bottom: 15px;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.ais-hits--item{
|
|
14
|
+
float:left;
|
|
15
|
+
}
|
|
16
|
+
#search-container{
|
|
17
|
+
width: 100%;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
</style>
|
|
21
|
+
|
|
22
|
+
<script>
|
|
23
|
+
/* Instanciating InstantSearch.js with Algolia credentials */
|
|
24
|
+
const search = instantsearch({
|
|
25
|
+
appId: '{{ site.algolia.application_id }}',
|
|
26
|
+
indexName: '{{ site.algolia.index_name }}',
|
|
27
|
+
apiKey: '{{ site.algolia.search_only_api_key }}'
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
search.addWidget(
|
|
31
|
+
instantsearch.widgets.searchBox({
|
|
32
|
+
container: '#search-searchbar',
|
|
33
|
+
placeholder: 'Search into posts...',
|
|
34
|
+
poweredBy: true
|
|
35
|
+
})
|
|
36
|
+
);
|
|
37
|
+
|
|
38
|
+
search.addWidget(
|
|
39
|
+
instantsearch.widgets.hits({
|
|
40
|
+
container: '#search-hits',
|
|
41
|
+
templates: {
|
|
42
|
+
item: function(hit) {
|
|
43
|
+
return `
|
|
44
|
+
<div class="card blog-post">
|
|
45
|
+
<img class="card-img-top" src="${ hit.thumbnail }" alt="${ hit.title }">
|
|
46
|
+
<div class="card-body center">
|
|
47
|
+
<img src="/assets/img/{{ site.author_logo }}" class="author-profile-img">
|
|
48
|
+
<h4 class="card-title">${ hit.title }</h4>
|
|
49
|
+
|
|
50
|
+
<h6 class="card-subtitle mb-2 text-muted">${moment.unix(hit.date).format('MMM D, YYYY')}</h6>
|
|
51
|
+
<p class="card-text">${hit.summary }</p>
|
|
52
|
+
|
|
53
|
+
<a href="${hit.url}" data-disqus-identifier="${hit.url}" class="btn btn-primary btn-sm">Read</a>
|
|
54
|
+
<span class="disqus-comment-count" data-disqus-identifier="${ hit.url }"></span>
|
|
55
|
+
|
|
56
|
+
</div>
|
|
57
|
+
</div>
|
|
58
|
+
`;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
})
|
|
62
|
+
);
|
|
63
|
+
|
|
64
|
+
search.start();
|
|
65
|
+
|
|
66
|
+
</script>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
<p> HTML , CSS , Javascript , PHP, Python, C</p>
|
|
1
|
+
<p> HTML , CSS , Javascript , PHP, Python, C</p>
|
|
2
2
|
<p> Adobe XD, Inkscape, Git, Linux </p>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
{% for tag in site.categories %} {% capture tag_name %}{{ tag | first }}{% endcapture %}
|
|
3
|
-
<div id="#{{ tag_name | slugize }}"></div>
|
|
4
|
-
<li class="tag-head">
|
|
5
|
-
<a href="{{ site.baseurl }}/blog/categories/{{ tag_name }}">{{ tag_name }}</a>
|
|
6
|
-
</li>
|
|
7
|
-
<a name="{{ tag_name | slugize }}"></a>
|
|
8
|
-
|
|
1
|
+
|
|
2
|
+
{% for tag in site.categories %} {% capture tag_name %}{{ tag | first }}{% endcapture %}
|
|
3
|
+
<div id="#{{ tag_name | slugize }}"></div>
|
|
4
|
+
<li class="tag-head">
|
|
5
|
+
<a href="{{ site.baseurl }}/blog/categories/{{ tag_name }}">{{ tag_name }}</a>
|
|
6
|
+
</li>
|
|
7
|
+
<a name="{{ tag_name | slugize }}"></a>
|
|
8
|
+
|
|
9
9
|
{% endfor %}
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
<article class="card" itemscope itemtype="http://schema.org/BlogPosting">
|
|
2
|
-
<div class="card-header">
|
|
3
|
-
<!-- <h1 class="post-title" itemprop="name headline">{{ page.title }}</h1> -->
|
|
4
|
-
<h4 class="post-meta">{{ page.summary }}</h4>
|
|
5
|
-
<p class="post-summary">Posted by : {% if page.author %}
|
|
6
|
-
<img src="/assets/img/{{ site.author_logo }}" class="author-profile-img">
|
|
7
|
-
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
|
|
8
|
-
<span itemprop="name">{{ page.author }}</span>
|
|
9
|
-
</span>{% endif %} at
|
|
10
|
-
<time datetime="{{ page.date }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time>
|
|
11
|
-
</p>
|
|
12
|
-
<span class="disqus-comment-count" data-disqus-identifier="{{ page.url }}"></span>
|
|
13
|
-
<div class="post-categories">
|
|
14
|
-
{% if post %} {% assign categories = post.categories %} {% else %} {% assign categories = page.categories %} {% endif %}
|
|
15
|
-
Category : {% for category in categories %}
|
|
16
|
-
<a href="{{site.baseurl}}/blog/categories/{{category|slugize}}">{{category}}</a>
|
|
17
|
-
{% unless forloop.last %} {% endunless %} {% endfor %}
|
|
18
|
-
</div>
|
|
19
|
-
</div>
|
|
20
|
-
|
|
21
|
-
<div class="card-body" itemprop="articleBody">
|
|
22
|
-
<img class="card-img-top" src="/assets/img/{{ page.thumbnail }}" alt="{{ post.title }}">
|
|
23
|
-
<br/> <br/>
|
|
24
|
-
{{ content }}
|
|
25
|
-
</div>
|
|
26
|
-
|
|
27
|
-
<div id="disqus_thread"></div>
|
|
28
|
-
|
|
29
|
-
</article>
|
|
1
|
+
<article class="card" itemscope itemtype="http://schema.org/BlogPosting">
|
|
2
|
+
<div class="card-header">
|
|
3
|
+
<!-- <h1 class="post-title" itemprop="name headline">{{ page.title }}</h1> -->
|
|
4
|
+
<h4 class="post-meta">{{ page.summary }}</h4>
|
|
5
|
+
<p class="post-summary">Posted by : {% if page.author %}
|
|
6
|
+
<img src="/assets/img/{{ site.author_logo }}" class="author-profile-img">
|
|
7
|
+
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
|
|
8
|
+
<span itemprop="name">{{ page.author }}</span>
|
|
9
|
+
</span>{% endif %} at
|
|
10
|
+
<time datetime="{{ page.date }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time>
|
|
11
|
+
</p>
|
|
12
|
+
<span class="disqus-comment-count" data-disqus-identifier="{{ page.url }}"></span>
|
|
13
|
+
<div class="post-categories">
|
|
14
|
+
{% if post %} {% assign categories = post.categories %} {% else %} {% assign categories = page.categories %} {% endif %}
|
|
15
|
+
Category : {% for category in categories %}
|
|
16
|
+
<a href="{{site.baseurl}}/blog/categories/{{category|slugize}}">{{category}}</a>
|
|
17
|
+
{% unless forloop.last %} {% endunless %} {% endfor %}
|
|
18
|
+
</div>
|
|
19
|
+
</div>
|
|
20
|
+
|
|
21
|
+
<div class="card-body" itemprop="articleBody">
|
|
22
|
+
<img class="card-img-top" src="/assets/img/posts/{{ page.thumbnail }}" alt="{{ post.title }}">
|
|
23
|
+
<br/> <br/>
|
|
24
|
+
{{ content }}
|
|
25
|
+
</div>
|
|
26
|
+
|
|
27
|
+
<div id="disqus_thread"></div>
|
|
28
|
+
|
|
29
|
+
</article>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<nav aria-label="breadcrumb" role="navigation">
|
|
2
|
-
<ol class="breadcrumb">
|
|
3
|
-
<li class="breadcrumb-item">
|
|
4
|
-
<a href="/blog">Blog</a>
|
|
5
|
-
</li>
|
|
6
|
-
<li class="breadcrumb-item">
|
|
7
|
-
<a href="/blog/categories">Categories</a>
|
|
8
|
-
</li>
|
|
9
|
-
<li class="breadcrumb-item active" aria-current="page">{{ page.title }}</li>
|
|
10
|
-
</ol>
|
|
11
|
-
</nav>
|
|
1
|
+
<nav aria-label="breadcrumb" role="navigation">
|
|
2
|
+
<ol class="breadcrumb">
|
|
3
|
+
<li class="breadcrumb-item">
|
|
4
|
+
<a href="/blog">Blog</a>
|
|
5
|
+
</li>
|
|
6
|
+
<li class="breadcrumb-item">
|
|
7
|
+
<a href="/blog/categories">Categories</a>
|
|
8
|
+
</li>
|
|
9
|
+
<li class="breadcrumb-item active" aria-current="page">{{ page.title }}</li>
|
|
10
|
+
</ol>
|
|
11
|
+
</nav>
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
<script>
|
|
2
|
-
var disqus_config = function () {
|
|
3
|
-
this.page.url = "{{ site.url }}{{ page.url }}"; /* Replace PAGE_URL with your page's canonical URL variable */
|
|
4
|
-
this.page.identifier = "{{ page.id }}"; /* Replace PAGE_IDENTIFIER with your page's unique identifier variable */
|
|
5
|
-
};
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
(function () { /* DON'T EDIT BELOW THIS LINE */
|
|
9
|
-
var d = document,
|
|
10
|
-
s = d.createElement('script');
|
|
11
|
-
s.src = 'https://{{ site.disqus_shortname }}.disqus.com/embed.js';
|
|
12
|
-
s.setAttribute('data-timestamp', +new Date());
|
|
13
|
-
(d.head || d.body).appendChild(s);
|
|
14
|
-
})();
|
|
15
|
-
</script>
|
|
16
|
-
<noscript>Please enable JavaScript to view the
|
|
17
|
-
<a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a>
|
|
1
|
+
<script>
|
|
2
|
+
var disqus_config = function () {
|
|
3
|
+
this.page.url = "{{ site.url }}{{ page.url }}"; /* Replace PAGE_URL with your page's canonical URL variable */
|
|
4
|
+
this.page.identifier = "{{ page.id }}"; /* Replace PAGE_IDENTIFIER with your page's unique identifier variable */
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
(function () { /* DON'T EDIT BELOW THIS LINE */
|
|
9
|
+
var d = document,
|
|
10
|
+
s = d.createElement('script');
|
|
11
|
+
s.src = 'https://{{ site.disqus_shortname }}.disqus.com/embed.js';
|
|
12
|
+
s.setAttribute('data-timestamp', +new Date());
|
|
13
|
+
(d.head || d.body).appendChild(s);
|
|
14
|
+
})();
|
|
15
|
+
</script>
|
|
16
|
+
<noscript>Please enable JavaScript to view the
|
|
17
|
+
<a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a>
|
|
18
18
|
</noscript>
|
data/_includes/blog_sidebar.html
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
<div class="col-lg-4">
|
|
3
|
-
<div class="card">
|
|
4
|
-
<div class="card-header"> About </div>
|
|
5
|
-
<div class="card-body text-dark">
|
|
6
|
-
<!-- Your Bio -->
|
|
7
|
-
<p> {{ site.author_bio }}</p>
|
|
8
|
-
|
|
9
|
-
{%- include github_star_button.html -%}
|
|
10
|
-
</div>
|
|
11
|
-
</div>
|
|
12
|
-
<div class="card">
|
|
13
|
-
<div class="card-header">Categories </div>
|
|
14
|
-
<div class="card-body text-dark">
|
|
15
|
-
{%- include blog_categories.html -%}
|
|
16
|
-
</div>
|
|
17
|
-
</div>
|
|
1
|
+
|
|
2
|
+
<div class="col-lg-4">
|
|
3
|
+
<div class="card">
|
|
4
|
+
<div class="card-header"> About </div>
|
|
5
|
+
<div class="card-body text-dark">
|
|
6
|
+
<!-- Your Bio -->
|
|
7
|
+
<p> {{ site.author_bio }}</p>
|
|
8
|
+
|
|
9
|
+
{%- include github_star_button.html -%}
|
|
10
|
+
</div>
|
|
11
|
+
</div>
|
|
12
|
+
<div class="card">
|
|
13
|
+
<div class="card-header">Categories </div>
|
|
14
|
+
<div class="card-body text-dark">
|
|
15
|
+
{%- include blog_categories.html -%}
|
|
16
|
+
</div>
|
|
17
|
+
</div>
|
|
18
18
|
</div>
|
data/_includes/blog_tags.html
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
{% for tag in site.tags %} {% capture tag_name %}{{ tag | first }}{% endcapture %}
|
|
2
|
-
<div id="#{{ tag_name | slugize }}"></div>
|
|
3
|
-
<li class="tag-head">
|
|
4
|
-
<a href="{{ site.baseurl }}/blog/tags/{{ tag_name }}">{{ tag_name }}</a>
|
|
5
|
-
</li>
|
|
6
|
-
<a name="{{ tag_name | slugize }}"></a>
|
|
7
|
-
|
|
1
|
+
{% for tag in site.tags %} {% capture tag_name %}{{ tag | first }}{% endcapture %}
|
|
2
|
+
<div id="#{{ tag_name | slugize }}"></div>
|
|
3
|
+
<li class="tag-head">
|
|
4
|
+
<a href="{{ site.baseurl }}/blog/tags/{{ tag_name }}">{{ tag_name }}</a>
|
|
5
|
+
</li>
|
|
6
|
+
<a name="{{ tag_name | slugize }}"></a>
|
|
7
|
+
|
|
8
8
|
{% endfor %}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<!-- Wakatime ( Replace with your own wakatime embed config at https://wakatime.com )-->
|
|
2
|
-
|
|
3
|
-
<!-- Pie Chart -->
|
|
4
|
-
<figure>
|
|
5
|
-
<embed src="https://wakatime.com/share/@{{site.wakatime_username }}/f540df00-f2d1-46e2-a360-da7e13ed8a66.svg"></embed>
|
|
6
|
-
</figure>
|
|
7
|
-
|
|
8
|
-
<!-- Hours Coded -->
|
|
9
|
-
<figure>
|
|
10
|
-
<embed src="https://wakatime.com/share/@{{site.wakatime_username }}/1550a9f1-d41a-4745-92a0-181a6fbb2456.svg"></embed>
|
|
1
|
+
<!-- Wakatime ( Replace with your own wakatime embed config at https://wakatime.com )-->
|
|
2
|
+
|
|
3
|
+
<!-- Pie Chart -->
|
|
4
|
+
<figure>
|
|
5
|
+
<embed src="https://wakatime.com/share/@{{site.wakatime_username }}/f540df00-f2d1-46e2-a360-da7e13ed8a66.svg"></embed>
|
|
6
|
+
</figure>
|
|
7
|
+
|
|
8
|
+
<!-- Hours Coded -->
|
|
9
|
+
<figure>
|
|
10
|
+
<embed src="https://wakatime.com/share/@{{site.wakatime_username }}/1550a9f1-d41a-4745-92a0-181a6fbb2456.svg"></embed>
|
|
11
11
|
</figure>
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<!-- Replace the email with your own formspree email -->
|
|
2
|
-
<form action="https://formspree.io/
|
|
3
|
-
<div class="form-group">
|
|
4
|
-
<label for="contact_form_name">Your Name :</label>
|
|
5
|
-
<input type="text" class="form-control" name="name" id="contact_form_name" placeholder="Enter Your Name">
|
|
6
|
-
</div>
|
|
7
|
-
<div class="form-group">
|
|
8
|
-
<label for="contact_form_email">Your Email :</label>
|
|
9
|
-
<input type="email" class="form-control" name="_replyto" id="contact_form_email" placeholder="Enter Your Email">
|
|
10
|
-
</div>
|
|
11
|
-
<div class="form-group">
|
|
12
|
-
<label for="contact_form_message"> Your Message :</label>
|
|
13
|
-
<textarea name="_message" class="form-control" id="contact_form_message" placeholder="Enter Your Message"></textarea>
|
|
14
|
-
</div>
|
|
15
|
-
<input type="submit" value="Send">
|
|
1
|
+
<!-- Replace the email with your own formspree email -->
|
|
2
|
+
<form action="https://formspree.io/{{ site.formspree_email }}" method="POST" >
|
|
3
|
+
<div class="form-group">
|
|
4
|
+
<label for="contact_form_name">Your Name :</label>
|
|
5
|
+
<input type="text" class="form-control" name="name" id="contact_form_name" placeholder="Enter Your Name">
|
|
6
|
+
</div>
|
|
7
|
+
<div class="form-group">
|
|
8
|
+
<label for="contact_form_email">Your Email :</label>
|
|
9
|
+
<input type="email" class="form-control" name="_replyto" id="contact_form_email" placeholder="Enter Your Email">
|
|
10
|
+
</div>
|
|
11
|
+
<div class="form-group">
|
|
12
|
+
<label for="contact_form_message"> Your Message :</label>
|
|
13
|
+
<textarea name="_message" class="form-control" id="contact_form_message" placeholder="Enter Your Message"></textarea>
|
|
14
|
+
</div>
|
|
15
|
+
<input type="submit" value="Send">
|
|
16
16
|
</form>
|