jekyll-theme-crisp-wiki 1.1.0 → 1.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 +6 -0
- data/_layouts/wiki.html +5 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 72d13503d006405a9435c1e7fc1dda0af3af5cb82b4cc293c82c21188147bd56
|
|
4
|
+
data.tar.gz: ee2edea1682d3f304f9dfc95745e1ecbdfc243f8770631f96cd6f243bb95c37c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6716d3eef052be61c9ba29050ddd08984c3809e14280270b6aea3d90df9e56b3662a3e2bb5db06970c4e9a17dd65025a1290598e1e2bf1edc92a7c468026fbb8
|
|
7
|
+
data.tar.gz: 14750fe09c7a6bfc55557781f1f68bf103822d0af68face9df90a240934e16252f7ce783e062ad9b7eb698eddde1bd190f03f8044dc105a7a48daa9687d9b44b
|
data/README.md
CHANGED
|
@@ -51,6 +51,12 @@ I use it on my website <https://crispgm.com/wiki/>.
|
|
|
51
51
|
|
|
52
52
|
For more information, please read [https://jekyllrb.com/docs/themes/](https://jekyllrb.com/docs/themes/).
|
|
53
53
|
|
|
54
|
+
## Configuration
|
|
55
|
+
|
|
56
|
+
* `title`
|
|
57
|
+
* `author`
|
|
58
|
+
* `highlight`
|
|
59
|
+
|
|
54
60
|
## Sample
|
|
55
61
|
|
|
56
62
|
[[Sample Site](https://crisp.lol/wiki/)][[Screenshot](/screenshots/screenshot.jpg)]
|
data/_layouts/wiki.html
CHANGED
|
@@ -8,6 +8,11 @@ layout: null
|
|
|
8
8
|
<meta charset="UTF-8">
|
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
10
10
|
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style.css">
|
|
11
|
+
{% if site.highlight == true %}
|
|
12
|
+
<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.15.8/build/styles/nord.min.css">
|
|
13
|
+
<script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.15.8/build/highlight.min.js"></script>
|
|
14
|
+
<script>hljs.initHighlightingOnLoad();</script>
|
|
15
|
+
{% endif %}
|
|
11
16
|
</head>
|
|
12
17
|
<body>
|
|
13
18
|
<div class="container">
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-crisp-wiki
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Zhang
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-07-
|
|
11
|
+
date: 2019-07-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|