devlopr 0.2.9 → 0.3.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: 3f2efa51f202e56c7462a3d08b50e7b96f41d759b32bfd2ad80401075b461699
4
- data.tar.gz: 8e49bfb975c413c5e30f6c1a8b828263dbb21a6b3373282998770826b83d571f
3
+ metadata.gz: b1fa97ae753311a7d2e6c9823b889d87740e5bc9d8bb73e07e546937f341c295
4
+ data.tar.gz: 9890c18ec702a5bbf6e779a0ab884f537040c21f851d313934186b905f92a46e
5
5
  SHA512:
6
- metadata.gz: 2ec46d0451a509af764b1fc14b1904264380fe2ceb789b012959fab197b8b31d63bae8b2861eb0ef402067122f8e2f7d0753dcb5a6add927222c5253b46e89f4
7
- data.tar.gz: 7d2811ce0ab532065bcd0cd1f55387ce094bf87e1ef6af13efccf5d855a15a3215e29647ff6f9487b1919a32371c9bd8c47aba409e7dd34e0bc525e6b9c01a64
6
+ metadata.gz: 7451e7578c512e86c87c50c84e017b347c2c36e60fabf6a29c9957ec5d0e540d96785b6360c5484cf3adc1a2b642aec6bf5f7da97fe79c558c88589077e54301
7
+ data.tar.gz: 9c445cf516b8ca905f55964f849ee9da1bfee439c54284e0065389b1ce975d93b731a8f607617b60ecef641e1121cf0f10a54b0a020e0d710ff932a6649729c4
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,154 +1,58 @@
1
- ---
2
- layout: page
3
- title: Docs
4
- ---
5
-
6
- # devlopr jekyll - Getting Started
7
-
8
- [![Gem Version](https://badge.fury.io/rb/devlopr.svg)](https://badge.fury.io/rb/devlopr)
9
- [![Netlify Status](https://api.netlify.com/api/v1/badges/4232ac2b-63e0-4c78-92e0-e95aad5ab8c3/deploy-status)](https://app.netlify.com/sites/devlopr/deploys)
10
-
11
- Anyone can use devlopr theme to build a personal <strong>Portfolio + Blog Type of Website</strong>, hosted freely on <b>[Github Pages](https://pages.github.com)</b> or <b>[Netlify](https://netlify.com) </b>.
12
-
13
- To get started follow the below given methods to get your devlopr mod jekyll website ! For a complete Tutorial : [How to create a blog using Jekyll and Github Pages](https://sujaykundu.com/github/jekyll/2019/05/18/deploy-blog-using-github-free.html)
14
-
15
- Many features are in our checklist, that needs to be worked upon and are in progress. And if you liked this project ! Do share with your developer friends and colleagues who may find it interesting :D
16
-
17
- ## Method 1: Installation for new Jekyll Site using Rubygem
18
-
19
- Follow this step by step [Tutorial](https://sujaykundu.com/github/jekyll/2019/05/19/setup-devlopr-for-blog.html), if you are new to Jekyll Themes Customization !
20
-
21
- ## Method 2: Easy Installation - Just Clone !!
22
-
23
- All you need to do is clone this repo and customize the theme accordingly.
24
-
25
- Clone the repo :
26
-
27
- `$ git clone https://github.com/sujaykundu777/devlopr-jekyll.git"`
28
- `$ cd devlopr-jekyll`
29
- `$ code .`
30
-
31
- Edit the below file configurations to make devlopr theme yours, you can customize everything from logo, name, posts.. anything.
32
-
33
- Add Posts in <highlight>_posts</highlight> directory. <br />
34
- Add Images in <highlight>assets/img</highlight> directory <br />
35
- Add Categories in <highlight>categories</highlight> directory <br />
36
- Edit Styles in <highlight>_sass</highlight> directory <br />
37
-
38
- ### _config.yml configuration ( Copy and Edit accordingly )
39
-
40
- ```
41
- title: Your Site Title
42
- subtitle: Your Site Subtitle
43
- description: >- # this means to ignore newlines until "baseurl:"
44
- Write an awesome description for your new site here. You can edit this
45
- line in _config.yml. It will appear in your document head meta (for
46
- Google search results) and in your feed.xml site description.
47
- baseurl: "" # the subpath of your site, e.g. /blog
48
- url: "" # the base hostname & protocol for your site, e.g. http://example.com
49
-
50
- author_logo: profile.png
51
- disqus_shortname: sujay-kundu #for comments using disqus
52
- author: Your Name
53
- author_bio: Something About You for about me
54
- author_email: "your-email@example.com"
55
- author_location: Your Location
56
- author_website_url: "https://yourwebsite.com"
57
-
58
- # social links
59
- twitter_username: yourusername
60
- github_username: yourusername
61
- facebook_username: yourusername
62
- linkedin_username: yourusername
63
- behance_username: yourusername
64
- instagram_username: yourusername
65
- medium_username: yourusername
66
- telegram_username: yourusername
67
- dribbble_username: yourusername
68
- flickr_username: yourusername
69
- ```
70
-
71
- ### Add blog section (if you want \blog)
72
-
73
- Create a new file blog.md file with following front yaml inside it.
74
-
75
- ```
76
- ---
77
- layout: blog
78
- title: Blog
79
- permalink: \blog\
80
- ---
81
- ```
82
-
83
- ### Post Yaml Format ( Example Below ) :
84
-
85
- ```
86
- ---
87
- layout: post
88
- title: How to use docker compose
89
- categories:
90
- - web-development
91
- - docker
92
- summary: Learn how to use docker compose
93
- thumbnail: docker-compose.png
94
- author: Sujay Kundu
95
- ---
96
- ```
97
-
98
- ### Adding Categories
99
-
100
- For Adding Categories create new folder categories and inside that create a file `all.md` and copy the below code in that :
101
-
102
- ```
103
- ---
104
- layout: page
105
- permalink: /blog/categories/
106
- ---
107
-
108
- <div id="categories">
109
- {% for tag in site.categories %}
110
- <div class="category-box" >
111
- {% capture tag_name %}{{ tag | first }}{% endcapture %}
112
- <div id="#{{ tag_name | slugize }}"></div>
113
- <h4 class="tag-head"><a href="{{ site.baseurl }}/blog/categories/{{ tag_name }}">{{ tag_name }}</a></h4>
114
- <a name="{{ tag_name | slugize }}"></a>
115
- {% for post in site.tags[tag_name] %}
116
- <article class="center">
117
- <h6 ><a href="{{ site.baseurl }}{{ post.url }}">{{post.title}}</a></h6>
118
- </article>
119
-
120
-
121
- {% endfor %}
122
-
123
- </div>
124
- {% endfor %}
125
- </div>
126
-
127
- ```
128
-
129
- ### Individual Categories
130
-
131
- If you want to show all posts of a particular category, create a new file for that category inside categories folder
132
-
133
- For example ( angularjs.md )
134
-
135
- ```
136
- ---
137
- layout: page
138
- permalink: /blog/categories/angularjs
139
- ---
140
-
141
- <div class="card">
142
- {% for post in site.categories.angularjs %}
143
- <li class="category-posts"><span>{{ post.date | date_to_string }}</span> &nbsp; <a href="{{ post.url }}">{{ post.title }}</a></li>
144
- {% endfor %}
145
- </div>
146
-
147
-
148
- ```
149
-
150
- ## License
151
-
152
- The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
153
-
154
-
1
+ ---
2
+ layout: page
3
+ title: Docs
4
+ ---
5
+
6
+ # devlopr jekyll - Getting Started
7
+
8
+ [![Gem Version](https://badge.fury.io/rb/devlopr.svg)](https://badge.fury.io/rb/devlopr)
9
+ [![Netlify Status](https://api.netlify.com/api/v1/badges/4232ac2b-63e0-4c78-92e0-e95aad5ab8c3/deploy-status)](https://app.netlify.com/sites/devlopr/deploys)
10
+
11
+ Anyone can use devlopr theme to build a personal <strong>Portfolio + Blog Type of Website</strong>, hosted freely on <b>[Github Pages](https://pages.github.com)</b> or <b>[Netlify](https://netlify.com) </b>.
12
+
13
+
14
+ Many features are in our checklist, that needs to be worked upon and are in progress. And if you liked this project ! Do share with your developer friends and colleagues who may find it interesting :D
15
+
16
+ ## Installation
17
+
18
+ #### New To Jekyll ? Create your Blog !
19
+
20
+ Follow this guide to setup your own blog using Jekyll and Github Pages [Here](https://sujaykundu.com/github/jekyll/2019/05/19/setup-devlopr-for-blog.html)
21
+
22
+ #### Already Got a Jekyll Blog ? Learn How to use Devlopr Theme with your Current Jekyll Blog
23
+
24
+ Follow this step by step [Tutorial](https://sujaykundu.com/github/jekyll/2019/05/19/setup-devlopr-for-blog.html), if you are new to Jekyll Themes Customization !
25
+
26
+ ### Feature Todo
27
+
28
+ - Pagination
29
+ - Menu Support
30
+ - Algolia Support
31
+ - Gallery
32
+ - Admin
33
+
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+ ## Licence
55
+
56
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
57
+
58
+
@@ -1,9 +1,9 @@
1
- <!-- Wakatime -->
2
-
3
- <figure>
4
- <embed src="https://wakatime.com/share/@sujaykundu777/f540df00-f2d1-46e2-a360-da7e13ed8a66.svg"></embed>
5
- </figure>
6
-
7
- <figure>
8
- <embed src="https://wakatime.com/share/@sujaykundu777/1550a9f1-d41a-4745-92a0-181a6fbb2456.svg"></embed>
1
+ <!-- Wakatime -->
2
+
3
+ <figure>
4
+ <embed src="https://wakatime.com/share/@sujaykundu777/f540df00-f2d1-46e2-a360-da7e13ed8a66.svg"></embed>
5
+ </figure>
6
+
7
+ <figure>
8
+ <embed src="https://wakatime.com/share/@sujaykundu777/1550a9f1-d41a-4745-92a0-181a6fbb2456.svg"></embed>
9
9
  </figure>
@@ -1,7 +1,7 @@
1
- <footer>
2
-
3
- <p> {{ site.title }}. Subscribe via
4
- <a href="{{ " /feed.xml " | prepend: site.baseurl }}">RSS</a>
5
- </p>
6
-
1
+ <footer>
2
+
3
+ <p> {{ site.title }}. Subscribe via
4
+ <a href="{{ " /feed.xml " | prepend: site.baseurl }}">RSS</a>
5
+ </p>
6
+
7
7
  </footer>
data/_includes/head.html CHANGED
@@ -1,44 +1,44 @@
1
- <head>
2
- <meta charset="utf-8">
3
- <!-- Site title -->
4
- <title>{{ site.title }}</title>
5
-
6
- <meta http-equip="X-UA-Compatible" content="IE=edge">
7
- <meta name="viewport" content="width=device-width, initial-scale=1">
8
-
9
- <!-- Site Description -->
10
- <meta name="description" content="{{ site.description }}">
11
-
12
- <!-- Stylesheets goes here -->
13
- <link rel="stylesheet" href="/assets/css/main.css" />
14
-
15
- <!-- Favicon -->
16
- <link rel="icon" href="/assets/img/favicon.ico" type="image/gif" sizes="16x16">
17
- <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
18
- crossorigin="anonymous"></script>
19
- <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
20
- crossorigin="anonymous"></script>
21
- <link href="https://fonts.googleapis.com/css?family=Quicksand&display=swap" rel="stylesheet">
22
- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB"
23
- crossorigin="anonymous">
24
- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt"
25
- crossorigin="anonymous">
26
- <script>
27
- (function(d, h, m){
28
- var js, fjs = d.getElementsByTagName(h)[0];
29
- if (d.getElementById(m)){return;}
30
- js = d.createElement(h); js.id = m;
31
- js.onload = function(){
32
- window.makerWidgetComInit({
33
- position: "right",
34
- widget: "ofeeof264otl2l5g-zspk40eq2gaomj2n-higi2qphmveubksi"
35
- })};
36
- js.src = "https://makerwidget.com/js/embed.js";
37
- fjs.parentNode.insertBefore(js, fjs)
38
- }(document, "script", "dhm"))
39
- </script>
40
- <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
41
- <!--[if lt IE 9]>
42
- <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
43
- <![endif]-->
1
+ <head>
2
+ <meta charset="utf-8">
3
+ <!-- Site title -->
4
+ <title>{{ site.title }}</title>
5
+
6
+ <meta http-equip="X-UA-Compatible" content="IE=edge">
7
+ <meta name="viewport" content="width=device-width, initial-scale=1">
8
+
9
+ <!-- Site Description -->
10
+ <meta name="description" content="{{ site.description }}">
11
+
12
+ <!-- Stylesheets goes here -->
13
+ <link rel="stylesheet" href="/assets/css/main.css" />
14
+
15
+ <!-- Favicon -->
16
+ <link rel="icon" href="/assets/img/favicon.ico" type="image/gif" sizes="16x16">
17
+ <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
18
+ crossorigin="anonymous"></script>
19
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
20
+ crossorigin="anonymous"></script>
21
+ <link href="https://fonts.googleapis.com/css?family=Quicksand&display=swap" rel="stylesheet">
22
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB"
23
+ crossorigin="anonymous">
24
+ <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt"
25
+ crossorigin="anonymous">
26
+ <script>
27
+ (function(d, h, m){
28
+ var js, fjs = d.getElementsByTagName(h)[0];
29
+ if (d.getElementById(m)){return;}
30
+ js = d.createElement(h); js.id = m;
31
+ js.onload = function(){
32
+ window.makerWidgetComInit({
33
+ position: "right",
34
+ widget: "ofeeof264otl2l5g-zspk40eq2gaomj2n-higi2qphmveubksi"
35
+ })};
36
+ js.src = "https://makerwidget.com/js/embed.js";
37
+ fjs.parentNode.insertBefore(js, fjs)
38
+ }(document, "script", "dhm"))
39
+ </script>
40
+ <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
41
+ <!--[if lt IE 9]>
42
+ <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
43
+ <![endif]-->
44
44
  </head>
@@ -1,60 +1,60 @@
1
- <header>
2
-
3
- <div class="col-lg-12">
4
- <div class="row">
5
- <div class="col-md-2 center">
6
- <a href="/">
7
- <img src="/assets/img/{{ site.author_logo }}" class="profile-img">
8
- </a>
9
- </div>
10
- <div class="col-md-4">
11
- <h1 class="profile-name"> {{ site.title }}</h1>
12
- <p class="profile-bio"> {{ site.subtitle }}</p>
13
- <p class="profile-links">
14
- <a class="social-link" href="http://twitter.com/{{ site.twitter_username }}">
15
- <i class="fab fa-twitter"></i>
16
- </a>
17
- <a class="social-link" href="http://facebook.com/{{ site.facebook_username }}">
18
- <i class="fab fa-facebook-f"></i>
19
- </a>
20
- <a class="social-link" href="http://instagram.com/{{ site.instagram_username }}">
21
- <i class="fab fa-instagram"></i>
22
- </a>
23
- <a class="social-link" href="http://medium.com/@{{ site.medium_username }}">
24
- <i class="fab fa-medium-m"></i>
25
- </a>
26
- <a class="social-link" href="http://github.com/{{ site.github_username }}">
27
- <i class="fab fa-github"></i>
28
- </a>
29
- <a class="social-link" href="http://behance.net/{{ site.behance_username }}">
30
- <i class="fab fa-behance"></i>
31
- </a>
32
- <a class="social-link" href="http://linkedin.com/in/{{ site.linkedin_username }}">
33
- <i class="fab fa-linkedin-in"></i>
34
- </a>
35
- <a class="social-link" href="http://t.me/{{ site.telegram_username }}">
36
- <i class="fab fa-telegram-plane"></i>
37
- </a>
38
- </p>
39
-
40
- </div>
41
- <div class="col-md-6 center">
42
-
43
- <ul class="nav justify-content-end" id="navigation">
44
- {%- assign default_paths = site.pages | map: "path" -%} {%- assign page_paths = site.header_pages | default: default_paths-%}
45
- {%- if page_paths -%} {%- for path in page_paths -%} {%- assign my_page = site.pages | where: "path",path
46
- | first -%} {%- if my_page.title -%}
47
- <li class="nav-item">
48
- <a class="nav-link" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
49
- </li>
50
- {%- endif -%} {%- endfor -%}
51
-
52
- </ul>
53
-
54
- {%- endif -%}
55
-
56
- </div>
57
- </div>
58
- </div>
59
-
1
+ <header>
2
+
3
+ <div class="col-lg-12">
4
+ <div class="row">
5
+ <div class="col-md-2 center">
6
+ <a href="/">
7
+ <img src="/assets/img/{{ site.author_logo }}" class="profile-img">
8
+ </a>
9
+ </div>
10
+ <div class="col-md-4">
11
+ <h1 class="profile-name"> {{ site.title }}</h1>
12
+ <p class="profile-bio"> {{ site.subtitle }}</p>
13
+ <p class="profile-links">
14
+ <a class="social-link" href="http://twitter.com/{{ site.twitter_username }}">
15
+ <i class="fab fa-twitter"></i>
16
+ </a>
17
+ <a class="social-link" href="http://facebook.com/{{ site.facebook_username }}">
18
+ <i class="fab fa-facebook-f"></i>
19
+ </a>
20
+ <a class="social-link" href="http://instagram.com/{{ site.instagram_username }}">
21
+ <i class="fab fa-instagram"></i>
22
+ </a>
23
+ <a class="social-link" href="http://medium.com/@{{ site.medium_username }}">
24
+ <i class="fab fa-medium-m"></i>
25
+ </a>
26
+ <a class="social-link" href="http://github.com/{{ site.github_username }}">
27
+ <i class="fab fa-github"></i>
28
+ </a>
29
+ <a class="social-link" href="http://behance.net/{{ site.behance_username }}">
30
+ <i class="fab fa-behance"></i>
31
+ </a>
32
+ <a class="social-link" href="http://linkedin.com/in/{{ site.linkedin_username }}">
33
+ <i class="fab fa-linkedin-in"></i>
34
+ </a>
35
+ <a class="social-link" href="http://t.me/{{ site.telegram_username }}">
36
+ <i class="fab fa-telegram-plane"></i>
37
+ </a>
38
+ </p>
39
+
40
+ </div>
41
+ <div class="col-md-6 center">
42
+
43
+ <ul class="nav justify-content-end" id="navigation">
44
+ {%- assign default_paths = site.pages | map: "path" -%} {%- assign page_paths = site.header_pages | default: default_paths-%}
45
+ {%- if page_paths -%} {%- for path in page_paths -%} {%- assign my_page = site.pages | where: "path",path
46
+ | first -%} {%- if my_page.title -%}
47
+ <li class="nav-item">
48
+ <a class="nav-link" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
49
+ </li>
50
+ {%- endif -%} {%- endfor -%}
51
+
52
+ </ul>
53
+
54
+ {%- endif -%}
55
+
56
+ </div>
57
+ </div>
58
+ </div>
59
+
60
60
  </header>
@@ -1,16 +1,16 @@
1
- <div id="mc_embed_signup">
2
- <form action="https://programmingebooks.us10.list-manage.com/subscribe/post?u=50bab1c85eae24ecfb0f68361&amp;id=3a2dd721d0"
3
- method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
4
- <div id="mc_embed_signup_scroll">
5
- <label for="mce-EMAIL">Subscribe via Email :</label>
6
- <input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
7
- <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
8
- <div style="position: absolute; left: -5000px;" aria-hidden="true">
9
- <input type="text" name="b_50bab1c85eae24ecfb0f68361_3a2dd721d0" tabindex="-1" value="">
10
- </div>
11
- <div class="clear">
12
- <input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn btn-md btn-default">
13
- </div>
14
- </div>
15
- </form>
1
+ <div id="mc_embed_signup">
2
+ <form action="https://programmingebooks.us10.list-manage.com/subscribe/post?u=50bab1c85eae24ecfb0f68361&amp;id=3a2dd721d0"
3
+ method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
4
+ <div id="mc_embed_signup_scroll">
5
+ <label for="mce-EMAIL">Subscribe via Email :</label>
6
+ <input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
7
+ <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
8
+ <div style="position: absolute; left: -5000px;" aria-hidden="true">
9
+ <input type="text" name="b_50bab1c85eae24ecfb0f68361_3a2dd721d0" tabindex="-1" value="">
10
+ </div>
11
+ <div class="clear">
12
+ <input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn btn-md btn-default">
13
+ </div>
14
+ </div>
15
+ </form>
16
16
  </div>
data/_includes/share.html CHANGED
@@ -1,13 +1,13 @@
1
- <div class="share-page">
2
- Share this on &rarr;
3
- <a href="https://twitter.com/intent/tweet?text={{ page.title }}&url={{ site.url }}{{ page.url }}&via={{ site.twitter_username }}&related={{ site.twitter_username }}"
4
- rel="nofollow" target="_blank" title="Share on Twitter">
5
- <img alt="Twitter" src="https://simplesharebuttons.com/images/somacro/twitter.png" class="social-icon" />
6
- </a>
7
- <a href="https://facebook.com/sharer.php?u={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Facebook">
8
- <img alt="Facebook" src="https://simplesharebuttons.com/images/somacro/facebook.png" class="social-icon" />
9
- </a>
10
- <a href="https://plus.google.com/share?url={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Google+">
11
- <img alt="Google+" src="https://simplesharebuttons.com/images/somacro/google.png" class="social-icon" />
12
- </a>
1
+ <div class="share-page">
2
+ Share this on &rarr;
3
+ <a href="https://twitter.com/intent/tweet?text={{ page.title }}&url={{ site.url }}{{ page.url }}&via={{ site.twitter_username }}&related={{ site.twitter_username }}"
4
+ rel="nofollow" target="_blank" title="Share on Twitter">
5
+ <img alt="Twitter" src="https://simplesharebuttons.com/images/somacro/twitter.png" class="social-icon" />
6
+ </a>
7
+ <a href="https://facebook.com/sharer.php?u={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Facebook">
8
+ <img alt="Facebook" src="https://simplesharebuttons.com/images/somacro/facebook.png" class="social-icon" />
9
+ </a>
10
+ <a href="https://plus.google.com/share?url={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Google+">
11
+ <img alt="Google+" src="https://simplesharebuttons.com/images/somacro/google.png" class="social-icon" />
12
+ </a>
13
13
  </div>