forked from niklasbuschmann/contrast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·37 lines (30 loc) · 1.2 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
title: ""
author: ""
description: ""
# Jekyll settings
permalink: /:title/ # see https://jekyllrb.com/docs/permalinks/
paginate: 2 # number of articles per page, remove to disable pagination
excerpt_separator: "\n\n\n" # indicates the end of the excerpt by two blank lines
# Page settings
show_excerpts: true # show article previews on the home page instead of headlines
hide_title: false # remove site heading in the header
post_footer: true # show previous and next links at the end of each post
date_format: "%B %d, %Y" # see http://shopify.github.io/liquid/filters/date/
# Theme settings
style: default # choose between "default", "contrast" and "minimal"
dark_theme: false # enables dark mode
navigation: # (optional) site navigation in the header
- index.html
- archive.md
- about.md
icons: # (optional) icons in the header, see http://fontawesome.com/icons
envelope: "mailto:"
github: "https://github.com"
rss: "/feed.xml"
comments: # embed disqus or isso comments
# disqus: ""
# isso: ""
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-default-layout