jekyll-theme-terminal 0.4.2 → 0.4.3

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: ae36775b327932fb75d28395ccc1c05069711f9d
4
- data.tar.gz: 49bc37c7bfff81919a983749bf8769bc54bc849a
3
+ metadata.gz: 2ba3eb472980f494941919cba68c4cc7a0bf5c64
4
+ data.tar.gz: 82566cee24d6929969df4881b0e5e72a897733a1
5
5
  SHA512:
6
- metadata.gz: 02cc1eb29d8d0612f9f2c5639544351668f4cec273e87cfc7efe659b53b5a837f1d7d0e861648a438cd3679771d642939d45e16905819522be4fa968c69cfb60
7
- data.tar.gz: 7772925283aa1bc49df77f3741486a21149eba3d04ddf2be8ba6a9ad9489bf9da684bbbde638528fc71ff0303057f95092368b9eee378481b4015c51d25bcc97
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 without any functionality.
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.0"
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`:
@@ -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}}.sh
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>
@@ -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 page.collections %}
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 unicorn.university. A place for CTF - Writeups</br>
10
- and other fun stuff. Check the links in the top row for the
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
- Heddha and Squifi.
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.2
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-15 00:00:00.000000000 Z
11
+ date: 2017-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll