jumbo-jekyll-theme 3.0.9 → 3.0.10
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 +1 -11
- 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: d5ca830f8afee029d78861adb2a5d3e723fed49f8902cb21bfa5571183f69b6a
|
|
4
|
+
data.tar.gz: b259b25b78ead6008d537a6474a2991aaf65e0573c962946fa1a3c7daba60484
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4305116a793f781f9af6ac863fb582a5d79af7ddfc1fae32bd52cdace441041dd9d35ea010cb5f98386824056a5ff742d35c62991cbd5ed4db49cb172d5b4359
|
|
7
|
+
data.tar.gz: 4fa8970750cd45c05d7d98e10da34c4fc4fee79fb829fd189d4e5cee541fa84d62da9e02ceacf6c73c93aecb01e8f7a7c668c24668c2dcdd447c9bde27ea369c
|
data/_config.yml
CHANGED
|
@@ -8,7 +8,7 @@ description: |-
|
|
|
8
8
|
# Destination of the Jekyll site upon build of site.
|
|
9
9
|
destination: _site
|
|
10
10
|
# Default permalink for blog posts
|
|
11
|
-
permalink: /:
|
|
11
|
+
permalink: /blog/:title/
|
|
12
12
|
# Jumbo Jekyll Theme
|
|
13
13
|
theme: jumbo-jekyll-theme
|
|
14
14
|
# Syntax highlighter
|
|
@@ -82,16 +82,6 @@ defaults:
|
|
|
82
82
|
values:
|
|
83
83
|
layout: post
|
|
84
84
|
comments: true
|
|
85
|
-
author: kyle
|
|
86
|
-
tags:
|
|
87
|
-
- Jekyll
|
|
88
|
-
- Theme
|
|
89
|
-
- HTML
|
|
90
|
-
- CSS
|
|
91
|
-
- JS
|
|
92
|
-
- Web Design
|
|
93
|
-
- Web Development
|
|
94
|
-
- Static Websites
|
|
95
85
|
- scope:
|
|
96
86
|
path: ""
|
|
97
87
|
type: "authors"
|