-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
95 lines (82 loc) · 2.02 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# Site info
title: Steve for Jekyll
tagline: Charming and fun blog theme.
description: Steve is a charming and fun blog theme for Jekyll websites.
email: [email protected]
lang: en
url: ""
baseurl: "/steve"
# Theme settings
steve:
archives: # Prefixes used with archive titles
date: Posts from
tag: More about…
category: Posts filed in
date_formats: # Uses <http://strftime.net>
post: "%b %e, %Y"
archives:
day: "%b %e, %Y"
month: "%b, %Y"
year: "%Y"
page_404: |+
The page you're looking for could not be found.
Maybe the search can help.
pagination:
next_page: "« Next"
prev_page: "Previous »"
prev_post: "Previous:"
next_post: "Next:"
post:
byline: "By"
tags: More about…
search:
label: Search this blog
placeholder: What you're looking for?
submit: Go!
# Comments Settings
comments:
title: Comments
form_title: New Comment
date_format: "%b %e, %Y @ %l:%M %P"
staticman_endpoint: # Get yours on <https://staticman.net>
notice: |+
Please be nice in the comments.
Comments are moderated, so it can take a while for your's to show up.
Also, you can use [Markdown](https://daringfireball.net/projects/markdown).
fields:
name:
label: Name
placeholder: "John Appleseed"
email:
label: Email address
placeholder: "[email protected]"
website:
label: Website
placeholder: "https://john.blog/"
message:
label: Message
placeholder: Your comment message
submit: Submit Comment
# Build settings
markdown: kramdown
permalink: "/:year/:month/:day/:title/"
theme: steve-for-jekyll
paginate: 6
paginate_path: "/page/:num/"
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-paginate
- jekyll-archives
# Plugin: jekyll-archives
jekyll-archives:
enabled: all
layout: archive
slug_mode: default
permalinks:
day: "/:year/:month/:day/"
month: "/:year/:month/"
year: "/:year/"
category: "/:name/"
tag: "/tag/:name/"