ultra-minimal-theme 0.1.3 → 0.1.4
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 -5
- data/_includes/footer.html +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 987ba975cd0f1542c0ae3f6ab46f32c708c16c73a4561bd5b6b9adba7badcefe
|
|
4
|
+
data.tar.gz: 39d57a2a6b5ff0ed37ef058eea8c7b807e55ebaacbb68dd1c4fff78299a61d79
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e685c55428a3e9b473fdd795d5e39e0d1a3fd59eee5f223866b17945b644daafe317c5a6358e3b38c691cae19fe8c4ad2dffab91e525ffd6452378f191bfcf3e
|
|
7
|
+
data.tar.gz: 7cf8debb3eaa63866ea8aaf3f46fdce28c3890a72c6274a78597a4485c4b9931654ac96be404196d103b594bfc8922fb98db9b5777e6d63ed23757af3c6c0833
|
data/_config.yml
CHANGED
|
@@ -2,9 +2,4 @@ title: YOUR_TITLE_HERE
|
|
|
2
2
|
author:
|
|
3
3
|
name: YOUR_USERNAME_HERE
|
|
4
4
|
email: your-email@domain.com
|
|
5
|
-
description: > # this means to ignore newlines until "show_excerpts:"
|
|
6
|
-
Write an awesome description for your new site here. You can edit this
|
|
7
|
-
line in _config.yml. It will appear in your document head meta (for
|
|
8
|
-
Google search results) and in your feed.xml site description.
|
|
9
|
-
|
|
10
5
|
show_excerpts: true # set to true to show excerpts on the homepage
|
data/_includes/footer.html
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
{%- endif %}
|
|
12
12
|
This blog was built using the <a href="https://github.com/printerscanner/ultra-minimal-theme">ultra minimal theme</a> and <a href="printerscanner.github.io/slightly-better-css/">Slightly Better CSS</a>.</p>
|
|
13
13
|
{%- endif %}
|
|
14
|
-
<!--
|
|
14
|
+
<!-- {{ site.description | escape }} -->
|
|
15
15
|
<br></br>
|
|
16
16
|
|
|
17
17
|
</footer>
|