jekyll-theme-putih-bersih 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/_includes/head.html +2 -2
- data/_sass/jekyll-theme-putih-bersih/_syntax-highlighting.scss +3 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c764ecb86e1f242bba4cc827cebc82979bf2ba20
|
4
|
+
data.tar.gz: 59af410f0852415a33ef9653fc8e1008b3229ca1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 79ee25b67d5c0818a253e28424de6efa6db8361296f9b6c71d84efc2b4d003399ae1f65f6e78fb92c0cf6a58313cb30b0dc0655b49536825cd793893766bd7d3
|
7
|
+
data.tar.gz: 945c6de6522c756eda92730ad5092ebf9cb3f2203aeaaea233af0d5703030ec9ab94a8cf5a47f14b881b20dbbb6a562eec18982ebebc7b172f917cdb7ebdddf8
|
data/_includes/head.html
CHANGED
@@ -3,8 +3,8 @@
|
|
3
3
|
<meta charset="utf-8">
|
4
4
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
6
|
-
<meta name="keywords" content="{{ page.
|
7
|
-
<meta name="description" content="{{ page. | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}">
|
6
|
+
<meta name="keywords" content="{{ page.meta_keywords | sanitize }}">
|
7
|
+
<meta name="description" content="{{ page.meta_description | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}">
|
8
8
|
|
9
9
|
<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
|
10
10
|
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
|
@@ -3,12 +3,15 @@
|
|
3
3
|
*/
|
4
4
|
.highlighter-rouge {
|
5
5
|
background: $soft-grey-color;
|
6
|
+
padding: 5px 15px;
|
6
7
|
}
|
7
8
|
|
8
9
|
.highlight {
|
9
10
|
border-top: 1px solid $soft-grey-color;
|
10
11
|
border-bottom: 1px solid $soft-grey-color;
|
11
12
|
overflow-x: auto;
|
13
|
+
margin: 0px;
|
14
|
+
font-size: 14px;
|
12
15
|
|
13
16
|
.highlighter-rouge {
|
14
17
|
background: #eef;
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-putih-bersih
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Wilianto Indrawan
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
94
94
|
version: '0'
|
95
95
|
requirements: []
|
96
96
|
rubyforge_project:
|
97
|
-
rubygems_version: 2.
|
97
|
+
rubygems_version: 2.6.12
|
98
98
|
signing_key:
|
99
99
|
specification_version: 4
|
100
100
|
summary: This is a simple jekyll theme. It will make your static site clean and readable.
|