-
Notifications
You must be signed in to change notification settings - Fork 1
/
_devconfig.yml
113 lines (99 loc) · 3.19 KB
/
_devconfig.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
#permalink: pretty
permalink: /blog/:year/:month/:day/:title/
relative_permalinks: false
encoding: utf-8
# Setup
title: My Website
#tagline: 'foo's website
description: Foo's blog...
url: http://localhost:4000
baseurl: ""
urlimg: http://localhost:4000/images/
markdown: kramdown
paginate: 5
paginate_path: "/blog/page:num"
excerpt_separator: <!--more-->
default_bg: sitebg.jpg
default_logo: sitelogo.png
safe: false
#timezone: America/Chicago
future: true
## code highlight options
syntax_highlighter: rouge
input: GFM
gems:
- jekyll-paginate
- jemoji
- font-awesome-sass
- kramdown
- rouge
- jekyll-mentions
jekyll-mentions:
base_url: https://twitter.com
include: [".htaccess"]
exclude: ["lib", "config.rb", "Gemfile", "Capfile", "Gemfile.lock", "config", "log", "Rakefile", "Rakefile.rb", "rakefile", "README.md", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules", "LICENSE", "vendor", "assets", "_plugins", "public/dormant"]
# About/contact
author:
name: Foo Boo
url: https://twitter.com/abcd
avatar: foo.png
#email:
# Owner/author information
owner:
name: Foo Boo
avatar: foo.png
#email:
# Use the coder's toolbox at http://coderstoolbox.net/string/#!encoding=xml&action=encode&charset=us_ascii to encode your description into XML string
description:
# Social networking links used in footer. Update and remove as you like.
twitter: abcd
facebook:
github: xyz123abc
stackexchange:
linkedin: https://www.linkedin.com/in/foo
instagram:
flickr:
tumblr:
google_plus: https://plus.google.com/+foo
# orcid and google scholar IDs are different than standard username.
orcid: xyz123abc
gscholar: xyz123abc
## sidebar links:
# For external links add external: true
links:
- title: <i class="iconside iconm-home"></i> Home
url: /
- title: <i class="iconside iconm-user"></i> About
url: /about/
- title: <i class="iconside iconm-quill"></i> Blog
url: /blog/
- title: <i class="fa fa-tags"></i> Tags
url: /tags/
- title: <i class="fa fa-archive"></i> Archive
url: /archive/
- title: <i class="iconside iconm-wordpress"></i> Old Blog
url: https://foo.wordpress.com
external: true
- title: <i class="iconside iconm-envelop"></i> Contact
url: /contact/
- title: <i class="iconside iconm-twitter"></i> Twitter
url: https://twitter.com/abcd
external: true
- title: <i class="iconside iconm-feed2"></i> Feed
url: /feed.xml
# Google Custom Search:
#google_search: xyz123abc
# Twitter stream widget:
# Replace xyz123abc with your twitter widget id from https://twitter.com/settings/widgets
#twitter_widget_id: xyz123abc
# Add disqus username for Disqus comment board:
disqus_shortname: foo
# Analytics and webmaster tools stuff goes here
#google_analytics: xyz123abc
#### For dummy website only - remove if you wish ####
github_repo: https://github.com/dyndna/lanyon-plus
version: 1.1.1
## END ##