-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
58 lines (48 loc) · 1.63 KB
/
Copy path_config.yml
File metadata and controls
58 lines (48 loc) · 1.63 KB
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
# SEO settings
title: "Binary"
title2: "Reality" # default: ""
description: "Under Naked Eyes"
keywords: "Software, Engineering, Computer, Science, Programming, Blockchain, hijacking, Haskell"
url: https://phuoc-thanh.github.io/ # site url
baseurl: "" # apply repo name if use it under gh-pages branch
# baseurl: null # apply null if repo name is something like username.github.io
google_analytics: UA-XXXXX-XX
repo: https://github.com/phuoc-thanh/phuoc-thanh.github.io
# disqus_shortname: "binaryreality"
# twitter_username: "HeiswayiNrird"
comments: true
# Build settings
permalink : /:year/:title/
markdown : kramdown
highlighter : rouge
source: ./
destination: ./_site
# Sass configuration
sass:
sass_dir: assets/scss
style: compressed # expanded
# Author settings
author:
name : "Phuoc-Thanh Do"
job : "citizen of the Matrix"
bio : "It's a funny thing about comin' home. Looks the same, smells the same, feels the same. You'll realize what's changed is you."
thumb : /images/author.jpg
email : thanhdo89se@gmail.com
url : http://phuoc-thanh.github.io
github : http://github.com/phuoc-thanh
facebook : https://www.facebook.com/naiveryan
# social settings
og_locale: "en_US"
#twitter_card: "summary_large_image"
#twitter_site: "@HeiswayiNrird"
gems:
- bourbon
- jekyll-paginate
- jekyll-seo-tag
# navbar pages
navbar:
- slug : about
title: About
- slug : blog
title: Blog
exclude: ["gulp", "node_modules", "bower", "bower_components", "config.rb", "src", "Gemfile", "Gemfile.lock", ".rvmrc", ".rbenv-version", "package.json", "gulpfile.js", "README.md", "Rakefile", "changelog.md"]