-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path_config.yml
More file actions
22 lines (16 loc) · 826 Bytes
/
_config.yml
File metadata and controls
22 lines (16 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Name of your blog (this will show up in the RSS feed)
name: Cherokee Web Server
# Short description (will also be used in the RSS feed)
description: Cherokee is a flexible, very fast, lightweight Web server.
# Continue compiling even if there are errors. Keep it true, unless troubleshooting.
auto: true
# Uncomment if you are planning to run the blog in a subdirectory
# Note - if you enable this, and attempt to view your site locally you have to use the baseurl in your local path.
# Example, you must use http://localhost:4000/path/to/blog
#baseurl: /path/to/blog
# The URL of your actual domain. This will be used to make absolute links in the RSS feed.
#url: http://yourdomain.com/
# Makes pretty permalinks. See Jekyll docs for alternatives.
permalink: none
# http://pygments.org/faq/#what-is-it
pygments: true