writers-zone 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -1
  3. data/_includes/head.html +1 -5
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ff9a927dec12877c521198964e55619c0778a333
4
- data.tar.gz: a6f500903a5ef2670071d2e1ae2770a560ab0b72
3
+ metadata.gz: 76bd356f8ccff6dd6fe6d5b2d64538253f16b381
4
+ data.tar.gz: e9b8ab14c82d482d559f4d7890a0967cfb67fd75
5
5
  SHA512:
6
- metadata.gz: d4a6366fb04be5d7c297bb716d0b4afb403797e5aa4f300e2eaca475200c7aecce937b08f9ec9bc63a3dcd28b64f6c87e04ebde5a99664474f5040badced03d4
7
- data.tar.gz: 62bf251d788746576dd8ee1558eafbf7193c7f4921d00f208a9c79133f41879f076c64405ccad9a1794e804db759fcd7376be7a0f9415ca5cc826c67a10e33e3
6
+ metadata.gz: deb6d940e99feece2ac7974380cbca7a40372b057b68f37dcae85b2bb022a7f778918840f1f23e37b57bc52dbd5755ef0c5d80fb667cdb51bd621bc0f02f9fb1
7
+ data.tar.gz: f8508d27e459203b55b93c2f6b64eddbc449be4148ce064689972d022c352f3ae0a9cdf694e91c7cf31a20e20db815a7acc778564ca4d30a9366e7d570cb6b6c
data/README.md CHANGED
@@ -1,9 +1,11 @@
1
- # writers-zone
1
+ # writers-zone :gem:
2
2
 
3
3
  Gem Theme for [Jekyll](https://jekyllrb.com/) based on the (official theme
4
4
  [minima](https://github.com/jekyll/minima) by
5
5
  [Parker Moore](https://github.com/parkr)) with some plugins installed.
6
6
 
7
+ :warning: :construction: This theme is a work in progress (daily/weekly updates)
8
+
7
9
  ## Features
8
10
 
9
11
  * Mobile friendly (Responsive desing mobile first)
@@ -1,13 +1,9 @@
1
1
  <head>
2
2
  <meta charset="utf-8">
3
3
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
4
- <!-- <meta name="viewport" content="width=device-width, initial-scale=1"> -->
5
4
  <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
6
- <title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
7
- <meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}">
8
- <link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
9
5
 
10
- {% raw %}<!-- {% seo %} -->{% endraw %}
6
+ {% seo %}
11
7
 
12
8
  <link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | relative_url }}">
13
9
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: writers-zone
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - StartZeroGnu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-12 00:00:00.000000000 Z
11
+ date: 2016-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll