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.
- checksums.yaml +4 -4
- data/README.md +7 -2
- data/_includes/head.html +0 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2cab4fde4d2041c0323a21ebb440543adf080b3b
|
|
4
|
+
data.tar.gz: '026138f9f74672cab398b284fbe1f8a543273326'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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/
|
|
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>
|