jekyll-theme-terminal 0.4.2 → 0.4.3
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 +3 -2
- data/_includes/footer.html +1 -1
- data/_includes/header.html +1 -1
- data/_layouts/home.html +3 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2ba3eb472980f494941919cba68c4cc7a0bf5c64
|
|
4
|
+
data.tar.gz: 82566cee24d6929969df4881b0e5e72a897733a1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8c016ceeceef8703bdbc5af0cef595c27ab6321d88df77c9ba1969bc25123b8267b7a12660f76ebb23b5ad899904dfb629869a5060b9e75368f6b36bdaa478d0
|
|
7
|
+
data.tar.gz: 51bf5e3724776692fa36e548e43b50b20f0d3c19d84e2bb8c3aaef966e84c9f7abb22969078afa7374a6053a5cea040f7060fbdb40d53940ffdfb7fb43a9715a
|
data/README.md
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
# jekyll-theme-terminal
|
|
2
2
|
|
|
3
|
-
Looks like a Terminal: Currently
|
|
3
|
+
Looks like a Terminal: Currently only a design, no scripting.
|
|
4
|
+
Moved Style inline into _includes in order to not require .scss files.
|
|
4
5
|
|
|
5
6
|
## Installation
|
|
6
7
|
|
|
7
8
|
Add this line to your Jekyll site's `Gemfile`:
|
|
8
9
|
|
|
9
10
|
```ruby
|
|
10
|
-
gem "jekyll-theme-terminal", "~>0.4.
|
|
11
|
+
gem "jekyll-theme-terminal", "~>0.4.2"
|
|
11
12
|
```
|
|
12
13
|
|
|
13
14
|
And add this line to your Jekyll site's `_config.yml`:
|
data/_includes/footer.html
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<footer class="site-footer">
|
|
2
2
|
<p>
|
|
3
|
-
<pre>-- INSERT -- wc:{{ page.content | number_of_words }} -{{ site.time | date_to_long_string }}- made by {{site.author}}
|
|
3
|
+
<pre>-- INSERT -- wc:{{ page.content | number_of_words }} -{{ site.time | date_to_long_string }}- made by {{site.author}}
|
|
4
4
|
</pre>
|
|
5
5
|
</p>
|
|
6
6
|
</footer>
|
data/_includes/header.html
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<header class="site-header">
|
|
2
2
|
<h4>[{{site.author}}@{{ site.url | escape }} ~]$</h4>
|
|
3
3
|
<div style="display:inline; text-align: right;">
|
|
4
|
-
{% for p in
|
|
4
|
+
{% for p in site.posts %}
|
|
5
5
|
{{ <a href="p.url">./p.title</a> }}
|
|
6
6
|
{% endfor %}
|
|
7
7
|
<a href="/about/">whois</a>
|
data/_layouts/home.html
CHANGED
|
@@ -6,13 +6,11 @@
|
|
|
6
6
|
<center><h3>127.0.0.1</h3></center>
|
|
7
7
|
<p class="cat">
|
|
8
8
|
Hi there,</br>
|
|
9
|
-
welcome to the
|
|
10
|
-
|
|
11
|
-
</br>
|
|
12
|
-
current categories.</br></br>
|
|
9
|
+
welcome to the jekyll-terminal-theme. I hope you enjoy it so
|
|
10
|
+
far.</br>
|
|
13
11
|
Enjoy.
|
|
14
12
|
</br></br>
|
|
15
|
-
|
|
13
|
+
Squifi.
|
|
16
14
|
</p>
|
|
17
15
|
</div>
|
|
18
16
|
<h4>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-terminal
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- squifi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-12-
|
|
11
|
+
date: 2017-12-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|