klst-theme 0.1.2 → 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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: klst-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - neko
@@ -60,10 +60,10 @@ files:
60
60
  - LICENSE.txt
61
61
  - README.md
62
62
  - _config.yml
63
+ - _data/meta/metadata.yml
63
64
  - _includes/body.html
64
65
  - _includes/footer.html
65
66
  - _includes/head.html
66
- - _includes/linklist.html
67
67
  - _includes/logo.html
68
68
  - _includes/month.html
69
69
  - _includes/nav.html
@@ -79,7 +79,9 @@ files:
79
79
  - _layouts/posts.html
80
80
  - assets/css/ash.css
81
81
  - assets/css/ash.css.map
82
+ - assets/css/highlight-default.min.css
82
83
  - assets/css/main.css
84
+ - assets/js/highlight.min.js
83
85
  - assets/svg/logo.svg
84
86
  homepage: https://klst.at/
85
87
  licenses:
@@ -1,4 +0,0 @@
1
- {% assign pages = site.pages %}
2
- {% for page in pages %}
3
- <a href={{page.url}}>{{ page.title }}</a>
4
- {% endfor %}