jekyll-theme-basically-basic 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (165) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +14 -19
  3. data/LICENSE.md +20 -20
  4. data/README.md +32 -2
  5. data/_includes/author +30 -30
  6. data/_includes/contact-list.html +26 -26
  7. data/_includes/cv/awards.html +23 -23
  8. data/_includes/cv/education.html +36 -36
  9. data/_includes/cv/interests.html +19 -19
  10. data/_includes/cv/intro.html +18 -18
  11. data/_includes/cv/languages.html +19 -19
  12. data/_includes/cv/publications.html +29 -29
  13. data/_includes/cv/references.html +23 -23
  14. data/_includes/cv/skills.html +19 -19
  15. data/_includes/cv/volunteer.html +46 -46
  16. data/_includes/cv/work.html +46 -46
  17. data/_includes/disqus_comments.html +16 -16
  18. data/_includes/entry.html +29 -29
  19. data/_includes/footer.html +9 -9
  20. data/_includes/google-analytics.html +8 -8
  21. data/_includes/icon-bitbucket.html +4 -4
  22. data/_includes/icon-codepen.html +4 -4
  23. data/_includes/icon-dribbble.html +4 -4
  24. data/_includes/icon-facebook.html +4 -4
  25. data/_includes/icon-flickr.html +4 -4
  26. data/_includes/icon-github.html +4 -4
  27. data/_includes/icon-gitlab.html +4 -4
  28. data/_includes/icon-googleplus.html +4 -4
  29. data/_includes/icon-instagram.html +4 -4
  30. data/_includes/icon-lastfm.html +4 -4
  31. data/_includes/icon-linkedin.html +4 -4
  32. data/_includes/icon-pinterest.html +4 -4
  33. data/_includes/icon-soundcloud.html +4 -4
  34. data/_includes/icon-stackoverflow.html +4 -4
  35. data/_includes/icon-tumblr.html +4 -4
  36. data/_includes/icon-twitter.html +4 -4
  37. data/_includes/icon-xing.html +4 -4
  38. data/_includes/icon-youtube.html +4 -4
  39. data/_includes/navigation.html +24 -24
  40. data/_includes/page-intro.html +42 -42
  41. data/_includes/posts-all.html +2 -2
  42. data/_includes/posts-paginated.html +15 -15
  43. data/_includes/read-time.html +13 -13
  44. data/_includes/scripts.html +4 -4
  45. data/_includes/skip-links.html +7 -7
  46. data/_layouts/about.html +21 -21
  47. data/_layouts/cv.html +28 -28
  48. data/_layouts/default.html +38 -38
  49. data/_layouts/home.html +30 -30
  50. data/_layouts/page.html +17 -17
  51. data/_layouts/post.html +20 -20
  52. data/_sass/basically-basic.scss +41 -37
  53. data/_sass/basically-basic/_base.scss +110 -110
  54. data/_sass/basically-basic/_buttons.scss +39 -39
  55. data/_sass/basically-basic/_contact-lists.scss +11 -11
  56. data/_sass/basically-basic/_entries.scss +155 -155
  57. data/_sass/basically-basic/_footer.scss +13 -13
  58. data/_sass/basically-basic/_global.scss +36 -36
  59. data/_sass/basically-basic/_icons.scss +43 -43
  60. data/_sass/basically-basic/_intro.scss +65 -65
  61. data/_sass/basically-basic/_layout.scss +178 -178
  62. data/_sass/basically-basic/_mixins.scss +7 -7
  63. data/_sass/basically-basic/_navicons.scss +144 -144
  64. data/_sass/basically-basic/_navigation.scss +51 -51
  65. data/_sass/basically-basic/_print.scss +226 -0
  66. data/_sass/basically-basic/_reset.scss +522 -522
  67. data/_sass/basically-basic/_responsive-embed.scss +70 -0
  68. data/_sass/basically-basic/_sidebar.scss +177 -177
  69. data/_sass/basically-basic/_syntax-highlighting.scss +127 -127
  70. data/_sass/basically-basic/_tables.scss +42 -42
  71. data/_sass/basically-basic/_variables.scss +84 -84
  72. data/_sass/basically-basic/mixins/_clearfix.scss +11 -11
  73. data/_sass/basically-basic/mixins/_color.scss +21 -21
  74. data/_sass/basically-basic/mixins/_float.scss +15 -15
  75. data/_sass/basically-basic/mixins/_fluid-type.scss +33 -33
  76. data/_sass/basically-basic/mixins/_image.scss +38 -38
  77. data/_sass/basically-basic/mixins/_lists.scss +9 -9
  78. data/_sass/basically-basic/mixins/_text-truncate.scss +10 -10
  79. data/_sass/basically-basic/themes/_default.scss +5 -5
  80. data/_sass/basically-basic/themes/_night.scss +12 -12
  81. data/_sass/basically-basic/themes/_plum.scss +12 -12
  82. data/_sass/basically-basic/themes/_sea.scss +12 -12
  83. data/_sass/basically-basic/themes/_soft.scss +12 -12
  84. data/_sass/basically-basic/themes/_steel.scss +12 -12
  85. data/_sass/basically-basic/utilities/_accessibility.scss +54 -54
  86. data/_sass/basically-basic/utilities/_align.scss +64 -64
  87. data/_sass/basically-basic/utilities/_clearfix.scss +7 -7
  88. data/_sass/basically-basic/utilities/_float.scss +7 -7
  89. data/_sass/basically-basic/utilities/_text.scss +28 -28
  90. data/_sass/basically-basic/vendor/_breakpoint.scss +114 -114
  91. data/_sass/basically-basic/vendor/_su.scss +4 -4
  92. data/_sass/basically-basic/vendor/_susy.scss +4 -4
  93. data/_sass/basically-basic/vendor/_susyone.scss +4 -4
  94. data/_sass/basically-basic/vendor/breakpoint/_context.scss +94 -94
  95. data/_sass/basically-basic/vendor/breakpoint/_helpers.scss +151 -151
  96. data/_sass/basically-basic/vendor/breakpoint/_legacy-settings.scss +49 -49
  97. data/_sass/basically-basic/vendor/breakpoint/_no-query.scss +15 -15
  98. data/_sass/basically-basic/vendor/breakpoint/_parsers.scss +215 -215
  99. data/_sass/basically-basic/vendor/breakpoint/_respond-to.scss +82 -82
  100. data/_sass/basically-basic/vendor/breakpoint/_settings.scss +70 -70
  101. data/_sass/basically-basic/vendor/breakpoint/parsers/_double.scss +33 -33
  102. data/_sass/basically-basic/vendor/breakpoint/parsers/_query.scss +82 -82
  103. data/_sass/basically-basic/vendor/breakpoint/parsers/_resolution.scss +31 -31
  104. data/_sass/basically-basic/vendor/breakpoint/parsers/_single.scss +26 -26
  105. data/_sass/basically-basic/vendor/breakpoint/parsers/_triple.scss +36 -36
  106. data/_sass/basically-basic/vendor/breakpoint/parsers/double/_default-pair.scss +21 -21
  107. data/_sass/basically-basic/vendor/breakpoint/parsers/double/_default.scss +22 -22
  108. data/_sass/basically-basic/vendor/breakpoint/parsers/double/_double-string.scss +21 -21
  109. data/_sass/basically-basic/vendor/breakpoint/parsers/resolution/_resolution.scss +60 -60
  110. data/_sass/basically-basic/vendor/breakpoint/parsers/single/_default.scss +13 -13
  111. data/_sass/basically-basic/vendor/breakpoint/parsers/triple/_default.scss +18 -18
  112. data/_sass/basically-basic/vendor/susy/_su.scss +7 -7
  113. data/_sass/basically-basic/vendor/susy/language/_susy.scss +24 -24
  114. data/_sass/basically-basic/vendor/susy/language/_susyone.scss +13 -13
  115. data/_sass/basically-basic/vendor/susy/language/susy/_background.scss +385 -385
  116. data/_sass/basically-basic/vendor/susy/language/susy/_bleed.scss +200 -200
  117. data/_sass/basically-basic/vendor/susy/language/susy/_box-sizing.scss +47 -47
  118. data/_sass/basically-basic/vendor/susy/language/susy/_breakpoint-plugin.scss +185 -185
  119. data/_sass/basically-basic/vendor/susy/language/susy/_container.scss +81 -81
  120. data/_sass/basically-basic/vendor/susy/language/susy/_context.scss +36 -36
  121. data/_sass/basically-basic/vendor/susy/language/susy/_gallery.scss +94 -94
  122. data/_sass/basically-basic/vendor/susy/language/susy/_grids.scss +64 -64
  123. data/_sass/basically-basic/vendor/susy/language/susy/_gutters.scss +154 -154
  124. data/_sass/basically-basic/vendor/susy/language/susy/_isolate.scss +77 -77
  125. data/_sass/basically-basic/vendor/susy/language/susy/_margins.scss +94 -94
  126. data/_sass/basically-basic/vendor/susy/language/susy/_padding.scss +74 -74
  127. data/_sass/basically-basic/vendor/susy/language/susy/_rows.scss +138 -138
  128. data/_sass/basically-basic/vendor/susy/language/susy/_settings.scss +216 -216
  129. data/_sass/basically-basic/vendor/susy/language/susy/_span.scss +163 -163
  130. data/_sass/basically-basic/vendor/susy/language/susy/_validation.scss +16 -16
  131. data/_sass/basically-basic/vendor/susy/language/susyone/_background.scss +18 -18
  132. data/_sass/basically-basic/vendor/susy/language/susyone/_functions.scss +377 -377
  133. data/_sass/basically-basic/vendor/susy/language/susyone/_grid.scss +312 -312
  134. data/_sass/basically-basic/vendor/susy/language/susyone/_isolation.scss +51 -51
  135. data/_sass/basically-basic/vendor/susy/language/susyone/_margin.scss +93 -93
  136. data/_sass/basically-basic/vendor/susy/language/susyone/_media.scss +105 -105
  137. data/_sass/basically-basic/vendor/susy/language/susyone/_padding.scss +92 -92
  138. data/_sass/basically-basic/vendor/susy/language/susyone/_settings.scss +60 -60
  139. data/_sass/basically-basic/vendor/susy/output/_float.scss +9 -9
  140. data/_sass/basically-basic/vendor/susy/output/_shared.scss +15 -15
  141. data/_sass/basically-basic/vendor/susy/output/_support.scss +9 -9
  142. data/_sass/basically-basic/vendor/susy/output/float/_container.scss +16 -16
  143. data/_sass/basically-basic/vendor/susy/output/float/_end.scss +40 -40
  144. data/_sass/basically-basic/vendor/susy/output/float/_isolate.scss +22 -22
  145. data/_sass/basically-basic/vendor/susy/output/float/_span.scss +35 -35
  146. data/_sass/basically-basic/vendor/susy/output/shared/_background.scss +26 -26
  147. data/_sass/basically-basic/vendor/susy/output/shared/_container.scss +21 -21
  148. data/_sass/basically-basic/vendor/susy/output/shared/_direction.scss +42 -42
  149. data/_sass/basically-basic/vendor/susy/output/shared/_inspect.scss +25 -25
  150. data/_sass/basically-basic/vendor/susy/output/shared/_margins.scss +23 -23
  151. data/_sass/basically-basic/vendor/susy/output/shared/_output.scss +14 -14
  152. data/_sass/basically-basic/vendor/susy/output/shared/_padding.scss +23 -23
  153. data/_sass/basically-basic/vendor/susy/output/support/_background.scss +58 -58
  154. data/_sass/basically-basic/vendor/susy/output/support/_box-sizing.scss +19 -19
  155. data/_sass/basically-basic/vendor/susy/output/support/_clearfix.scss +18 -18
  156. data/_sass/basically-basic/vendor/susy/output/support/_prefix.scss +19 -19
  157. data/_sass/basically-basic/vendor/susy/output/support/_rem.scss +22 -22
  158. data/_sass/basically-basic/vendor/susy/output/support/_support.scss +85 -85
  159. data/_sass/basically-basic/vendor/susy/su/_grid.scss +103 -103
  160. data/_sass/basically-basic/vendor/susy/su/_settings.scss +73 -73
  161. data/_sass/basically-basic/vendor/susy/su/_utilities.scss +111 -111
  162. data/_sass/basically-basic/vendor/susy/su/_validation.scss +57 -57
  163. data/assets/javascripts/main.js +57 -57
  164. data/assets/stylesheets/main.scss +9 -9
  165. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 14662b9a358b2eb887af8fc1623c0cb6de784f27
4
- data.tar.gz: 71e9c94fc12a4d5208b4e79b1af41ffc4d116563
3
+ metadata.gz: 8c5b0fb77ba201d31e0fa3d2a564179032c9b619
4
+ data.tar.gz: 1ef5d067aeb68ea4e6937f6ab6b6e4fc60f9c811
5
5
  SHA512:
6
- metadata.gz: a50425e711f8d12aca56c23f2e1446ed113204ef51351251ec25b594a5d29d3da055b4fda4eef12376122ac6552d8367e3cbd64349e4a89f0374cf1cc2b3e56c
7
- data.tar.gz: 52bdb8d3ba5d38d41d8d152f4e0515ec9308c403b26069799350d17c812d8eb895b28a2d795f7a2b2c224b681e6c28820b94c24767a14a3602a5caa4cc3bea1d
6
+ metadata.gz: 5e5ec8132130fe21f317d293e66920f4a480bceae0fedec5e60f20bb0427ea25d7a5d452bb955e208c527f867ff6d6ae5af28c5cf3827b313ae9738b4b5a4612
7
+ data.tar.gz: fa96e40f23e536a607e880e5c7707b805e4171c240f6655abdf3e17c1331bb40a0652b2e0d5bfeb914bcbef02ecd43eb7d8bf97c0e6bdc8dfe14d1d6ef783565
@@ -1,19 +1,14 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
- and this project adheres to [Semantic Versioning](http://semver.org/).
7
-
8
- ## [Unreleased] - YYYY-MM-DD
9
- ### Added
10
- - for new features
11
-
12
- ### Changed
13
- - for changes in existing functionality
14
-
15
- ### Deprecated
16
- - for once-stable features removed in upcoming releases
17
-
18
- ### Fixed
19
- - for any bug fixes
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
+ and this project adheres to [Semantic Versioning](http://semver.org/).
7
+
8
+ ## [1.0.1] - 2017-03-23
9
+ ### Added
10
+ - Responsive embed helper classes for videos. [#2](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/2)
11
+ - Print styles for improved readability of printed pages. [#4](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/4)
12
+ - Icon list to README.
13
+
14
+ ## [1.0.0] - 2017-03-20
data/LICENSE.md CHANGED
@@ -1,21 +1,21 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2017 Michael Rose
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 all
13
- 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 THE
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2017 Michael Rose
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 all
13
+ 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 THE
21
21
  SOFTWARE.
data/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # [Basically Basic Jekyll Theme][1]
2
2
 
3
+ [![Gem](https://img.shields.io/gem/v/jekyll-theme-basically-basic.svg?style=flat-square)](https://rubygems.org/gems/jekyll-theme-basically-basic)
3
4
  [![license](https://img.shields.io/github/license/mmistakes/jekyll-theme-basically-basic.svg?style=flat-square)](LICENSE.md)
4
5
  [![Code Climate](https://img.shields.io/codeclimate/github/mmistakes/jekyll-theme-basically-basic.svg?style=flat-square)](https://codeclimate.com/github/mmistakes/jekyll-theme-basically-basic)
5
6
 
@@ -55,7 +56,7 @@ with a few enhancements thrown in for good measure:
55
56
  1. Install the theme as a Ruby Gem by adding it to your `Gemfile` like so:
56
57
 
57
58
  ```ruby
58
- gem "jekyll-theme-basically-basic", :git => "https://github.com/mmistakes/jekyll-theme-basically-basic.git"
59
+ gem "jekyll-theme-basically-basic"
59
60
  ```
60
61
 
61
62
  2. Fetch and update your bundled gems by running the following
@@ -358,7 +359,7 @@ addition of the following to display an author picture:
358
359
  ```yaml
359
360
  author:
360
361
  name: John Doe
361
- picture /assets/images/johndoe.png
362
+ picture: /assets/images/johndoe.png
362
363
  ```
363
364
 
364
365
  Recommended `picture` size is approximately `300 x 300` pixels. If `author`
@@ -454,6 +455,35 @@ performance and flexibility. Said SVGs are located in the `_includes` directory
454
455
  and prefixed with `icon-`. Each icon has been sized and designed to fit a
455
456
  `16 x 16` viewbox and optimized with [SVGO](https://github.com/svg/svgo).
456
457
 
458
+ | Icon | Filename |
459
+ | --- | --- |
460
+ | <img src="https://cdn.rawgit.com/mmistakes/jekyll-theme-basically-basic/master/_includes/icon-arrow-left.svg" width="16" height="16"> | icon-arrow-left.svg |
461
+ | <img src="https://cdn.rawgit.com/mmistakes/jekyll-theme-basically-basic/master/_includes/icon-arrow-right.svg" width="16" height="16"> | icon-arrow-right.svg |
462
+ | <img src="https://cdn.rawgit.com/mmistakes/jekyll-theme-basically-basic/master/_includes/icon-bitbucket.svg" width="16" height="16"> | icon-bitbucket.svg |
463
+ | <img src="https://cdn.rawgit.com/mmistakes/jekyll-theme-basically-basic/master/_includes/icon-calendar.svg" width="16" height="16"> | icon-calendar.svg |
464
+ | <img src="https://cdn.rawgit.com/mmistakes/jekyll-theme-basically-basic/master/_includes/icon-codepen.svg" width="16" height="16"> | icon-codepen.svg |
465
+ | <img src="https://cdn.rawgit.com/mmistakes/jekyll-theme-basically-basic/master/_includes/icon-download.svg" width="16" height="16"> | icon-download.svg |
466
+ | <img src="https://cdn.rawgit.com/mmistakes/jekyll-theme-basically-basic/master/_includes/icon-dribbble.svg" width="16" height="16"> | icon-dribbble.svg |
467
+ | <img src="https://cdn.rawgit.com/mmistakes/jekyll-theme-basically-basic/master/_includes/icon-email.svg" width="16" height="16"> | icon-email.svg |
468
+ | <img src="https://cdn.rawgit.com/mmistakes/jekyll-theme-basically-basic/master/_includes/icon-facebook.svg" width="16" height="16"> | icon-facebook.svg |
469
+ | <img src="https://cdn.rawgit.com/mmistakes/jekyll-theme-basically-basic/master/_includes/icon-flickr.svg" width="16" height="16"> | icon-flickr.svg |
470
+ | <img src="https://cdn.rawgit.com/mmistakes/jekyll-theme-basically-basic/master/_includes/icon-github.svg" width="16" height="16"> | icon-github.svg |
471
+ | <img src="https://cdn.rawgit.com/mmistakes/jekyll-theme-basically-basic/master/_includes/icon-gitlab.svg" width="16" height="16"> | icon-gitlab.svg |
472
+ | <img src="https://cdn.rawgit.com/mmistakes/jekyll-theme-basically-basic/master/_includes/icon-googleplus.svg" width="16" height="16"> | icon-googleplus.svg |
473
+ | <img src="https://cdn.rawgit.com/mmistakes/jekyll-theme-basically-basic/master/_includes/icon-instagram.svg" width="16" height="16"> | icon-instagram.svg |
474
+ | <img src="https://cdn.rawgit.com/mmistakes/jekyll-theme-basically-basic/master/_includes/icon-lastfm.svg" width="16" height="16"> | icon-lastfm.svg |
475
+ | <img src="https://cdn.rawgit.com/mmistakes/jekyll-theme-basically-basic/master/_includes/icon-linkedin.svg" width="16" height="16"> | icon-linkedin.svg |
476
+ | <img src="https://cdn.rawgit.com/mmistakes/jekyll-theme-basically-basic/master/_includes/icon-pdf.svg" width="16" height="16"> | icon-pdf.svg |
477
+ | <img src="https://cdn.rawgit.com/mmistakes/jekyll-theme-basically-basic/master/_includes/icon-pinterest.svg" width="16" height="16"> | icon-pinterest.svg |
478
+ | <img src="https://cdn.rawgit.com/mmistakes/jekyll-theme-basically-basic/master/_includes/icon-rss.svg" width="16" height="16"> | icon-rss.svg |
479
+ | <img src="https://cdn.rawgit.com/mmistakes/jekyll-theme-basically-basic/master/_includes/icon-soundcloud.svg" width="16" height="16"> | icon-soundcloud.svg |
480
+ | <img src="https://cdn.rawgit.com/mmistakes/jekyll-theme-basically-basic/master/_includes/icon-stackoverflow.svg" width="16" height="16"> | icon-stackoverflow.svg |
481
+ | <img src="https://cdn.rawgit.com/mmistakes/jekyll-theme-basically-basic/master/_includes/icon-stopwatch.svg" width="16" height="16"> | icon-stopwatch.svg |
482
+ | <img src="https://cdn.rawgit.com/mmistakes/jekyll-theme-basically-basic/master/_includes/icon-tumblr.svg" width="16" height="16"> | icon-tumblr.svg |
483
+ | <img src="https://cdn.rawgit.com/mmistakes/jekyll-theme-basically-basic/master/_includes/icon-twitter.svg" width="16" height="16"> | icon-twitter.svg |
484
+ | <img src="https://cdn.rawgit.com/mmistakes/jekyll-theme-basically-basic/master/_includes/icon-xing.svg" width="16" height="16"> | icon-xing.svg |
485
+ | <img src="https://cdn.rawgit.com/mmistakes/jekyll-theme-basically-basic/master/_includes/icon-youtube.svg" width="16" height="16"> | icon-youtube.svg |
486
+
457
487
  Fill colors are defined in the `_sass/basically-basic/_icons.scss` partial and
458
488
  set with `.icon-name` where class name matches the corresponding icon.
459
489
 
@@ -1,31 +1,31 @@
1
- {% assign author = page.author | default: page.authors[0] | default: site.author %}
2
- {% if author %}
3
- {% if author.name %}
4
- {% assign author_name = author.name %}
5
- {% else %}
6
- {% if site.data.authors and site.data.authors[author] %}
7
- {% assign author_name = site.data.authors[author].name %}
8
- {% else %}
9
- {% assign author_name = author %}
10
- {% endif %}
11
- {% endif %}
12
-
13
- {% if author.picture %}
14
- {% assign author_picture = author.picture %}
15
- {% else %}
16
- {% if site.data.authors and site.data.authors[author] %}
17
- {% assign author_picture = site.data.authors[author].picture %}
18
- {% endif %}
19
- {% unless author_picture contains '://' %}{% assign author_picture = author_picture | relative_url %}{% endunless %}
20
- {% endif %}
21
-
22
- {% if author.twitter %}
23
- {% assign author_twitter = author.twitter %}
24
- {% else %}
25
- {% if site.data.authors and site.data.authors[author] %}
26
- {% assign author_twitter = site.data.authors[author].twitter %}
27
- {% else %}
28
- {% assign author_twitter = site.twitter_username %}
29
- {% endif %}
30
- {% endif %}
1
+ {% assign author = page.author | default: page.authors[0] | default: site.author %}
2
+ {% if author %}
3
+ {% if author.name %}
4
+ {% assign author_name = author.name %}
5
+ {% else %}
6
+ {% if site.data.authors and site.data.authors[author] %}
7
+ {% assign author_name = site.data.authors[author].name %}
8
+ {% else %}
9
+ {% assign author_name = author %}
10
+ {% endif %}
11
+ {% endif %}
12
+
13
+ {% if author.picture %}
14
+ {% assign author_picture = author.picture %}
15
+ {% else %}
16
+ {% if site.data.authors and site.data.authors[author] %}
17
+ {% assign author_picture = site.data.authors[author].picture %}
18
+ {% endif %}
19
+ {% unless author_picture contains '://' %}{% assign author_picture = author_picture | relative_url %}{% endunless %}
20
+ {% endif %}
21
+
22
+ {% if author.twitter %}
23
+ {% assign author_twitter = author.twitter %}
24
+ {% else %}
25
+ {% if site.data.authors and site.data.authors[author] %}
26
+ {% assign author_twitter = site.data.authors[author].twitter %}
27
+ {% else %}
28
+ {% assign author_twitter = site.twitter_username %}
29
+ {% endif %}
30
+ {% endif %}
31
31
  {% endif %}
@@ -1,27 +1,27 @@
1
- <ul class="contact-list">
2
- {% if site.email %}
3
- <li>
4
- <a href="mailto:{{ site.email }}">
5
- <span class="icon icon--email">{% include icon-email.svg %}</span>
6
- <span class="label">{{ site.data.theme.t.email | default: 'Email' }}</span>
7
- </a>
8
- </li>
9
- {% endif %}
10
-
11
- {% if site.github_username %}
12
- <li>{% include icon-github.html username=site.github_username label='GitHub' %}</li>
13
- {% endif %}
14
-
15
- {% if site.twitter_username %}
16
- <li>{% include icon-twitter.html username=site.twitter_username label='Twitter' %}</li>
17
- {% endif %}
18
-
19
- <li>
20
- {% if site.gems contains 'jekyll-feed' %}
21
- <a href="{{ site.feed.path | default: 'feed.xml' | relative_url }}" title="Atom Feed">
22
- <span class="icon icon--rss">{% include icon-rss.svg %}</span>
23
- <span class="label">{{ site.data.theme.t.subscribe | default: 'Subscribe' }}</span>
24
- </a>
25
- {% endif %}
26
- </li>
1
+ <ul class="contact-list">
2
+ {% if site.email %}
3
+ <li>
4
+ <a href="mailto:{{ site.email }}">
5
+ <span class="icon icon--email">{% include icon-email.svg %}</span>
6
+ <span class="label">{{ site.data.theme.t.email | default: 'Email' }}</span>
7
+ </a>
8
+ </li>
9
+ {% endif %}
10
+
11
+ {% if site.github_username %}
12
+ <li>{% include icon-github.html username=site.github_username label='GitHub' %}</li>
13
+ {% endif %}
14
+
15
+ {% if site.twitter_username %}
16
+ <li>{% include icon-twitter.html username=site.twitter_username label='Twitter' %}</li>
17
+ {% endif %}
18
+
19
+ <li>
20
+ {% if site.gems contains 'jekyll-feed' %}
21
+ <a href="{{ site.feed.path | default: 'feed.xml' | relative_url }}" title="Atom Feed">
22
+ <span class="icon icon--rss">{% include icon-rss.svg %}</span>
23
+ <span class="label">{{ site.data.theme.t.subscribe | default: 'Subscribe' }}</span>
24
+ </a>
25
+ {% endif %}
26
+ </li>
27
27
  </ul>
@@ -1,24 +1,24 @@
1
- {% if cv.awards %}
2
- <div id="awards" class="entry">
3
- <header class="entry-header">
4
- <h3 class="entry-title">Awards</h3>
5
- </header>
6
-
7
- <div class="entry-content">
8
- {% for a in cv.awards %}
9
- {% if a.title %}
10
- <h4 class="title">{{ a.title }}</h4>
11
- {% endif %}
12
- {% if a.date %}
13
- <div class="date">{{ a.date }}</div>
14
- {% endif %}
15
- {% if a.awarder %}
16
- <h5 class="awarder">{{ a.awarder }}</h5>
17
- {% endif %}
18
- {% if a.summary %}
19
- <div class="summary">{{ a.summary | markdownify }}</div>
20
- {% endif %}
21
- {% endfor %}
22
- </div>
23
- </div>
1
+ {% if cv.awards %}
2
+ <div id="awards" class="entry">
3
+ <header class="entry-header">
4
+ <h3 class="entry-title">Awards</h3>
5
+ </header>
6
+
7
+ <div class="entry-content">
8
+ {% for a in cv.awards %}
9
+ {% if a.title %}
10
+ <h4 class="title">{{ a.title }}</h4>
11
+ {% endif %}
12
+ {% if a.date %}
13
+ <div class="date">{{ a.date }}</div>
14
+ {% endif %}
15
+ {% if a.awarder %}
16
+ <h5 class="awarder">{{ a.awarder }}</h5>
17
+ {% endif %}
18
+ {% if a.summary %}
19
+ <div class="summary">{{ a.summary | markdownify }}</div>
20
+ {% endif %}
21
+ {% endfor %}
22
+ </div>
23
+ </div>
24
24
  {% endif %}
@@ -1,36 +1,36 @@
1
- {% if cv.education %}
2
- <div id="education" class="entry">
3
- <header class="entry-header">
4
- <h3 class="entry-title">Education</h3>
5
- </header>
6
-
7
- <div class="entry-content">
8
- {% for e in cv.education %}
9
- {% if e.institution %}
10
- <h4 class="institution">{{ e.institution }}</h4>
11
- {% endif %}
12
- <div class="date">
13
- {% if e.startDate %}
14
- <span class="startDate">{{ e.startDate }}</span>
15
- {% endif %}
16
- {% if e.endDate == '' %}
17
- <span class="endDate">{{ site.data.theme.t.present | default: 'Present' | prepend: ' &mdash; ' }}</span>
18
- {% else %}
19
- <span class="endDate">{{ e.endDate | prepend: ' &mdash; ' }}</span>
20
- {% endif %}
21
- </div>
22
- {% if e.area %}
23
- <div class="area"><strong>{{ e.area }}{% if e.studyType %}<span class="studyType">{{ e.studyType | prepend: ', ' }}</span>{% endif %}</strong>{% if e.gpa %}<span class="gpa">{{ e.gpa | prepend: ' (' | append: ' GPA)' }}</span>{% endif %}</div>
24
- {% endif %}
25
- {% if e.courses %}
26
- <h5 class="courses-title">Courses</h5>
27
- <ul class="courses">
28
- {% for course in e.courses %}
29
- <li>{{ course }}</li>
30
- {% endfor %}
31
- </ul>
32
- {% endif %}
33
- {% endfor %}
34
- </div>
35
- </div>
36
- {% endif %}
1
+ {% if cv.education %}
2
+ <div id="education" class="entry">
3
+ <header class="entry-header">
4
+ <h3 class="entry-title">Education</h3>
5
+ </header>
6
+
7
+ <div class="entry-content">
8
+ {% for e in cv.education %}
9
+ {% if e.institution %}
10
+ <h4 class="institution">{{ e.institution }}</h4>
11
+ {% endif %}
12
+ <div class="date">
13
+ {% if e.startDate %}
14
+ <span class="startDate">{{ e.startDate }}</span>
15
+ {% endif %}
16
+ {% if e.endDate == '' %}
17
+ <span class="endDate">{{ site.data.theme.t.present | default: 'Present' | prepend: ' &mdash; ' }}</span>
18
+ {% else %}
19
+ <span class="endDate">{{ e.endDate | prepend: ' &mdash; ' }}</span>
20
+ {% endif %}
21
+ </div>
22
+ {% if e.area %}
23
+ <div class="area"><strong>{{ e.area }}{% if e.studyType %}<span class="studyType">{{ e.studyType | prepend: ', ' }}</span>{% endif %}</strong>{% if e.gpa %}<span class="gpa">{{ e.gpa | prepend: ' (' | append: ' GPA)' }}</span>{% endif %}</div>
24
+ {% endif %}
25
+ {% if e.courses %}
26
+ <h5 class="courses-title">Courses</h5>
27
+ <ul class="courses">
28
+ {% for course in e.courses %}
29
+ <li>{{ course }}</li>
30
+ {% endfor %}
31
+ </ul>
32
+ {% endif %}
33
+ {% endfor %}
34
+ </div>
35
+ </div>
36
+ {% endif %}
@@ -1,20 +1,20 @@
1
- {% if cv.interests %}
2
- <div id="interests" class="entry">
3
- <header class="entry-header">
4
- <h3 class="entry-title">Interests</h3>
5
- </header>
6
-
7
- <div class="entry-content">
8
- {% for i in cv.interests %}
9
- <div class="taxonomy">
10
- {% if i.name %}
11
- <h4 class="title">{{ i.name }}</h4>
12
- {% endif %}
13
- {% if i.keywords %}
14
- <span class="keywords">{{ i.keywords | array_to_sentence_string }}</span>
15
- {% endif %}
16
- </div>
17
- {% endfor %}
18
- </div>
19
- </div>
1
+ {% if cv.interests %}
2
+ <div id="interests" class="entry">
3
+ <header class="entry-header">
4
+ <h3 class="entry-title">Interests</h3>
5
+ </header>
6
+
7
+ <div class="entry-content">
8
+ {% for i in cv.interests %}
9
+ <div class="taxonomy">
10
+ {% if i.name %}
11
+ <h4 class="title">{{ i.name }}</h4>
12
+ {% endif %}
13
+ {% if i.keywords %}
14
+ <span class="keywords">{{ i.keywords | array_to_sentence_string }}</span>
15
+ {% endif %}
16
+ </div>
17
+ {% endfor %}
18
+ </div>
19
+ </div>
20
20
  {% endif %}
@@ -1,18 +1,18 @@
1
- <header class="intro">
2
- <div class="inner">
3
- <div class="intro-text">
4
- <h1 class="intro-title">{{ cv.basics.name | default: page.title | markdownify | remove: '<p>' | remove: '</p>' }}</h1>
5
- {% if cv.basics.label %}
6
- <p class="intro-subtitle">{{ cv.basics.label | markdownify | remove: '<p>' | remove: '</p>' }}</p>
7
- {% endif %}
8
-
9
- {% if page.actions %}
10
- <ul class="intro-actions">
11
- {% for action in page.actions %}
12
- <li><a href="{{ action.url }}" class="btn">{% if action.icon %}<span class="icon">{% include {{ action.icon | prepend: 'icon-' | append: '.svg' }} %}</span>{% endif %}{{ action.label }}</a></li>
13
- {% endfor %}
14
- </ul>
15
- {% endif %}
16
- </div>
17
- </div>
18
- </header>
1
+ <header class="intro">
2
+ <div class="inner">
3
+ <div class="intro-text">
4
+ <h1 class="intro-title">{{ cv.basics.name | default: page.title | markdownify | remove: '<p>' | remove: '</p>' }}</h1>
5
+ {% if cv.basics.label %}
6
+ <p class="intro-subtitle">{{ cv.basics.label | markdownify | remove: '<p>' | remove: '</p>' }}</p>
7
+ {% endif %}
8
+
9
+ {% if page.actions %}
10
+ <ul class="intro-actions">
11
+ {% for action in page.actions %}
12
+ <li><a href="{{ action.url }}" class="btn">{% if action.icon %}<span class="icon">{% include {{ action.icon | prepend: 'icon-' | append: '.svg' }} %}</span>{% endif %}{{ action.label }}</a></li>
13
+ {% endfor %}
14
+ </ul>
15
+ {% endif %}
16
+ </div>
17
+ </div>
18
+ </header>