Skip to content

Commit d48781f

Browse files
Josh GerdesJosh Gerdes
Josh Gerdes
authored and
Josh Gerdes
committed
Minor config and style tweaks.
1 parent 2286914 commit d48781f

File tree

5 files changed

+12
-2
lines changed

5 files changed

+12
-2
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Jekyll-Uno - a minimal, responsive theme for Jekyll based on the [Uno](https://g
1414
* Social links
1515
* Tags listing page
1616
* Categories listing page
17+
* Google Analytics integration
18+
* Disqus integration
1719

1820
---
1921

Diff for: _config.yml

+8
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ author:
1414
github_username: joshgerdes
1515
linkedin_username: joshgerdes
1616

17+
defaults:
18+
-
19+
scope:
20+
path: ''
21+
type: 'posts'
22+
values:
23+
layout: 'post'
24+
1725
# Build settings
1826
destination: _site
1927
paginate: 10

Diff for: _posts/2016-01-08-welcome-to-jekyll.markdown

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: post
32
title: "Welcome to Jekyll!"
43
date: 2016-01-08 15:04:23
54
categories: [jekyll]

Diff for: css/main.css

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ pre.highlight,
88
padding: 10px;
99
}
1010

11+
pre.highlight code,
1112
.highlight pre code {
1213
white-space: pre-wrap;
1314
}

Diff for: humans.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Location: Minneapolis, MN, USA
88
Name: Dale Anthony
99

1010
/* SITE */
11-
Last update: 2016/02/09
11+
Last update: 2016/02/10
1212
Standards: HTML5, CSS3
1313
Components: Jekyll
1414
Software: Sublime Text, Photoshop

0 commit comments

Comments
 (0)