-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
59 lines (51 loc) · 1.42 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
title: KrishnanUnni.GitHub.io
author: Smart Guy
description: LEARN.THINK.CODE.SHARE
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
google_analytics:
show_downloads: false
theme: jekyll-theme-cayman
social:
#social-network-links:
name: Evan Will
twitter_username: potus
facebook: daattali
github_username: evanwill
email: [email protected]
rss: true
# linkedin: daattali
# stackoverflow: "3943160/daattali"
# Select which share links to show in posts
share-links-active:
twitter: true
facebook: true
google: false
linkedin: true
links:
- https://github.com/evanwill
navbar-links:
About Me: "aboutme"
Resources:
- Beautiful Jekyll: "http://deanattali.com/beautiful-jekyll/"
- Learn markdown: "http://www.markdowntutorial.com/"
- GitHub Pages: "https://pages.github.com/"
Author's home: "http://deanattali.com"
# How to display the link to the website in the footer
# Remove this if you don't want a link in the footer
url-pretty: "MyWebsite.com" # eg. "deanattali.com/beautiful-jekyll"
# Output options (more information on Jekyll's site)
timezone: "America/Vancouver"
markdown: kramdown
highlighter: rouge
permalink: /:year-:month-:day-:title/
paginate: 5
# Build settings
# markdown: kramdown
theme: jekyll-theme-cayman
# plugin test
plugins:
- jekyll-feed
gems:
- jekyll-mentions
- jekyll-seo-tag