ictusrye 0.1.0 → 0.2.0

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 +7 -15
  3. data/_includes/header.html +4 -0
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e9d5c3fa378bc93e6dc43f603f4419fa00a91bf5
4
- data.tar.gz: 24f131d164ad50d460b2b3edcb77ca407a00e748
3
+ metadata.gz: e3d6444e76332690c9d7d8004c3d417652eb749e
4
+ data.tar.gz: e459af045d38d8e191810acafdd841df76fa3049
5
5
  SHA512:
6
- metadata.gz: 961f31858e667504bbf171f3af5cce2b49ca51125c3751a8ae6d1805bb6458418dbd921e1f0c88deb7c276ab9ad863345ccf75e556e16d3dd3bf2879f2855804
7
- data.tar.gz: 39e91c5fdc401598da5eb050ce647a4fb671dc66831dd54152f913a0ca8c580af0493863b39bf8cba9559ac228c36e25c75a15fe52f02b6e4095f2f9f597aa5d
6
+ metadata.gz: 4c83cb0fae7bc6f67891acb1766dee00c615e466cd864bb5fa8d3eb6804887b6c634da9e081b23967542b32d407592ce2150e22734bcc1a7880ef43bda4efcd5
7
+ data.tar.gz: d0690b98ce564f456e9af412d921a736f30602a65f426be4d30e9dd341f89d116d1c694d5c2d37076675ef0950f6d52a622ca3419358383edb9151bb00249803
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
- # ictusrye
1
+ # Ictusrye
2
2
 
3
- Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes` and your sass in `_sass`. To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ A dark bootstrap theme for Jekyll
6
4
 
7
5
  ## Installation
8
6
 
@@ -28,21 +26,15 @@ Or install it yourself as:
28
26
 
29
27
  ## Usage
30
28
 
31
- TODO: Write usage instructions here. Describe your available layouts, includes, and/or sass.
32
-
33
- ## Contributing
34
-
35
- 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.
36
-
37
- ## Development
29
+ ### Variables
38
30
 
39
- To set up your environment to develop this theme, run `bundle install`.
31
+ logo: path to header logo
40
32
 
41
- Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
33
+ ## Contributing
42
34
 
43
- When your theme is released, only the files in `_layouts`, `_includes`, and `_sass` tracked with Git will be released.
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/kulinacs/ictusrye.
44
36
 
45
37
  ## License
46
38
 
47
- The theme is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
39
+ The theme is available as open source under the terms of the [ISC License](http://opensource.org/licenses/ISC).
48
40
 
@@ -15,6 +15,10 @@
15
15
  </nav>
16
16
  <hr class="header-hr"></hr>
17
17
  <div class="header-main">
18
+ {% if site.logo %}
19
+ <a class="site-title-link" href="{{ "/" | relative_url }}"><img src="{{ site.logo | relative_url }}" alt="{{ site.title | escape }}" style="margin:auto; display: block;"></a>
20
+ {% else %}
18
21
  <a class="site-title-link" href="{{ "/" | relative_url }}"><h1 class="site-title">{{ site.title | escape }}</h1></a>
22
+ {% endif %}
19
23
  </div>
20
24
  </header>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ictusrye
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicklaus McClendon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-21 00:00:00.000000000 Z
11
+ date: 2017-02-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll