jekyll-theme-terminal 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -2
  3. data/_includes/head.html +0 -2
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 61977f9f7c69624ec9da90c1ba5484e272beec0e
4
- data.tar.gz: 97a2106a16dc99d8614ee9188e878bc2c4f62b13
3
+ metadata.gz: 2cab4fde4d2041c0323a21ebb440543adf080b3b
4
+ data.tar.gz: '026138f9f74672cab398b284fbe1f8a543273326'
5
5
  SHA512:
6
- metadata.gz: ea1162585b9514dd9a1d605396633143be19b0556f5149d698d6842b6d013e9bfa4ba274b9706b453d761c2e6fe3dd78b242b87f779b0c11855f168f20b2d814
7
- data.tar.gz: 83cf3689ad95c47e6e97a2b62c0340290774e15d9b8fa0ec33b322d53b7edd1a82d4675b07c66107fc97edd74824566468ed6fddb473353b3178fb44c649c3d6
6
+ metadata.gz: f008b9aa908c091813e66175e7faab3944e6f21ed013eafe401ed2146fdc28ffebd9a37d7aae356bca1af1877c77d9b8d56835983f442b4d1eae7e4efb44c829
7
+ data.tar.gz: 1aff6749a8a6925765c2cbd70e1fa755a2a81594d875e9b09479a37387d27d122d5562e2b41a05ec8c8dbb9d2b25bd00004b468f69deb8c874a59d1194196dd4
data/README.md CHANGED
@@ -3,12 +3,15 @@
3
3
  Welcome to your new jekyll-theme-terminal Layout.
4
4
  Currently still in development, but working hard on it.
5
5
 
6
+ BUGS: Problems adding the missing stylesheets and layouts :-/
7
+ Check back for repairs and updates, working on it.
8
+
6
9
  ## Installation
7
10
 
8
11
  Add this line to your Jekyll site's `Gemfile`:
9
12
 
10
13
  ```ruby
11
- gem "jekyll-theme-terminal"
14
+ gem "jekyll-theme-terminal", "~>0.2.1"
12
15
  ```
13
16
 
14
17
  And add this line to your Jekyll site's `_config.yml`:
@@ -31,7 +34,9 @@ TODO: Write usage instructions here. Describe your available layouts, includes,
31
34
 
32
35
  ## Contributing
33
36
 
34
- 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.
37
+ Bug reports and pull requests are welcome on GitHub at https://github.com/Squifi/jekyll-theme-terminal.
38
+
39
+ 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.
35
40
 
36
41
  ## Development
37
42
 
data/_includes/head.html CHANGED
@@ -6,8 +6,6 @@
6
6
  <title>{% if page.title %}{{ page.title | escape }} {% else %}{{ site.title | escape }}{% endif %}</title>
7
7
  <meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape}}">
8
8
 
9
- <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
10
-
11
9
  <!--[if lt IE9>
12
10
  <script src="https://osss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js">
13
11
  </script>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-terminal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - squifi