niri 1.2 → 1.5
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/_config.yml +0 -1
- data/_includes/footer.html +1 -1
- data/_includes/head.html +1 -1
- data/_layouts/default.html +1 -1
- data/_layouts/page.html +1 -1
- data/assets/css/bulma-1.0.2.css +3 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4af2ee943213d8e8d60e80e8766de596b2e108883470ac6d010d58e41564af15
|
4
|
+
data.tar.gz: 243cc8ac348976fc722118057913e2b120daca4bc1ddf89d2be059b47c2ffd79
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f53db6f8558c860cc4e3fca9486b49b2d3f9a1c13d70dd8f865d0022e63878ee9c0146cb770d6bd51cb675400bb1f9c6a2e256b65fd2de0fcec813149b0c3c1
|
7
|
+
data.tar.gz: c0645c01f802aeefe7b4be8b3228daa364c91fcd4b4f105615b7607ad6e9ce7e8991d8b43dc34bc2e9603f3ef1dbcae1de19bdae3e22feb7184bd8d182558a75
|
data/_config.yml
CHANGED
data/_includes/footer.html
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
<footer class="footer has-background-black-ter">
|
4
4
|
<div class="content has-text-centered">
|
5
|
-
<p>Theme <a href="https://github.com/rokhimin/niri"><font color="#fff">Niri</font></a> [/code] by {{ site.title }} ©{{ site.time | date: '%Y' }}
|
5
|
+
<p>Theme <a href="https://github.com/rokhimin/jekyll-niri"><font color="#fff">Niri</font></a> [/code] by {{ site.title }} ©{{ site.time | date: '%Y' }}
|
6
6
|
</p>
|
7
7
|
<p>
|
8
8
|
{% if site.twitter_username %}<a href="https://twitter.com/{{ site.twitter_username }}"><font color="#fff">Twitter</font></a>{% endif %}
|
data/_includes/head.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
5
5
|
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
|
6
6
|
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
|
7
|
-
<link rel="stylesheet" href="
|
7
|
+
<link rel="stylesheet" href="/assets/css/bulma-1.0.2.css"/>
|
8
8
|
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
|
9
9
|
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
|
10
10
|
|
data/_layouts/default.html
CHANGED
data/_layouts/page.html
CHANGED