dev-blog-theme 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 0e49f398fc9964b87e05c2629aec3664666ea7f35ed274ac76ecfbfc069f54de
4
+ data.tar.gz: 8108834d111bb1d7bcff8c7f925f3f942d368b1b91119e8f24a1111e0ecdac93
5
+ SHA512:
6
+ metadata.gz: e682cef124d5d1d83c6fd62437b282f3da7c2c31e5e35c870ac580a564950fde0f259ce7e729ec42fa472e2fc564e0f83c4e104d363ad411166fd6e2266168c6
7
+ data.tar.gz: 1732ce85089963ca69e8b5413a364c1b2baac19525f0684b91927a7426abb9118c76b90e64fc174d9befb44a486cae960a36e4bd7dd1d8f7a1f6983e86d9dcee
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2019 Nicolas Tarzia
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 ADDED
@@ -0,0 +1,52 @@
1
+ # dev-blog-theme
2
+
3
+ Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
4
+
5
+ To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
6
+
7
+ TODO: Delete this and the text above, and describe your gem
8
+
9
+
10
+ ## Installation
11
+
12
+ Add this line to your Jekyll site's `Gemfile`:
13
+
14
+ ```ruby
15
+ gem "dev-blog-theme"
16
+ ```
17
+
18
+ And add this line to your Jekyll site's `_config.yml`:
19
+
20
+ ```yaml
21
+ theme: dev-blog-theme
22
+ ```
23
+
24
+ And then execute:
25
+
26
+ $ bundle
27
+
28
+ Or install it yourself as:
29
+
30
+ $ gem install dev-blog-theme
31
+
32
+ ## Usage
33
+
34
+ TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
35
+
36
+ ## Contributing
37
+
38
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. 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`, `_sass` and `assets` tracked with Git will be bundled.
47
+ To add a custom directory to your theme-gem, please edit the regexp in `dev-blog-theme.gemspec` accordingly.
48
+
49
+ ## License
50
+
51
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
52
+
@@ -0,0 +1,4 @@
1
+ <footer>
2
+ Made with <span>&#9829;</span> by Me in Brasil
3
+ </footer>
4
+
@@ -0,0 +1,10 @@
1
+ <meta charset="UTF-8">
2
+ <meta name="viewport" content="width=device-width, initial-scale=1">
3
+ {%- seo -%}
4
+ <link href="https://fonts.googleapis.com/css?family=Pacifico|Roboto"
5
+ rel="stylesheet">
6
+ <link rel="stylesheet" href="{{ "/assets/css/style.css" | relative_url }}">
7
+ {%- feed_meta -%}
8
+ {%- if jekyll.environment == 'production' and site.google_analytics -%}
9
+ {%- include google-analytics.html -%}
10
+ {%- endif -%}
@@ -0,0 +1,18 @@
1
+ <header>
2
+ <div>
3
+ <a rel="author" href="{{ "/" | relative_url }}"><h1>{{ site.title | escape }}</h1></a>
4
+ </div>
5
+ <nav>
6
+ <ul>
7
+ {%- assign default_paths = site.pages | map: "path" -%}
8
+ {%- assign page_paths = site.header_pages | default: default_paths -%}
9
+ {%- assign titles_size = site.pages | map: 'title' | join: '' | size -%}
10
+ {%- for path in page_paths -%}
11
+ {%- assign my_page = site.pages | where: "path", path | first -%}
12
+ {%- if my_page.title -%}
13
+ <a href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
14
+ {%- endif -%}
15
+ {%- endfor -%}
16
+ </ul>
17
+ </nav>
18
+ </header>
@@ -0,0 +1,19 @@
1
+ {%- assign social = site.minima.social_links -%}
2
+
3
+ <ul class="social-media-list">
4
+ {%- if social.dribbble -%}<li><a href="https://dribbble.com/{{ social.dribbble | cgi_escape | escape }}" title="{{ social.dribbble | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/minima-social-icons.svg#dribbble' | relative_url }}"></use></svg></a></li>{%- endif -%}
5
+ {%- if social.facebook -%}<li><a href="https://www.facebook.com/{{ social.facebook | cgi_escape | escape }}" title="{{ social.facebook | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/minima-social-icons.svg#facebook' | relative_url }}"></use></svg></a></li>{%- endif -%}
6
+ {%- if social.flickr -%}<li><a href="https://www.flickr.com/photos/{{ social.flickr | cgi_escape | escape }}" title="{{ social.flickr | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/minima-social-icons.svg#flickr' | relative_url }}"></use></svg></a></li>{%- endif -%}
7
+ {%- if social.github -%}<li><a href="https://github.com/{{ social.github | cgi_escape | escape }}" title="{{ social.github | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/minima-social-icons.svg#github' | relative_url }}"></use></svg></a></li>{%- endif -%}
8
+ {%- if social.instagram -%}<li><a href="https://www.instagram.com/{{ social.instagram | cgi_escape | escape }}" title="{{ social.instagram | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/minima-social-icons.svg#instagram' | relative_url }}"></use></svg></a></li>{%- endif -%}
9
+ {%- if social.linkedin -%}<li><a href="https://www.linkedin.com/in/{{ social.linkedin | cgi_escape | escape }}" title="{{ social.linkedin | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/minima-social-icons.svg#linkedin' | relative_url }}"></use></svg></a></li>{%- endif -%}
10
+ {%- if social.pinterest -%}<li><a href="https://www.pinterest.com/{{ social.pinterest | cgi_escape | escape }}" title="{{ social.pinterest | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/minima-social-icons.svg#pinterest' | relative_url }}"></use></svg></a></li>{%- endif -%}
11
+ {%- for mst in social.mastodon -%}{%- if mst.username and mst.instance -%}<li><a rel="me" href="https://{{ mst.instance | cgi_escape | escape}}/@{{mst.username}}" title="{{ mst.username | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/minima-social-icons.svg#mastodon' | relative_url }}"></use></svg></a></li>{%- endif -%}{%- endfor -%}
12
+ {%- if social.twitter -%}<li><a href="https://twitter.com/{{ social.twitter | cgi_escape | escape }}" title="{{ social.twitter | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/minima-social-icons.svg#twitter' | relative_url }}"></use></svg></a></li>{%- endif -%}
13
+ {%- if social.youtube -%}<li><a href="https://www.youtube.com/{{ social.youtube | cgi_escape | escape }}" title="{{ social.youtube | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/minima-social-icons.svg#youtube' | relative_url }}"></use></svg></a></li>{%- endif -%}
14
+ {%- if social.youtube_channel -%}<li><a href="https://www.youtube.com/channel/{{ social.youtube_channel | cgi_escape | escape }}" title="{{ social.youtube_channel_name | escape | default: 'YouTube' }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/minima-social-icons.svg#youtube' | relative_url }}"></use></svg></a></li>{%- endif -%}
15
+ {%- if social.telegram -%}<li><a href="https://t.me/{{ social.telegram | cgi_escape | escape }}" title="{{ social.telegram | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/minima-social-icons.svg#telegram' | relative_url }}"></use></svg></a></li>{%- endif -%}
16
+ {%- if social.microdotblog -%}<li><a rel="me" href="https://micro.blog/{{ social.microdotblog | cgi_escape | escape }}" title="{{ social.microdotblog | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/minima-social-icons.svg#microdotblog' | relative_url }}"></use></svg></a></li>{%- endif -%}
17
+ {%- if social.googleplus -%}<li><a href="https://plus.google.com/{{ social.googleplus | escape }}" title="{{ social.googleplus | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/minima-social-icons.svg#googleplus' | relative_url }}"></use></svg></a></li>{%- endif -%}
18
+ {%- if social.rss -%}<li><a href="{{ 'feed.xml' | relative_url }}" title="{{ social.rss | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/minima-social-icons.svg#rss' | relative_url }}"></use></svg></a></li>{%- endif -%}
19
+ </ul>
@@ -0,0 +1,11 @@
1
+ <!DOCTYPE html>
2
+ <html lang="{{ page.lang | default: site.lang | default: "en" }}">
3
+ {%- include head.html -%}
4
+ <body>
5
+ {%- include header.html -%}
6
+ <section id="content">
7
+ {{ content }}
8
+ </section>
9
+ {%- include footer.html -%}
10
+ </body>
11
+ </html>
@@ -0,0 +1,31 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ {%- if page.title -%}
5
+ <h1 class="page-heading"></h1>
6
+ {%- endif -%}
7
+
8
+ {{ content }}
9
+
10
+ {%- if site.posts.size > 0 -%}
11
+ <h2 class="post-list-heading">{{ page.list_title | default: "Posts" }}</h2>
12
+
13
+ <div class="post-list">
14
+ {%- for post in site.posts -%}
15
+ <div class="post-item">
16
+ <span class="post-item-title">
17
+ <h2>
18
+ <a href="{{ post.url | relative_url }}">{{ post.title }}</a>
19
+ </h2>
20
+ </span>
21
+ {%- assign date_format = site.devblog.date_format | default: "%b %-d, %Y" -%}
22
+ <span class="post-item-date">
23
+ {{ post.date | date: date_format }}
24
+ </span>
25
+ <p class="post-item-summary">
26
+ {{ post.excerpt }}
27
+ </p>
28
+ </div>
29
+ {%- endfor -%}
30
+ </div>
31
+ {%- endif -%}
@@ -0,0 +1,12 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ <article>
5
+ <header>
6
+ <h1 itemprop="name headline">{{ page.title | escape }}</h1>
7
+ </header>
8
+ <div class="post">
9
+ {{ content }}
10
+ </div>
11
+ <a class="u-url" href="{{ page.url | relative_url }}" hidden></a>
12
+ </article>
@@ -0,0 +1,20 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ <article itemscope itemtype="http://schema.org/BlogPosting">
5
+ <header>
6
+ <h1 itemprop="name headline">{{ page.title | escape }}</h1>
7
+ <p class="post__subtitle">
8
+ <time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
9
+ {%- assign date_format = site.devblog.date_format | default: "%b %-d, %Y" -%}
10
+ {{ page.date | date: date_format }}
11
+ </time>
12
+ {%- if page.author -%}
13
+ • <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span class="p-author h-card" itemprop="name">{{ page.author | escape }}</span></span>
14
+ {%- endif -%}</p>
15
+ </header>
16
+ <div class="post">
17
+ {{ content }}
18
+ </div>
19
+ <a class="u-url" href="{{ page.url | relative_url }}" hidden></a>
20
+ </article>
@@ -0,0 +1,106 @@
1
+ html, body{
2
+ margin: 0;
3
+ display:flex;
4
+ flex-direction: column;
5
+ min-height:100vh;
6
+ font-family:Roboto, sans-serif;
7
+ }
8
+ body > header{
9
+ display: flex;
10
+ flex-wrap: wrap;
11
+ justify-content: space-between;
12
+ align-items: center;
13
+ padding: 0.25rem 1rem 0;
14
+ box-shadow: 0 -3px 9px #000;
15
+ }
16
+ body > header h1{
17
+ margin: 0;
18
+ }
19
+ header div, header nav{
20
+ flex: 0 1 100%;
21
+ }
22
+ header nav{
23
+ flex-basis: auto !important;
24
+ }
25
+ header nav ul{
26
+ list-style: none;
27
+ padding: 0;
28
+ display: flex;
29
+ justify-content: space-between;
30
+ }
31
+ @media(min-width: 1300px){
32
+ header div{
33
+ flex: 0 1 75%;
34
+ }
35
+ header nav{
36
+ flex: 0 1 25%;
37
+ }
38
+ }
39
+ @media(min-width: 550px){
40
+ body > header{
41
+ padding: 0 1rem;
42
+ }
43
+ header div{
44
+ flex: 0 1 60%;
45
+ }
46
+ header nav{
47
+ flex: 0 1 40%;
48
+ }
49
+ header nav ul li{
50
+ justify-content: space-around;
51
+ }
52
+ }
53
+ footer{
54
+ background-color: #005F97;
55
+ color: #B7D7D8;
56
+ margin-top: auto;
57
+ text-align: center;
58
+ }
59
+ footer span{
60
+ color: #e25555;
61
+ }
62
+ a{
63
+ text-decoration: none;
64
+ color: #FF8984;
65
+ transition: background-color 400ms linear;
66
+ }
67
+ a:hover,
68
+ a:focus{
69
+ background-color: #204E5F !important;
70
+ }
71
+ section{
72
+ max-width: 700px;
73
+ margin: 0 auto;
74
+ padding:1rem;
75
+ }
76
+ h2{
77
+ margin-bottom:0;
78
+ }
79
+ .post-item{
80
+ margin-bottom: 20px;
81
+ }
82
+ .post-item-date{
83
+ margin-bottom: 20px;
84
+ color: #666;
85
+ font-weight: 600;
86
+ font-size: 0.7rem;
87
+ }
88
+ .post-item-summary{
89
+ line-height: 1.375rem;
90
+ }
91
+ article h1{
92
+ font-size: 2rem;
93
+ }
94
+ .pagination{
95
+ display: flex;
96
+ flex-direction: row;
97
+ flex-wrap: wrap;
98
+ justify-content: center;
99
+ }
100
+ .pagination a{
101
+ font-size: 20px;
102
+ border: 1px solid #005F97;
103
+ margin: 10px;
104
+ padding: 10px;
105
+ }
106
+
@@ -0,0 +1,139 @@
1
+ html, body{
2
+ margin: 0;
3
+ display:flex;
4
+ flex-direction: column;
5
+ min-height:100vh;
6
+ font-family:Roboto, sans-serif;
7
+ }
8
+ body > header{
9
+ display: flex;
10
+ flex-wrap: wrap;
11
+ justify-content: space-between;
12
+ align-items: center;
13
+ padding: 0.25rem 1rem 0;
14
+ box-shadow: 0 -3px 9px #000;
15
+ }
16
+ body > header h1{
17
+ margin: 0;
18
+ letter-spacing: 0.25rem;
19
+ }
20
+ header div, header nav{
21
+ flex: 0 1 100%;
22
+ }
23
+ header nav{
24
+ flex-basis: auto !important;
25
+ }
26
+ header nav ul{
27
+ list-style: none;
28
+ padding: 0;
29
+ display: flex;
30
+ justify-content: space-between;
31
+ }
32
+ @media(min-width: 1300px){
33
+ header div{
34
+ flex: 0 1 75%;
35
+ }
36
+ header nav{
37
+ flex: 0 1 25%;
38
+ }
39
+ }
40
+ @media(min-width: 550px){
41
+ body > header{
42
+ padding: 0 1rem;
43
+ }
44
+ header div{
45
+ flex: 0 1 60%;
46
+ }
47
+ header nav{
48
+ flex: 0 1 40%;
49
+ }
50
+ header nav ul li{
51
+ justify-content: space-around;
52
+ }
53
+ }
54
+ footer{
55
+ background-color: #005F97;
56
+ color: #B7D7D8;
57
+ margin-top: auto;
58
+ text-align: center;
59
+ }
60
+ footer span{
61
+ color: #e25555;
62
+ }
63
+ a{
64
+ text-decoration: none;
65
+ color: #FF8984;
66
+ transition: background-color 400ms linear;
67
+ }
68
+ a:hover,
69
+ a:focus{
70
+ background-color: #204E5F !important;
71
+ }
72
+ h1{
73
+ color: #FF8984;
74
+ }
75
+ section{
76
+ max-width: 700px;
77
+ margin: 0 auto;
78
+ padding:1rem;
79
+ }
80
+ h2{
81
+ margin-bottom:0;
82
+ }
83
+ .post-item{
84
+ margin-bottom: 20px;
85
+ }
86
+ .post-item-date{
87
+ margin-bottom: 20px;
88
+ color: #666;
89
+ font-weight: 600;
90
+ font-size: 0.7rem;
91
+ }
92
+ .post-item-summary{
93
+ line-height: 1.375rem;
94
+ }
95
+ article h1{
96
+ font-size: 2rem;
97
+ }
98
+ .pagination{
99
+ display: flex;
100
+ flex-direction: row;
101
+ flex-wrap: wrap;
102
+ justify-content: center;
103
+ }
104
+ .pagination a{
105
+ font-size: 20px;
106
+ border: 1px solid #005F97;
107
+ margin: 10px;
108
+ padding: 10px;
109
+ }
110
+ .next{
111
+ float:right;
112
+ }
113
+ #tags{
114
+ list-style-type: none;
115
+ margin:0;
116
+ padding:0;
117
+ }
118
+ #tags > li{
119
+ float:left;
120
+ }
121
+ #tags > li a{
122
+ text-align:center;
123
+ padding: 0px 16px;
124
+ text-decoration:none;
125
+ }
126
+ #meta div{
127
+ display:block;
128
+ height: 50px;
129
+ }
130
+ #content h4{
131
+ font-weight: 100;
132
+ font-size: 0.75rem;
133
+ margin:0;
134
+ }
135
+ #content h1{
136
+ font-size: 2rem;
137
+ letter-spacing: 0.25rem;
138
+ margin: 0 0;
139
+ }
metadata ADDED
@@ -0,0 +1,125 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: dev-blog-theme
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Nicolas Tarzia
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-01-31 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-feed
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '0.9'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '0.9'
41
+ - !ruby/object:Gem::Dependency
42
+ name: jekyll-seo-tag
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '2.1'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '2.1'
55
+ - !ruby/object:Gem::Dependency
56
+ name: bundler
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '1.16'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '1.16'
69
+ - !ruby/object:Gem::Dependency
70
+ name: rake
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '12.0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '12.0'
83
+ description:
84
+ email:
85
+ - git@nicolastarzia.com
86
+ executables: []
87
+ extensions: []
88
+ extra_rdoc_files: []
89
+ files:
90
+ - LICENSE.txt
91
+ - README.md
92
+ - _includes/footer.html
93
+ - _includes/head.html
94
+ - _includes/header.html
95
+ - _includes/social.html
96
+ - _layouts/default.html
97
+ - _layouts/home.html
98
+ - _layouts/page.html
99
+ - _layouts/post.html
100
+ - _sass/dev-blog-theme.scss
101
+ - assets/css/style.css
102
+ homepage: https://github.com/nicolastarzia/dev-blog-theme.
103
+ licenses:
104
+ - MIT
105
+ metadata: {}
106
+ post_install_message:
107
+ rdoc_options: []
108
+ require_paths:
109
+ - lib
110
+ required_ruby_version: !ruby/object:Gem::Requirement
111
+ requirements:
112
+ - - ">="
113
+ - !ruby/object:Gem::Version
114
+ version: '0'
115
+ required_rubygems_version: !ruby/object:Gem::Requirement
116
+ requirements:
117
+ - - ">="
118
+ - !ruby/object:Gem::Version
119
+ version: '0'
120
+ requirements: []
121
+ rubygems_version: 3.0.1
122
+ signing_key:
123
+ specification_version: 4
124
+ summary: Simple Jekyll theme for dev bloggers.
125
+ test_files: []