-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
62 lines (51 loc) · 1.68 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
60
61
62
# SEO settings
title: "My simple"
title2: "blog" # default: ""
description: "Just another minimalist Jekyll theme for technical writing."
keywords: "Jekyll, theme, free, download, SEO, blog, web, minimalist, thinkspace"
url: https://objectprogr.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-98158396-1
repo: https://github.com/objectprogr/objectprogr.github.io
disqus_shortname: "objectprogr"
#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
future: true
# Author settings
author:
name : "Objectprogr"
job : "I try learn to programming"
bio : "Please for feedback about all what I do and what I write."
thumb : /images/author.png
email : objectprogr@gmail.com
url : http://objectprogr.github.io
github : http://github.com/objectprogr
# twitter : http://twitter.com/HeiswayiNrird
#facebook : https://www.facebook.com/heiswayi.nrird
#linkedin : http://linkedin.com/in/nrird
# social settings
og_locale: "en_US"
#twitter_card: "summary_large_image"
#twitter_site: "@HeiswayiNrird"
# navbar pages
navbar:
- slug : about
title: About
- slug : blog
title: Blog
- slug : progress
title: Progress
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"]