jekyll-theme-peremporda 0.0.1.alpha.3 → 0.0.1.alpha.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 41f9fc29ca42b57e94526a2109ff862a395d46ec
4
- data.tar.gz: 935550bd5084b4eee3cc9bf07e0e0aa5ab7b40c2
3
+ metadata.gz: dfece70774bd70e91cf136bc88884de467fcd9f6
4
+ data.tar.gz: 76f6dcc625d7ff4cd46dc595c502b75b10a5b106
5
5
  SHA512:
6
- metadata.gz: 870a2a0c8bc7ddf645121d5ab3ce657b5c1ddc349de64bc2fc49774b2a800f5d8dc7ea93ce3c9a082f4818ce12e74da33cde39351a5af6aa987400e2e18499f2
7
- data.tar.gz: bbb8170f1e5a06701ac953d96defa5d6e1e242109e5ccb0d4a6740648ae9b6d30821fea7b426533a43451595f608b1fb1728b2ecc2bc237850c410a9612d941a
6
+ metadata.gz: e558dc6f03f795abd83defe342b4902b337c3736efeabdcb5076eec3dd7d15b6712b986fe62aa539c97d827e61c7285ebab0610d8d7626a9d7b703ed415b8b49
7
+ data.tar.gz: fda2ecd824d4feb42d7d2879b999d5851dcdd6fd89d9157598a41bfd5d9ff50b0fd43cc09fc61b7be617bcb05d7c1205c3b9741a3d949aa10d9ddf7f9239fad8
data/README.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/jekyll-theme-peremporda.png)](https://badge.fury.io/rb/jekyll-theme-peremporda)
4
4
 
5
+ [DEMO](https://agustibr.gitlab.io/jekyll-theme-peremporda/)
6
+
7
+ This theme, includes:
8
+
9
+ - jekyll-feed
10
+ - jekyll-seo-tag
11
+ - bootstrap 4
12
+
5
13
 
6
14
  ## Installation
7
15
 
@@ -19,7 +27,7 @@ theme: jekyll-theme-peremporda
19
27
 
20
28
  And then execute:
21
29
 
22
- $ bundle
30
+ $ bundle install
23
31
 
24
32
  Or install it yourself as:
25
33
 
@@ -27,7 +35,21 @@ Or install it yourself as:
27
35
 
28
36
  ## Usage
29
37
 
30
- TODO: Write usage instructions here. Describe your available layouts, includes, and/or sass.
38
+ Three templates available: `page`, `post` and `collection`
39
+
40
+ Footer text from `_data/site.yml`:
41
+
42
+ ```yaml
43
+ footer:
44
+ - section:
45
+ title: Section One
46
+ body: >
47
+ Lorem ipsum dolor sit amet.
48
+ - section:
49
+ title: Section two
50
+ body: >
51
+ Possimus unde eos vitae eius quasi saepe.
52
+ ```
31
53
 
32
54
  ## Contributing
33
55
 
@@ -2,13 +2,14 @@
2
2
  {% if include.item.image %}
3
3
  <img class="card-img-top" src="{{ include.item.image | absolute_url }}" alt="Card image cap">
4
4
  {% endif %}
5
+
5
6
  <div class="card-body">
6
7
  <h5 class="card-title">{{ include.item.title }}</h5>
7
8
 
8
9
  <p class="card-text">
9
10
  {% if page.show_excerpts %}
10
- {{ include.item.excerpt | strip_html }}
11
- {% endif %}
11
+ {{ include.item.excerpt | strip_html }}
12
+ {% endif %}
12
13
  {{ include.item.text }}
13
14
  </p>
14
15
 
@@ -1,10 +1,9 @@
1
1
  <meta charset="utf-8">
2
2
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
3
- <meta name="description" content="">
4
- <meta name="author" content="">
5
3
  <link rel="icon" href="{{ "favicon.ico" | prepend: "/assets/favicon/" | prepend: site.baseurl | prepend: site.url }}">
6
4
 
7
5
  {% seo %}
6
+
8
7
  <link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}">
9
8
  {% feed_meta %}
10
9
  {% if jekyll.environment == 'production' and site.google_analytics %}
@@ -12,4 +11,4 @@
12
11
  {% endif %}
13
12
 
14
13
  <link href="https://fonts.googleapis.com/css?family=BioRhyme:200,300,400,700,800" rel="stylesheet">
15
- <link href="https://fonts.googleapis.com/css?family=Anonymous+Pro" rel="stylesheet">
14
+ <link href="https://fonts.googleapis.com/css?family=Anonymous+Pro" rel="stylesheet">
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-peremporda
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.alpha.3
4
+ version: 0.0.1.alpha.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Agustí B.R.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-17 00:00:00.000000000 Z
11
+ date: 2018-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -153,5 +153,5 @@ rubyforge_project:
153
153
  rubygems_version: 2.6.8
154
154
  signing_key:
155
155
  specification_version: 4
156
- summary: jekyll-theme-peremporda jekyll-theme-peremporda jekyll-theme-peremporda
156
+ summary: a jekyll theme with bootstrap 4, page, post and collection template
157
157
  test_files: []