ictusrye 0.1.0 → 0.2.0
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 -15
- data/_includes/header.html +4 -0
- 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: e3d6444e76332690c9d7d8004c3d417652eb749e
|
4
|
+
data.tar.gz: e459af045d38d8e191810acafdd841df76fa3049
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c83cb0fae7bc6f67891acb1766dee00c615e466cd864bb5fa8d3eb6804887b6c634da9e081b23967542b32d407592ce2150e22734bcc1a7880ef43bda4efcd5
|
7
|
+
data.tar.gz: d0690b98ce564f456e9af412d921a736f30602a65f426be4d30e9dd341f89d116d1c694d5c2d37076675ef0950f6d52a622ca3419358383edb9151bb00249803
|
data/README.md
CHANGED
@@ -1,8 +1,6 @@
|
|
1
|
-
#
|
1
|
+
# Ictusrye
|
2
2
|
|
3
|
-
|
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
|
-
|
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
|
-
|
31
|
+
logo: path to header logo
|
40
32
|
|
41
|
-
|
33
|
+
## Contributing
|
42
34
|
|
43
|
-
|
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 [
|
39
|
+
The theme is available as open source under the terms of the [ISC License](http://opensource.org/licenses/ISC).
|
48
40
|
|
data/_includes/header.html
CHANGED
@@ -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.
|
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-
|
11
|
+
date: 2017-02-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|