-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·63 lines (55 loc) · 1.32 KB
/
_config.yml
File metadata and controls
executable file
·63 lines (55 loc) · 1.32 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
59
60
61
62
63
# Site settings
title_left: 'pert'
title_right: 'sauce' # default: ""
description: 'Albert Kragl'
keywords: 'Jekyll, theme, free, download, SEO, blog, web, minimalist, thinkspace, albert, kragl, kraglalbert, pertsauce, pert'
url: https://kraglalbert.github.io # site url
baseurl: '' # apply repo name like "/myproject" if used under gh-pages branch, else (under master branch) just leave empty/blank
cover: '' # image uri like logo/cover image for site seo
google_analytics: UA-130499534-1
twitter_username: ''
comments_enabled: true # if enabled (set to true), please provide your disqus_username
disqus_shortname: 'albertkragl'
postshare_enabled: 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: 'Albert Kragl'
plugins:
- jekyll-sitemap
- bourbon
- jekyll-paginate
# navbar pages
navbar:
- slug: about
title: About
- slug: contact
title: Contact
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',
'script',
]