MaterialDesignWanderlust 0.1.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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: c740809e4c125d4efe57015d7b2d42185bdb822a
4
+ data.tar.gz: 2e41585ccd1579d732829fa1e6e1a9ce933d2c97
5
+ SHA512:
6
+ metadata.gz: 2645aa706b90293f87c5dc20ec25f67fa77693758e6da29c39c36b31becb2fddc9a795325da94af7c512f965c316171f155b109f9f248ee48c41d0f26b9c97f0
7
+ data.tar.gz: 9704966c420e0d6ce9bb097056c3ffaa836c8b5cdef1a70d2c2458d9141bb41cd08494df13e1be6fd41f25b2d0138e15f85ad06d05a4094ac0880e51384a55a1
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016
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.
@@ -0,0 +1,58 @@
1
+ #Work in Progress
2
+
3
+ # materialDesignSunset
4
+
5
+ Welcome to My first Jekyll Theme.
6
+ This Theme is based on [Material Design Lite](http://getmdl.io) and specifically their Blog Theme.
7
+
8
+ ## Installation
9
+
10
+ Add this line to your Jekyll site's Gemfile:
11
+
12
+ ```ruby
13
+ gem "materialDesignSunset"
14
+ ```
15
+
16
+ And add this line to your Jekyll site's `_config.yml`:
17
+
18
+ ```yaml
19
+ theme: materialDesignSunset
20
+ ```
21
+
22
+ And then execute:
23
+
24
+ $ bundle
25
+
26
+ Or install it yourself as:
27
+
28
+ $ gem install materialDesignSunset
29
+
30
+ ## Usage
31
+ Use it as-is or pick one of the other syntax highlighters
32
+
33
+ use it as is or choose another Syntax Highlighter (Edit the include in css/base_css_file.scss)
34
+ TODO: Write usage instructions here. Describe your available layouts, includes, and/or sass.
35
+
36
+ ## Contributing
37
+
38
+ Bug reports and pull requests are welcome on GitHub at https://github.com/AliKarpuzoglu/materialDesignSunset. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
39
+
40
+ ## Development
41
+
42
+ To set up your environment to develop this theme, run `bundle install`.
43
+
44
+ Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
45
+
46
+ When your theme is released, only the files in `_layouts`, `_includes`, and `_sass` tracked with Git will be released.
47
+
48
+ ## License
49
+
50
+ The theme is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
51
+
52
+ ##Notes
53
+ Firewatch syntax highlighter - [OneDarkJekyll](https://github.com/mgyongyosi/OneDarkJekyll)
54
+
55
+ Solarized syntax highlight - [nicolashery's fork of scotu/solarized.css](https://gist.github.com/nicolashery/5765395)
56
+
57
+
58
+
@@ -0,0 +1,27 @@
1
+
2
+
3
+ <div class="layout-transparent mdl-layout mdl-js-layout">
4
+ <header class="mdl-layout__header mdl-layout__header--transparent">
5
+ <div class="mdl-layout__header-row">
6
+ <!-- Title -->
7
+ <span class="mdl-layout-title"></span>
8
+ <!-- Add spacer, to align navigation to the right -->
9
+ <div class="mdl-layout-spacer"></div>
10
+ <!-- Navigation -->
11
+ <nav class="mdl-navigation">
12
+ <a class="mdl-navigation__link" href="">Blog</a>
13
+ <a class="mdl-navigation__link" href="">About</a>
14
+ <a class="mdl-navigation__link" href="">Contact</a>
15
+ </nav>
16
+ </div>
17
+ </header>
18
+ <div class="mdl-layout__drawer">
19
+ <span class="mdl-layout-title">Ali Karpuzoglu </span>
20
+ <nav class="mdl-navigation">
21
+ <a class="mdl-navigation__link" href="">Blog</a>
22
+ <a class="mdl-navigation__link" href="">About</a>
23
+ <a class="mdl-navigation__link" href="">Contact</a>
24
+ </nav>
25
+ </div>
26
+
27
+ </div>
@@ -0,0 +1,16 @@
1
+ <footer class="mdl-mini-footer ">
2
+ <div class="mdl-mini-footer__left-section ">
3
+ <div class="me">Tuncay Ali Karpuzoglu</div>
4
+ <div class="disclaimer">created with <span class="heart">♥</span> and the use of <a href="https://getmdl.io">Material Design Lite</a></div>
5
+ </div>
6
+ <div class="mdl-mini-footer__right-section ">
7
+ <ul class="mdl-mini-footer__link-list ">
8
+ <li><a href="# ">LinkedIn</a></li>
9
+ <li>
10
+ <a href="# ">
11
+ <img src="GitHub-Mark-32px.png" alt="Github">
12
+ </a>
13
+ </li>
14
+ </ul>
15
+ </div>
16
+ </footer>
@@ -0,0 +1,30 @@
1
+ <head>
2
+ <meta charset="utf-8">
3
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
4
+ <meta name="description" content="Ali Karpuzoglu.">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
6
+ <title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
7
+
8
+ <!-- Add to homescreen for Chrome on Android -->
9
+ <meta name="mobile-web-app-capable" content="yes">
10
+ <link rel="icon" sizes="192x192" href="images/touch/chrome-touch-icon-192x192.png">
11
+ <meta name="theme-color" content="#794c31">
12
+
13
+ <!-- Add to homescreen for Safari on iOS -->
14
+ <meta name="apple-mobile-web-app-capable" content="yes">
15
+ <meta name="apple-mobile-web-app-status-bar-style" content="black">
16
+ <meta name="apple-mobile-web-app-title" content="Ali Karpuzoglu">
17
+ <link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png">
18
+
19
+ <!-- Tile icon for Win8 (144x144 + tile color) -->
20
+ <meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">
21
+ <meta name="msapplication-TileColor" content="#3372DF">
22
+
23
+
24
+
25
+ <link href='https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&amp;lang=en' rel='stylesheet' type='text/css'>
26
+ <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
27
+ <link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.grey-orange.min.css">
28
+ <link rel="stylesheet" href="/css/base_css_file.css">
29
+
30
+ </head>
@@ -0,0 +1,24 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+
4
+ {% include head.html %}
5
+
6
+ <body>
7
+ {% include drawer.html %}
8
+ <div class="mdl-layout__container">
9
+
10
+ <div class="mdl-layout blog">
11
+ <main class="mdl-layout__content">
12
+
13
+
14
+ {{ content }}
15
+ {% include footer.html %}
16
+ </main>
17
+ </div>
18
+ </div>
19
+
20
+ <script src="https://code.getmdl.io/1.1.3/material.min.js"></script>
21
+ {% include analytics.html %}
22
+ </body>
23
+
24
+ </html>
@@ -0,0 +1,85 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <div class ="blog--post">
6
+
7
+ <div class="blog__posts mdl-grid">
8
+ <div class="mdl-card mdl-shadow--4dp mdl-cell mdl-cell--12-col">
9
+ {% if page.image == "" or page.image == nil %}
10
+ <div class="mdl-card__media mdl-color-text--grey-50">
11
+ {% else %}
12
+ <div class="mdl-card__media mdl-color-text--grey-50" style="background: url( {{page.image}}) center/cover; ">
13
+ {% endif %}
14
+
15
+ <h3>{{ page.title }}</h3>
16
+ </div>
17
+ <div class="mdl-color-text--grey-700 mdl-card__supporting-text meta">
18
+ <div class="minilogo"></div>
19
+ <div>
20
+ <strong>{{page.author}}</strong>
21
+ <span>{{page.date}}</span>
22
+ </div>
23
+ <div class="section-spacer"></div>
24
+ <div>
25
+ <i class="material-icons" role="presentation">bookmark</i>
26
+ <span class="visuallyhidden">bookmark</span>
27
+ </div>
28
+ <div>
29
+ <button id="share-menu"
30
+ class="mdl-button mdl-js-button mdl-button--icon">
31
+ <i class="material-icons" role="presentation">share</i>
32
+
33
+ <span class="visuallyhidden">share</span>
34
+ </button>
35
+ </div>
36
+
37
+ <ul class="mdl-menu mdl-menu--bottom-right mdl-js-menu mdl-js-ripple-effect"
38
+ for="share-menu">
39
+
40
+
41
+ <a href="https://twitter.com/intent/tweet?text={{ page.title }}&url={{ site.url }}{{ page.url }}&via={{ site.twitter_username }}&related={{ site.twitter_username }}" rel="nofollow" target="_blank" title="Share on Twitter">
42
+ <li class="mdl-menu__item">Twitter</li>
43
+ </a>
44
+ <a href="https://facebook.com/sharer.php?u={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Facebook">
45
+ <li class="mdl-menu__item">Facebook</li></a>
46
+
47
+ <a href="http://www.linkedin.com/shareArticle?mini=true&url={{ site.url }}{{ page.url }}&title={{ page.title }}&summary={{ page.description }}&source=AliKarpuzoglu">
48
+
49
+ <li class="mdl-menu__item mobile">LinkedIn</li></a>
50
+ </ul>
51
+
52
+ </div>
53
+ <div class="mdl-color-text--grey-700 mdl-card__supporting-text">
54
+ {{content}}
55
+ {{include _comments}}
56
+ </div>
57
+
58
+ </div>
59
+
60
+ <nav class="nav mdl-color-text--grey-50 mdl-cell mdl-cell--12-col">
61
+ {% if page.next.url %}
62
+
63
+ <a href="{{page.next.url}}" class="next nav__button">
64
+ <button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon mdl-color--white mdl-color-text--grey-900" role="presentation">
65
+ <i class="material-icons">arrow_back</i>
66
+ </button>
67
+ {{page.next.title}}
68
+ </a>
69
+ {% endif %}
70
+
71
+ <div class="section-spacer"></div>
72
+ {% if page.previous.url %}
73
+ <a href="{{page.previous.url}}" class="prev nav__button">
74
+ {{page.previous.title}}
75
+ <button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon mdl-color--white mdl-color-text--grey-900" role="presentation">
76
+ <i class="material-icons">arrow_forward</i>
77
+ </button>
78
+ </a>
79
+ {% endif %}
80
+
81
+
82
+ </nav>
83
+
84
+ </div> </div>
85
+
@@ -0,0 +1,311 @@
1
+ $background : "../assets/DSCN136150-QHD.JPG";
2
+
3
+ body::before {
4
+ background-size: cover;
5
+ background-attachment: fixed;
6
+ content: '';
7
+ will-change: transform;
8
+ z-index: -1;
9
+ left: 0;
10
+ right: 0;
11
+ bottom: 0;
12
+ top: 0;
13
+ position: fixed;
14
+ }
15
+
16
+ @media (max-width: 512px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 512px) and (min-resolution: 1.5dppx), (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.5), (max-width: 1024px) and (max-resolution: 1.5dppx) {
17
+ body::before {
18
+ background-image: url($background);
19
+ background-size: cover/center;
20
+ }
21
+ #github {
22
+ background-image: "GitHub-Mark-32px.png";
23
+ }
24
+ }
25
+
26
+ @media (min-width: 513px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 513px) and (max-width: 1024px) and (min-resolution: 1.5dppx), (min-width: 1025px) and (max-width: 2048px) and (-webkit-max-device-pixel-ratio: 1.5), (min-width: 1025px) and (max-width: 2048px) and (max-resolution: 1.5dppx) {
27
+ body::before {
28
+ background-image: url($background);
29
+ background-size: cover/center;
30
+ }
31
+ #github {
32
+ background-image: "../assets/GitHub-Mark-32px.png";
33
+ }
34
+ }
35
+
36
+ @media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 1025px) and (min-resolution: 1.5dppx), (min-width: 2049px) and (-webkit-max-device-pixel-ratio: 1.5), (min-width: 2049px) and (max-resolution: 1.5dppx) {
37
+ body::before {
38
+ background-image: url($background);
39
+ background-size: cover/center;
40
+ }
41
+ #github {
42
+ background-image: "../assets/GitHub-Mark-32px.png";
43
+ }
44
+ }
45
+
46
+ .title-no-picture {
47
+ background-color: #263238;
48
+ }
49
+
50
+ h3.quote a {
51
+ color: white;
52
+ text-decoration: none;
53
+ }
54
+
55
+ body .blog {
56
+ font-family: 'Roboto', 'Helvetica', sans-serif;
57
+ }
58
+
59
+ .page-content {
60
+ max-width: 900px;
61
+ width: 100%;
62
+ margin: auto;
63
+ }
64
+
65
+ .blog {
66
+ .mdl-card h3 {
67
+ margin: 0;
68
+ }
69
+ &.mdl-layout .mdl-layout__content {
70
+ padding-top: 200px;
71
+ }
72
+ .mdl-card {
73
+ min-height: 360px;
74
+ box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
75
+ }
76
+ .mdl-card__media, .mdl-card__title {
77
+ /* box-sizing: border-box; */
78
+ background-size: cover;
79
+ padding: 24px;
80
+ display: -webkit-flex;
81
+ display: -ms-flexbox;
82
+ /* display: flex; */
83
+ -webkit-flex-grow: 2;
84
+ -ms-flex-positive: 2;
85
+ /* flex-grow: 1; */
86
+ -webkit-flex-direction: row;
87
+ -ms-flex-direction: row;
88
+ flex-direction: row;
89
+ -webkit-align-items: flex-end;
90
+ -ms-flex-align: end;
91
+ /* align-items: flex-end; */
92
+ cursor: pointer;
93
+ }
94
+ .card-meta {
95
+ > * {
96
+ display: -webkit-flex;
97
+ display: -ms-flexbox;
98
+ display: flex;
99
+ -webkit-flex-direction: column;
100
+ -ms-flex-direction: column;
101
+ flex-direction: column;
102
+ height: auto;
103
+ justify-content: flex-start;
104
+ box-sizing: border-box;
105
+ }
106
+ .mdl-card__supporting-text {
107
+ min-height: 64px;
108
+ }
109
+ }
110
+ &:not(.blog--blogpost) .mdl-card__supporting-text ~ .mdl-card__supporting-text {
111
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
112
+ }
113
+ }
114
+
115
+ .blog_posts {
116
+ max-width: 900px;
117
+ padding: 0;
118
+ display: flex;
119
+ margin: 0 auto;
120
+ flex-shrink: 0;
121
+ }
122
+
123
+ .blog-post {
124
+ &:hover, &:focus {
125
+ box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
126
+ }
127
+ }
128
+
129
+ .mdl-mini-footer__link-list {
130
+ max-height: 16px;
131
+ }
132
+
133
+ .disclaimer {
134
+ font-size: 90%;
135
+ }
136
+
137
+ .heart {
138
+ color: red;
139
+ }
140
+
141
+ .mdl-mini-footer .me {
142
+ font-weight: 600;
143
+ }
144
+
145
+ .blog .mdl-mini-footer {
146
+ margin-top: 80px;
147
+ height: 120px;
148
+ padding: 40px;
149
+ -webkit-align-items: center;
150
+ -ms-flex-align: center;
151
+ align-items: center;
152
+ background-color: white;
153
+ box-sizing: border-box;
154
+ }
155
+
156
+ pre.highlight {
157
+ background: #282c34;
158
+ color: #abb2bf;
159
+ }
160
+
161
+ .blog {
162
+ .blog__posts > .nav {
163
+ margin: 12px 15px;
164
+ display: -webkit-flex;
165
+ display: -ms-flexbox;
166
+ display: flex;
167
+ -webkit-flex-direction: row;
168
+ -ms-flex-direction: row;
169
+ flex-direction: row;
170
+ -webkit-justify-content: space-between;
171
+ -ms-flex-pack: justify;
172
+ justify-content: space-between;
173
+ -webkit-align-items: center;
174
+ -ms-flex-align: center;
175
+ align-items: center;
176
+ color: white;
177
+ font-weight: 500;
178
+ > .nav__button {
179
+ color: white;
180
+ text-decoration: none;
181
+ }
182
+ }
183
+ .section-spacer {
184
+ -webkit-flex-grow: 1;
185
+ -ms-flex-positive: 1;
186
+ flex-grow: 1;
187
+ }
188
+ .meta {
189
+ box-sizing: border-box;
190
+ padding: 16px;
191
+ display: -webkit-flex;
192
+ display: -ms-flexbox;
193
+ display: flex;
194
+ -webkit-flex-direction: row;
195
+ -ms-flex-direction: row;
196
+ flex-direction: row;
197
+ -webkit-align-items: center;
198
+ -ms-flex-align: center;
199
+ align-items: center;
200
+ -webkit-justify-content: flex-start;
201
+ -ms-flex-pack: start;
202
+ justify-content: flex-start;
203
+ height: auto;
204
+ > * {
205
+ display: -webkit-flex;
206
+ display: -ms-flexbox;
207
+ display: flex;
208
+ -webkit-flex-direction: column;
209
+ -ms-flex-direction: column;
210
+ flex-direction: column;
211
+ }
212
+ }
213
+ }
214
+
215
+ .blog--blogpost .meta > * {
216
+ -webkit-align-items: center;
217
+ -ms-flex-align: center;
218
+ align-items: center;
219
+ }
220
+
221
+ .blog .mdl-card__supporting-text.meta {
222
+ width: 100%;
223
+ padding: 16px;
224
+ min-height: 64px;
225
+ display: -webkit-flex;
226
+ display: -ms-flexbox;
227
+ display: flex;
228
+ -webkit-align-items: center;
229
+ -ms-flex-align: center;
230
+ align-items: center;
231
+ }
232
+
233
+ .blog--post .mdl-card__supporting-text p {
234
+ max-width: 512px;
235
+ margin: 16px auto;
236
+ font-size: 16px;
237
+ line-height: 28px;
238
+ }
239
+
240
+ .blog .blog__posts {
241
+ max-width: 900px;
242
+ padding: 0;
243
+ display: -webkit-flex;
244
+ display: -ms-flexbox;
245
+ display: flex;
246
+ width: 100%;
247
+ margin: 0 auto;
248
+ -webkit-flex-shrink: 0;
249
+ -ms-flex-negative: 0;
250
+ flex-shrink: 0;
251
+ }
252
+
253
+ .blog--post .back {
254
+ position: absolute;
255
+ top: 16px;
256
+ left: 16px;
257
+ color: white;
258
+ z-index: 9999;
259
+ }
260
+
261
+ .highlight .lineno {
262
+ word-break: keep-all;
263
+ -moz-user-select: -moz-none;
264
+ -khtml-user-select: none;
265
+ -webkit-user-select: none;
266
+ -o-user-select: none;
267
+ user-select: none;
268
+ }
269
+
270
+ .gutter.gl {
271
+ text-align: right;
272
+ padding-right: 15px;
273
+ padding-left: 5px;
274
+ border-right: 1px solid #aaa;
275
+ }
276
+
277
+ .highlight {
278
+ .code {
279
+ padding-left: 10px;
280
+ }
281
+ box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
282
+ }
283
+
284
+ .blog--post .mdl-card__supporting-text {
285
+ margin: auto;
286
+ }
287
+
288
+ .blog_posts .mdl-card__media {
289
+ height: 170px;
290
+ a{
291
+ text-decoration:none;
292
+ }
293
+ }
294
+
295
+ .layout-transparent {
296
+ .mdl-layout__header, .mdl-layout__drawer-button {
297
+ /* This background is dark, so we set text to white. Use 87% black instead if
298
+ your background is light. */
299
+ color: white;
300
+ }
301
+ }
302
+
303
+ .mdl-layout__header-row .mdl-navigation__link {
304
+ /* This background is dark, so we set text to white. Use 87% black instead if
305
+ your background is light. */
306
+ color: white;
307
+ }
308
+
309
+ .blog--post img {
310
+ max-width: 100%;
311
+ }