-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
53 lines (46 loc) · 1.49 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
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
# Site settings
# Accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Jekyll Uknow
description: "A Minimalist Responsive Theme for Jekyll"
url: "https://github.com/r-i-c-h/r-i-c-h.github.io" # the base hostname & protocol for your site, e.g. http://example.com
baseurl: "" # the subpath of your site, e.g. /blog
# google_analytics: "UA-XXXXXXXXX-X"
# disqus_shortname: "your-disqus-name"
author:
name: "Rich Werden"
email: rich_@t_richwerden.com
twitter_username: the_riz
github_username: r-i-c-h
linkedin_username: r-i-c-h
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
# Build settings
include: ["_exproj"]
destination: _site
paginate: 10
permalink: /:year/:title.html
markdown: kramdown
kramdown:
# use Github Flavored Markdown
input: GFM
# do not replace newlines by <br>s
hard_wrap: false
highlighter: rouge
sass:
sass_dir: _sass
style: compressed
# The following are for the jekyll-livereload gem setup so as to use it as a default
# To get site to build in github pages, remove these lines.
# If you don't want to use the livereload just delete the next two lines
livereload: true
reload_port: 5678
plugins:
- jekyll-paginate