bryte 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +48 -0
  4. data/_includes/footer.html +10 -0
  5. data/_includes/google-analytics.html +10 -0
  6. data/_includes/header.html +42 -0
  7. data/_includes/pagination.html +12 -0
  8. data/_includes/reading-time.html +10 -0
  9. data/_layouts/compress.html +10 -0
  10. data/_layouts/default.html +20 -0
  11. data/_layouts/nothinghere.html +16 -0
  12. data/_layouts/page.html +20 -0
  13. data/_layouts/post.html +35 -0
  14. data/assets/css/main.css +587 -0
  15. data/assets/images/bryte-screenshot.png +0 -0
  16. data/assets/images/favicon/android-icon-144x144.png +0 -0
  17. data/assets/images/favicon/android-icon-192x192.png +0 -0
  18. data/assets/images/favicon/android-icon-36x36.png +0 -0
  19. data/assets/images/favicon/android-icon-48x48.png +0 -0
  20. data/assets/images/favicon/android-icon-72x72.png +0 -0
  21. data/assets/images/favicon/android-icon-96x96.png +0 -0
  22. data/assets/images/favicon/apple-icon-114x114.png +0 -0
  23. data/assets/images/favicon/apple-icon-120x120.png +0 -0
  24. data/assets/images/favicon/apple-icon-144x144.png +0 -0
  25. data/assets/images/favicon/apple-icon-152x152.png +0 -0
  26. data/assets/images/favicon/apple-icon-180x180.png +0 -0
  27. data/assets/images/favicon/apple-icon-57x57.png +0 -0
  28. data/assets/images/favicon/apple-icon-60x60.png +0 -0
  29. data/assets/images/favicon/apple-icon-72x72.png +0 -0
  30. data/assets/images/favicon/apple-icon-76x76.png +0 -0
  31. data/assets/images/favicon/apple-icon-precomposed.png +0 -0
  32. data/assets/images/favicon/apple-icon.png +0 -0
  33. data/assets/images/favicon/browserconfig.xml +2 -0
  34. data/assets/images/favicon/favicon-16x16.png +0 -0
  35. data/assets/images/favicon/favicon-32x32.png +0 -0
  36. data/assets/images/favicon/favicon-96x96.png +0 -0
  37. data/assets/images/favicon/favicon.ico +0 -0
  38. data/assets/images/favicon/manifest.json +41 -0
  39. data/assets/images/favicon/ms-icon-144x144.png +0 -0
  40. data/assets/images/favicon/ms-icon-150x150.png +0 -0
  41. data/assets/images/favicon/ms-icon-310x310.png +0 -0
  42. data/assets/images/favicon/ms-icon-70x70.png +0 -0
  43. data/assets/images/profile.jpeg +0 -0
  44. metadata +143 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: ed56334cc402296007358977aae1cb72eb2cb449
4
+ data.tar.gz: 034c676edd6004780f9cf2ee69c5340815e857a2
5
+ SHA512:
6
+ metadata.gz: 7bee3c150c3a0eeb796d2f12800fb8acf1c9687758376cbdf5eed1ac75196e1ba0e453996e8c2ff458e10048352c71a7b3b6d30e33acd7ac923761d1f00fd9d0
7
+ data.tar.gz: 73857012d22052de659d330f652a926bdd7f33369b65d50a666aceb93adbe3b579dbe0c03c2fedd34f4451f0f7bc8923b02d0524b0d140099635def99f0612c3
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2019 bdotu
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,48 @@
1
+ # bryte
2
+
3
+ > I didn't find a Jekyll theme that quite suited my idea of a simple yet beautiful personal website/blog; so I created this. It was originally inspired by [Sergio Kopplin's indigo](https://github.com/sergiokopplin/indigo) but quickly took a form of its own. Please enjoy!!
4
+
5
+ <!-- ![screenshot]("https://github.com/bdotu/bryte/tree/master/assets/images/bryte-screenshot.png") -->
6
+
7
+ ## Installation
8
+
9
+ Add this line to your Jekyll site's `Gemfile`:
10
+
11
+ ```ruby
12
+ gem "bryte"
13
+ ```
14
+
15
+ And add this line to your Jekyll site's `_config.yml`:
16
+
17
+ ```yaml
18
+ theme: bryte
19
+ ```
20
+
21
+ And then execute:
22
+
23
+ $ bundle install
24
+
25
+ Or install it yourself as:
26
+
27
+ $ gem install bryte
28
+
29
+ <!-- ## Usage
30
+ Dependencies: kramdown, jekyll-paginate
31
+ -->
32
+
33
+ ## Contributing
34
+
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/bdotu/bryte. 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.
36
+
37
+ ## Development
38
+
39
+ To set up your environment to develop this theme, run `bundle install`.
40
+
41
+ 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.
42
+
43
+ When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
44
+ To add a custom directory to your theme-gem, please edit the regexp in `bryte.gemspec` accordingly.
45
+
46
+ ## License
47
+
48
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
@@ -0,0 +1,10 @@
1
+ <!-- Footer -->
2
+ <footer class="footer">
3
+ <p> {{ site.author }} © {{ site.time | date: '%Y' }} </p>
4
+
5
+ <p>
6
+ <small>
7
+ Powered by <a href="https://jekyllrb.com">Jekyll</a> and <a href="https://github.com/bdotu/bryte">The Bryte Theme</a>
8
+ </small>
9
+ </p>
10
+ </footer>
@@ -0,0 +1,10 @@
1
+ <!-- Google Analytics Script -->
2
+ <script>
3
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
4
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
5
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
6
+ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
7
+
8
+ ga('create', '{{ site.tracking_id }}', 'auto');
9
+ ga('send', 'pageview');
10
+ </script>
@@ -0,0 +1,42 @@
1
+ <!-- Header -->
2
+ <!-- Metas -->
3
+ <meta charset="utf-8" />
4
+ <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
6
+
7
+ <title>{{ page.title }} | {{ site.author }}</title>
8
+
9
+
10
+ <meta name="description" content="{{ site.description }}" />
11
+ <meta name="author" content="{{ site.author }}" />
12
+
13
+ <!-- Google Analytics -->
14
+ {% if site.tracking_id %}
15
+ {% include google-analytics.html%}
16
+ {% endif %}
17
+
18
+ <!-- Font -->
19
+ <link href="//fonts.googleapis.com/css?family=Open+Sans:300,400|Raleway:100,200,300,400,600|Raleway+Dots" rel="stylesheet" type="text/css" />
20
+
21
+ <!-- CSS -->
22
+ <link rel="stylesheet" href="{{ site.url }}/assets/css/main.css" type="text/css">
23
+
24
+
25
+ <!-- Favicon -->
26
+ <link rel="apple-touch-icon" sizes="57x57" href="{{ site.url }}/assets/images/favicon/apple-icon-57x57.png">
27
+ <link rel="apple-touch-icon" sizes="60x60" href="{{ site.url }}/assets/images/favicon/apple-icon-60x60.png">
28
+ <link rel="apple-touch-icon" sizes="72x72" href="{{ site.url }}/assets/images/favicon/apple-icon-72x72.png">
29
+ <link rel="apple-touch-icon" sizes="76x76" href="{{ site.url }}/assets/images/favicon/apple-icon-76x76.png">
30
+ <link rel="apple-touch-icon" sizes="114x114" href="{{ site.url }}/assets/images/favicon/apple-icon-114x114.png">
31
+ <link rel="apple-touch-icon" sizes="120x120" href="{{ site.url }}/assets/images/favicon/apple-icon-120x120.png">
32
+ <link rel="apple-touch-icon" sizes="144x144" href="{{ site.url }}/assets/images/favicon/apple-icon-144x144.png">
33
+ <link rel="apple-touch-icon" sizes="152x152" href="{{ site.url }}/assets/images/favicon/apple-icon-152x152.png">
34
+ <link rel="apple-touch-icon" sizes="180x180" href="{{ site.url }}/assets/images/favicon/apple-icon-180x180.png">
35
+ <link rel="icon" type="image/png" sizes="192x192" href="{{ site.url }}/assets/images/favicon/android-icon-192x192.png">
36
+ <link rel="icon" type="image/png" sizes="32x32" href="{{ site.url }}/assets/images/favicon/favicon-32x32.png">
37
+ <link rel="icon" type="image/png" sizes="96x96" href="{{ site.url }}/assets/images/favicon/favicon-96x96.png">
38
+ <link rel="icon" type="image/png" sizes="16x16" href="{{ site.url }}/assets/images/favicon/favicon-16x16.png">
39
+ <link rel="manifest" href="{{ site.url }}/assets/images/favicon/manifest.json">
40
+ <meta name="msapplication-TileColor" content="#ffffff">
41
+ <meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
42
+ <meta name="theme-color" content="#ffffff">
@@ -0,0 +1,12 @@
1
+ <!-- Blog Index Pagination -->
2
+ <div class="pagination">
3
+ {% if paginator.previous_page %}
4
+ <a href="{{ paginator.previous_page_path }}" class="float-left">&larr;Prev</a>
5
+ {% endif %}
6
+ <span>
7
+ Page {{ paginator.page }} of {{ paginator.total_pages }}
8
+ </span>
9
+ {% if paginator.next_page %}
10
+ <a href="{{ paginator.next_page_path }}" class="float-right">Next&rarr;</a>
11
+ {% endif %}
12
+ </div>
@@ -0,0 +1,10 @@
1
+ <!-- Calculate Reading Time -->
2
+ <span class="reading-time" title="Estimated read time">
3
+ {% assign words = content | number_of_words %}
4
+
5
+ {% if words < 360 %}
6
+ 1 min read
7
+ {% else %}
8
+ {{ words | divided_by:180 }} mins read
9
+ {% endif %}
10
+ </span>
@@ -0,0 +1,10 @@
1
+ ---
2
+ # Jekyll layout that compresses HTML
3
+ # v3.0.4
4
+ # http://jch.penibelst.de/
5
+ # © 2014–2015 Anatol Broder
6
+ # MIT License
7
+ ---
8
+
9
+ {% capture _LINE_FEED %}
10
+ {% endcapture %}{% if site.compress_html.ignore.envs contains jekyll.environment %}{{ content }}{% else %}{% capture _content %}{{ content }}{% endcapture %}{% assign _profile = site.compress_html.profile %}{% if site.compress_html.endings == "all" %}{% assign _endings = "html head body li dt dd optgroup option colgroup caption thead tbody tfoot tr td th" | split: " " %}{% else %}{% assign _endings = site.compress_html.endings %}{% endif %}{% for _element in _endings %}{% capture _end %}</{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _end %}{% endfor %}{% if _profile and _endings %}{% assign _profile_endings = _content | size | plus: 1 %}{% endif %}{% for _element in site.compress_html.startings %}{% capture _start %}<{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _start %}{% endfor %}{% if _profile and site.compress_html.startings %}{% assign _profile_startings = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.comments == "all" %}{% assign _comments = "<!-- -->" | split: " " %}{% else %}{% assign _comments = site.compress_html.comments %}{% endif %}{% if _comments.size == 2 %}{% capture _comment_befores %}.{{ _content }}{% endcapture %}{% assign _comment_befores = _comment_befores | split: _comments.first %}{% for _comment_before in _comment_befores %}{% if forloop.first %}{% continue %}{% endif %}{% capture _comment_outside %}{% if _carry %}{{ _comments.first }}{% endif %}{{ _comment_before }}{% endcapture %}{% capture _comment %}{% unless _carry %}{{ _comments.first }}{% endunless %}{{ _comment_outside | split: _comments.last | first }}{% if _comment_outside contains _comments.last %}{{ _comments.last }}{% assign _carry = false %}{% else %}{% assign _carry = true %}{% endif %}{% endcapture %}{% assign _content = _content | remove_first: _comment %}{% endfor %}{% if _profile %}{% assign _profile_comments = _content | size | plus: 1 %}{% endif %}{% endif %}{% assign _pre_befores = _content | split: "<pre" %}{% assign _content = "" %}{% for _pre_before in _pre_befores %}{% assign _pres = _pre_before | split: "</pre>" %}{% assign _pres_after = "" %}{% if _pres.size != 0 %}{% if site.compress_html.blanklines %}{% assign _lines = _pres.last | split: _LINE_FEED %}{% capture _pres_after %}{% for _line in _lines %}{% assign _trimmed = _line | split: " " | join: " " %}{% if _trimmed != empty or forloop.last %}{% unless forloop.first %}{{ _LINE_FEED }}{% endunless %}{{ _line }}{% endif %}{% endfor %}{% endcapture %}{% else %}{% assign _pres_after = _pres.last | split: " " | join: " " %}{% endif %}{% endif %}{% capture _content %}{{ _content }}{% if _pre_before contains "</pre>" %}<pre{{ _pres.first }}</pre>{% endif %}{% unless _pre_before contains "</pre>" and _pres.size == 1 %}{{ _pres_after }}{% endunless %}{% endcapture %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = " <e;<e; </e>;</e>;</e> ;</e>" | replace: "e", _element | split: ";" %}{% assign _content = _content | replace: _edges[0], _edges[1] | replace: _edges[2], _edges[3] | replace: _edges[4], _edges[5] %}{% endfor %}{% if _profile and _clippings %}{% assign _profile_clippings = _content | size | plus: 1 %}{% endif %}{{ _content }}{% if _profile %} <table id="compress_html_profile_{{ site.time | date: "%Y%m%d" }}" class="compress_html_profile"> <thead> <tr> <td>Step <td>Bytes <tbody> <tr> <td>raw <td>{{ content | size }}{% if _profile_endings %} <tr> <td>endings <td>{{ _profile_endings }}{% endif %}{% if _profile_startings %} <tr> <td>startings <td>{{ _profile_startings }}{% endif %}{% if _profile_comments %} <tr> <td>comments <td>{{ _profile_comments }}{% endif %}{% if _profile_collapse %} <tr> <td>collapse <td>{{ _profile_collapse }}{% endif %}{% if _profile_clippings %} <tr> <td>clippings <td>{{ _profile_clippings }}{% endif %} </table>{% endif %}{% endif %}
@@ -0,0 +1,20 @@
1
+ ---
2
+ layout: compress
3
+ ---
4
+ <!DOCTYPE html>
5
+ <html lang="en">
6
+ <head> {% include header.html %} </head>
7
+
8
+ <body>
9
+ <div class="container">
10
+ {{ content }}
11
+ </div>
12
+
13
+ <div class="row">
14
+ <div class="twelve columns">
15
+ <footer> {% include footer.html %} </footer>
16
+ </div>
17
+ </div>
18
+ </body>
19
+
20
+ </html>
@@ -0,0 +1,16 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <div class="row">
6
+ <div class="twelve columns">
7
+ <section class="round glitch"></section>
8
+ </div>
9
+ </div>
10
+ <div class="row">
11
+ <div class="twelve columns">
12
+ <p id="goback">
13
+ There's nothing here. Let's go <a href="{{ site.url }}">back</a>.
14
+ </p>
15
+ </div>
16
+ </div>
@@ -0,0 +1,20 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ <div class="row">
5
+ <div class="twelve columns">
6
+ <a href="{{ site.url }}" class="hverhome">
7
+ <img src="{{ site.url }}/{{ site.picture }}" class="round" id="profileicon"/>
8
+ <span>home</span>
9
+ </a>
10
+ <p id="pagetitle">about me</p>
11
+ </div>
12
+ </div>
13
+
14
+ <hr noshade/>
15
+
16
+ <div class="row">
17
+ <div class="twelve columns">
18
+ <div id="bio"><p>{{ content }}</p></div>
19
+ </div>
20
+ </div>
@@ -0,0 +1,35 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <article>
6
+ <div class="row">
7
+ <div class="twelve columns">
8
+ <h1 class="blogtitle">{{ page.title }}</h1>
9
+ <span class="blogdate">
10
+ <time> {{ page.date | date: '%A, %B %d, %Y' }}</time>
11
+ {% if site.reading-time %} - {% include reading-time.html %}{% endif %}
12
+ </span>
13
+ </div>
14
+ </div>
15
+
16
+ <div class="row">
17
+ <div class="twelve columns blogcontent">
18
+ {{ content }}
19
+ </div>
20
+ </div>
21
+
22
+ <div class="row">
23
+ <div class="twelve columns post-navigation">
24
+ {% if page.next.url %}
25
+ <a href="{{ page.next.url | prepend: site.baseurl | prepend: site.url }}" title="NEXT: {{ page.next.title }}">&lArr;</a>
26
+ <span>&middot;</span>
27
+ {% endif %}
28
+ <a href="{{ "/blog" | prepend: site.baseurl | prepend: site.url }}" title="Back to Index">Index</a>
29
+ {% if page.previous.url%}
30
+ <span>&middot;</span>
31
+ <a href="{{ page.previous.url | prepend: site.baseurl | prepend: site.url }}" title="PREV: {{ page.previous.title }}">&rArr;</a>
32
+ {% endif %}
33
+ </div>
34
+ </div>
35
+ </article>
@@ -0,0 +1,587 @@
1
+ *{
2
+ -webkit-box-sizing: border-box;
3
+ -moz-box-sizing: border-box;
4
+ box-sizing: border-box;
5
+ }
6
+
7
+ /* Grid */
8
+ .container {
9
+ text-align: center;
10
+ position: relative;
11
+ width: 100%;
12
+ max-width: 960px;
13
+ margin: 0 auto;
14
+ margin-top: 7%;
15
+ padding: 0 20px;
16
+ box-sizing: border-box;
17
+ }
18
+ .column,
19
+ .columns {
20
+ width: 100%;
21
+ float: left;
22
+ box-sizing: border-box;
23
+ }
24
+
25
+ /* Devices larger than 400px (Mobile First) */
26
+ @media (min-width: 400px) {
27
+ .container {
28
+ width: 85%;
29
+ padding: 0;
30
+ }
31
+ }
32
+
33
+ /* Devices larger than 550px */
34
+ @media (min-width: 550px) {
35
+ .container {
36
+ width: 80%;
37
+ }
38
+ .column,
39
+ .columns {
40
+ margin-left: 4%;
41
+ }
42
+ .column:first-child,
43
+ .column:first-child {
44
+ margin-left: 0;
45
+ }
46
+
47
+ /* Segemented columns for future developments */
48
+ .one.column,
49
+ .one.columns { width: 4.66666666667%; }
50
+ .two.columns { width: 13.3333333333%; }
51
+ .three.columns { width: 22; }
52
+ .four.columns { width: 30.6666666667%; }
53
+ .five.columns { width: 39.3333333333%; }
54
+ .six.columns { width: 48%; }
55
+ .seven.columns { width: 56.6666666667%; }
56
+ .eight.columns { width: 65.3333333333%; }
57
+ .nine.columns { width: 74.0%; }
58
+ .ten.columns { width: 82.6666666667%; }
59
+ .eleven.columns { width: 91.3333333333%; }
60
+ .twelve.columns { width: 100%; margin-left: 0; }
61
+ }
62
+
63
+ .container:after,
64
+ .row:after,
65
+ .u-cf {
66
+ content: "";
67
+ display: table;
68
+ clear: both;
69
+ }
70
+
71
+ /* Base Style */
72
+ html {
73
+ }
74
+
75
+ body {
76
+ font-family: 'Raleway', 'Open Sans', sans-serif;
77
+ font-size: 14px;
78
+ font-style: normal;
79
+ font-weight: normal;
80
+ }
81
+
82
+ /* Image Style */
83
+ .round {
84
+ border-radius: 50%;
85
+ width: 250px;
86
+ height: 250px;
87
+ overflow: hidden;
88
+ position: relative;
89
+ margin: 0 auto 35px;
90
+ text-align: center;
91
+
92
+ animation-duration: 0.8s;
93
+ animation-fill-mode: both;
94
+ animation-name: bounce;
95
+ -webkit-animation-duration: 0.7s;
96
+ -webkit-animation-fill-mode: both;
97
+ -webkit-animation-name: bounce;
98
+ }
99
+
100
+ .round:hover {
101
+ opacity: 0.75;
102
+ }
103
+
104
+ /* Hovering over image on homepage */
105
+ a.hverabt {
106
+ text-decoration: none;
107
+ color: inherit;
108
+ }
109
+
110
+ a.hverabt span {
111
+ display: none;
112
+ font-family: 'Raleway Dots', cursive;
113
+ }
114
+
115
+ a.hverabt:hover span {
116
+ display: inline-block;
117
+ width: 50px;
118
+ position: absolute;
119
+ top: 125px;
120
+
121
+ -webkit-animation-name: fadeOut;
122
+ -webkit-animation-duration: 3s;
123
+ -webkit-animation-delay: 0.05s;
124
+ -webkit-animation-fill-mode: both;
125
+ animation-name: fadeOut;
126
+ animation-duration: 3s;
127
+ animation-delay: : 0.05s;
128
+ animation-fill-mode: both;
129
+ }
130
+
131
+ /* Resizing profile image to icon */
132
+ #profileicon {
133
+ width: 64px;
134
+ height: 64px;
135
+ float: none;
136
+ margin-top: inherit;
137
+ margin-bottom: 5px;
138
+ }
139
+
140
+ /* Hovering over #profileicon */
141
+ a.hverhome {
142
+ text-decoration: none;
143
+ color: inherit;
144
+ }
145
+
146
+ a.hverhome span {
147
+ display: none;
148
+ font-family: 'Raleway Dots', cursive;
149
+ }
150
+
151
+ a.hverhome:hover span {
152
+ display: inline-block;
153
+ width: 50px;
154
+ position: absolute;
155
+ top: 32px;
156
+
157
+ -webkit-animation-name: fadeOut;
158
+ -webkit-animation-duration: 3s;
159
+ -webkit-animation-delay: 0.05s;
160
+ -webkit-animation-fill-mode: both;
161
+ animation-name: fadeOut;
162
+ animation-duration: 3s;
163
+ animation-delay: : 0.05s;
164
+ animation-fill-mode: both;
165
+ }
166
+
167
+ /* Generating Glitch effect for 404 page */
168
+ section {
169
+ width: 100%;
170
+ height: 100vh;
171
+ border-radius: 50%;
172
+ background: url(../images/profile.jpeg);
173
+ }
174
+
175
+ section:hover {
176
+ opacity: initial !important;
177
+ }
178
+
179
+ .glitch {
180
+ position: relative;
181
+ background-size: 100%;
182
+ }
183
+
184
+ .glitch:before,
185
+ .glitch:after {
186
+ content: '';
187
+ position: absolute;
188
+ border-radius: inherit;
189
+ top: 0;
190
+ left: 0;
191
+ width: inherit;
192
+ height: inherit;
193
+ background: url(../images/profile.jpeg);
194
+ background-size: 100%;
195
+ opacity: .5;
196
+ mix-blend-mode: hard-light;
197
+ -webkit-animation: animate-glitch .2s linear infinite;
198
+ animation: animate-glitch .2s linear infinite;
199
+ }
200
+
201
+ /* IMAGE ANIMATIONS */
202
+ /* Bounce Animation */
203
+ @-webkit-keyframes bounce {
204
+ 0% {
205
+ -webkit-transform: translate3d(0, -1000px, 0);
206
+ }
207
+ 60% {
208
+ -webkit-transform: translate3d(0, 25px, 0);
209
+ }
210
+ 75% {
211
+ -webkit-transform: translate3d(0, -10px, 0);
212
+ }
213
+ 90% {
214
+ -webkit-transform: translate3d(0, 5px, 0);
215
+ }
216
+ 100% {
217
+ -webkit-transform: none;
218
+ }
219
+ }
220
+
221
+ @keyframes bounce {
222
+ 0% {
223
+ transform: translate3d(0, -1000px, 0);
224
+ }
225
+ 60% {
226
+ transform: translate3d(0, 25px, 0);
227
+ }
228
+ 75% {
229
+ transform: translate3d(0, -10px, 0);
230
+ }
231
+ 90% {
232
+ transform: translate3d(0, 5px, 0);
233
+ }
234
+ 100% {
235
+ transform: none;
236
+ }
237
+ }
238
+
239
+ /* Glitch Animation */
240
+ @-webkit-keyframes animate-glitch {
241
+ 0% {
242
+ background-position: 0 0;
243
+ filter: hue-rotate(0deg);
244
+ }
245
+ 10% {
246
+ background-position: 5px 0;
247
+ }
248
+ 20% {
249
+ background-position: -5px 0;
250
+ }
251
+ 30% {
252
+ background-position: 15px 0;
253
+ }
254
+ 40% {
255
+ background-position: -5px 0;
256
+ }
257
+ 50% {
258
+ background-position: -25px 0;
259
+ }
260
+ 60% {
261
+ background-position: -50px 0;
262
+ }
263
+ 70% {
264
+ background-position: 0 -20px;
265
+ }
266
+ 80% {
267
+ background-position: -60px -20px;
268
+ }
269
+ 81% {
270
+ background-position: 0 0;
271
+ }
272
+ 100% {
273
+ background-position: 0 0;
274
+ filter: hue-rotate(360deg);
275
+ }
276
+ }
277
+
278
+ @keyframes animate-glitch {
279
+ 0% {
280
+ background-position: 0 0;
281
+ filter: hue-rotate(0deg);
282
+ }
283
+ 10% {
284
+ background-position: 5px 0;
285
+ }
286
+ 20% {
287
+ background-position: -5px 0;
288
+ }
289
+ 30% {
290
+ background-position: 15px 0;
291
+ }
292
+ 40% {
293
+ background-position: -5px 0;
294
+ }
295
+ 50% {
296
+ background-position: -25px 0;
297
+ }
298
+ 60% {
299
+ background-position: -50px 0;
300
+ }
301
+ 70% {
302
+ background-position: 0 -20px;
303
+ }
304
+ 80% {
305
+ background-position: -60px -20px;
306
+ }
307
+ 81% {
308
+ background-position: 0 0;
309
+ }
310
+ 100% {
311
+ background-position: 0 0;
312
+ filter: hue-rotate(360deg);
313
+ }
314
+ }
315
+
316
+ /* Fadeout animation for texts shown on hovering */
317
+ @-webkit-keyframes fadeOut {
318
+ from { opacity: 1; }
319
+ to { opacity: 0; }
320
+ }
321
+ @keyframes fadeOut {
322
+ from { opacity: 1; }
323
+ to { opacity: 0; }
324
+ }
325
+
326
+ /* Welcome Message Style */
327
+ #greeting {
328
+ font-weight: 100;
329
+ font-size: 2.0em;
330
+ }
331
+
332
+ #greeting a {
333
+ text-decoration: none;
334
+ color: inherit;
335
+ }
336
+
337
+ #greeting a:hover {
338
+ color: red;
339
+ }
340
+
341
+ /* Page Title Style */
342
+ #pagetitle {
343
+ font-family: Open Sans;
344
+ font-weight: 300;
345
+ font-size: 2.0em;
346
+ float: none;
347
+ margin-top: 5px;
348
+ margin-bottom: 5px;
349
+ }
350
+
351
+ /* Line Break */
352
+ hr {
353
+ width: 50%;
354
+ /* border: dashed; */
355
+ border-color: #d9d9d9;
356
+ }
357
+
358
+ /* Short bio on about page */
359
+ #bio{
360
+ font-family: inherit;
361
+ font-weight: 200;
362
+ font-size: 1.2em;
363
+ word-wrap: normal;
364
+ text-align: left;
365
+ }
366
+
367
+ /* 404 Page Text Styles */
368
+ #goback {
369
+ font-weight: 100;
370
+ font-size: 2.0em;
371
+ }
372
+
373
+ #goback a {
374
+ text-decoration: none;
375
+ color: red;
376
+ font-weight: 200;
377
+ }
378
+
379
+ /* Collapsible Mobile Menu */
380
+ .collapsible-menu .rise {
381
+ font-size: 2em;
382
+ display: none;
383
+ cursor: pointer;
384
+ }
385
+
386
+ .collapsible-menu .fall {
387
+ font-size: 2em;
388
+ display: none;
389
+ cursor: pointer;
390
+ }
391
+
392
+ input#menu {
393
+ display: none;
394
+ }
395
+ input:checked ~ .rise{
396
+ display: none;
397
+ }
398
+ input:checked ~ .fall {
399
+ display: block;
400
+ }
401
+ input:checked ~ .menu-content {
402
+ max-height: 100%;
403
+ }
404
+
405
+ /* Navigation Style */
406
+ .nav {
407
+ display: inline-block;
408
+ list-style: none;
409
+ text-align: center;
410
+ margin: 0 auto;
411
+ }
412
+
413
+
414
+ .nav li {
415
+ float: left;
416
+ }
417
+
418
+ .nav li a {
419
+ padding: 15px 30px;
420
+ text-decoration: none;
421
+ }
422
+
423
+ /* Navigation style for mobile & phablets */
424
+ @media screen and (max-width: 550px) {
425
+ .nav li {
426
+ float: none;
427
+ width: 100%;
428
+ }
429
+
430
+ .menu-content {
431
+ max-height: 0;
432
+ overflow: hidden;
433
+ }
434
+
435
+ .collapsible-menu .rise {
436
+ display: block;
437
+ }
438
+ }
439
+
440
+ /* Navigation text colors */
441
+ #blog {
442
+ color: rgb(18, 16, 14);
443
+ }
444
+
445
+ #fb {
446
+ color: rgb(68, 105, 176);
447
+ }
448
+
449
+ #twitter {
450
+ color: rgb(42, 163, 239);
451
+ }
452
+
453
+ #github {
454
+ color: rgb(34, 34, 34);
455
+ }
456
+
457
+ #linked {
458
+ color: rgb(0, 0, 0);
459
+ }
460
+
461
+ #in {
462
+ color: rgb(0, 119, 181);
463
+ }
464
+
465
+ #email {
466
+ color: rgb(221, 83, 75);
467
+ }
468
+
469
+ /* Blog Index Style */
470
+ ul {
471
+ list-style: none;
472
+ margin: inherit;
473
+ padding: inherit;
474
+ text-align: left;
475
+ }
476
+
477
+ ul li {
478
+ margin: 25px 0;
479
+ }
480
+
481
+ .post-title a {
482
+ max-width: 100%;
483
+ word-wrap: normal !important;
484
+ font-weight: 400;
485
+ font-size: 1.5em;
486
+ text-decoration: none;
487
+ color: inherit;
488
+ }
489
+
490
+ .post-title a:hover {
491
+ color: red;
492
+ }
493
+
494
+ .post-date {
495
+ float: right;
496
+ font-family: Open Sans;
497
+ color: #d3d3d3;
498
+ text-transform: uppercase;
499
+ }
500
+
501
+ .float-right {
502
+ float: right;
503
+ }
504
+
505
+ .float-left {
506
+ float: left;
507
+ }
508
+
509
+ /* Pagination Style */
510
+ .pagination {
511
+ font-family: Open Sans;
512
+ font-weight: 400;
513
+ font-size: 1.1em;
514
+ }
515
+
516
+ .pagination a {
517
+ text-decoration: none;
518
+ font-size: 0.9em !important;
519
+ color: #d3d3d3;
520
+ }
521
+
522
+ .pagination a:hover {
523
+ color: red;
524
+ }
525
+
526
+ /* Blog Post Styles */
527
+ .blogtitle {
528
+ font-family: inherit;
529
+ font-size: xx-large;
530
+ color: red;
531
+ text-align: left;
532
+ margin-bottom: 1%;
533
+ }
534
+
535
+ .blogdate {
536
+ color: #b3b3b3;
537
+ float: left;
538
+ }
539
+
540
+ .blogcontent {
541
+ font-family: Open Sans;
542
+ text-align: left;
543
+ margin-top: 3%;
544
+ }
545
+
546
+ .post-navigation {
547
+ font-family: Open Sans;
548
+ }
549
+
550
+ .post-navigation a {
551
+ text-decoration: none;
552
+ color: #d3d3d3;
553
+ }
554
+
555
+ .post-navigation a:hover {
556
+ color: red;
557
+ }
558
+
559
+ /* Footer Styles */
560
+ .footer {
561
+ padding: 15px 0;
562
+ margin: 15px 0 0;
563
+ font-size: 0.8rem;
564
+ color: #e6e6e6;
565
+ text-align: center;
566
+ position: relative;
567
+ }
568
+
569
+ .footer:before {
570
+ content: "";
571
+ display: block;
572
+ margin: 0 auto;
573
+ width: 75%;
574
+ border-top: 1px solid #f2f2f2;
575
+ }
576
+
577
+ .footer:after{
578
+ content: "";
579
+ display: block;
580
+ margin: 0 auto;
581
+ width: 75%;
582
+ border-bottom: 1px solid #f2f2f2;
583
+ }
584
+
585
+ .footer a {
586
+ color: inherit;
587
+ }
@@ -0,0 +1,2 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>
@@ -0,0 +1,41 @@
1
+ {
2
+ "name": "App",
3
+ "icons": [
4
+ {
5
+ "src": "\/android-icon-36x36.png",
6
+ "sizes": "36x36",
7
+ "type": "image\/png",
8
+ "density": "0.75"
9
+ },
10
+ {
11
+ "src": "\/android-icon-48x48.png",
12
+ "sizes": "48x48",
13
+ "type": "image\/png",
14
+ "density": "1.0"
15
+ },
16
+ {
17
+ "src": "\/android-icon-72x72.png",
18
+ "sizes": "72x72",
19
+ "type": "image\/png",
20
+ "density": "1.5"
21
+ },
22
+ {
23
+ "src": "\/android-icon-96x96.png",
24
+ "sizes": "96x96",
25
+ "type": "image\/png",
26
+ "density": "2.0"
27
+ },
28
+ {
29
+ "src": "\/android-icon-144x144.png",
30
+ "sizes": "144x144",
31
+ "type": "image\/png",
32
+ "density": "3.0"
33
+ },
34
+ {
35
+ "src": "\/android-icon-192x192.png",
36
+ "sizes": "192x192",
37
+ "type": "image\/png",
38
+ "density": "4.0"
39
+ }
40
+ ]
41
+ }
metadata ADDED
@@ -0,0 +1,143 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bryte
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.9.0
5
+ platform: ruby
6
+ authors:
7
+ - Bright Dotu
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-03-26 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: jekyll
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '3.8'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '3.8'
27
+ - !ruby/object:Gem::Dependency
28
+ name: jekyll-paginate
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: 1.1.0
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: 1.1.0
41
+ - !ruby/object:Gem::Dependency
42
+ name: bundler
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: 2.0.1
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: 2.0.1
55
+ - !ruby/object:Gem::Dependency
56
+ name: rake
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '12.0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '12.0'
69
+ description: 'I couldn''t find a Jekyll theme that served all my needs. So I built
70
+ this. I''m still open to changing the name. Let me know what you think. '
71
+ email:
72
+ - kofi.dotu@gmail.com
73
+ executables: []
74
+ extensions: []
75
+ extra_rdoc_files: []
76
+ files:
77
+ - LICENSE.txt
78
+ - README.md
79
+ - _includes/footer.html
80
+ - _includes/google-analytics.html
81
+ - _includes/header.html
82
+ - _includes/pagination.html
83
+ - _includes/reading-time.html
84
+ - _layouts/compress.html
85
+ - _layouts/default.html
86
+ - _layouts/nothinghere.html
87
+ - _layouts/page.html
88
+ - _layouts/post.html
89
+ - assets/css/main.css
90
+ - assets/images/bryte-screenshot.png
91
+ - assets/images/favicon/android-icon-144x144.png
92
+ - assets/images/favicon/android-icon-192x192.png
93
+ - assets/images/favicon/android-icon-36x36.png
94
+ - assets/images/favicon/android-icon-48x48.png
95
+ - assets/images/favicon/android-icon-72x72.png
96
+ - assets/images/favicon/android-icon-96x96.png
97
+ - assets/images/favicon/apple-icon-114x114.png
98
+ - assets/images/favicon/apple-icon-120x120.png
99
+ - assets/images/favicon/apple-icon-144x144.png
100
+ - assets/images/favicon/apple-icon-152x152.png
101
+ - assets/images/favicon/apple-icon-180x180.png
102
+ - assets/images/favicon/apple-icon-57x57.png
103
+ - assets/images/favicon/apple-icon-60x60.png
104
+ - assets/images/favicon/apple-icon-72x72.png
105
+ - assets/images/favicon/apple-icon-76x76.png
106
+ - assets/images/favicon/apple-icon-precomposed.png
107
+ - assets/images/favicon/apple-icon.png
108
+ - assets/images/favicon/browserconfig.xml
109
+ - assets/images/favicon/favicon-16x16.png
110
+ - assets/images/favicon/favicon-32x32.png
111
+ - assets/images/favicon/favicon-96x96.png
112
+ - assets/images/favicon/favicon.ico
113
+ - assets/images/favicon/manifest.json
114
+ - assets/images/favicon/ms-icon-144x144.png
115
+ - assets/images/favicon/ms-icon-150x150.png
116
+ - assets/images/favicon/ms-icon-310x310.png
117
+ - assets/images/favicon/ms-icon-70x70.png
118
+ - assets/images/profile.jpeg
119
+ homepage: https://github.com/bdotu/bryte
120
+ licenses:
121
+ - MIT
122
+ metadata: {}
123
+ post_install_message:
124
+ rdoc_options: []
125
+ require_paths:
126
+ - lib
127
+ required_ruby_version: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - ">="
130
+ - !ruby/object:Gem::Version
131
+ version: '0'
132
+ required_rubygems_version: !ruby/object:Gem::Requirement
133
+ requirements:
134
+ - - ">="
135
+ - !ruby/object:Gem::Version
136
+ version: '0'
137
+ requirements: []
138
+ rubyforge_project:
139
+ rubygems_version: 2.6.12
140
+ signing_key:
141
+ specification_version: 4
142
+ summary: Another minimalist Jekyll theme.
143
+ test_files: []