-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
51 lines (45 loc) · 1.15 KB
/
_config.yml
File metadata and controls
51 lines (45 loc) · 1.15 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
# Site settings
title: OPEN-BOOK-STACK
description: A Collection all Resources across all Domains by various Contributors.
baseurl: "/open.github.io" # the subpath of your site, e.g. /blog
url: "https://openbookstack.github.io" # the base hostname & protocol for your site e.g. http://willianjusten.com.br
# User settings
username: Open-Book-Stack
user_description: Developer
email: sathuribharath@gmail.com
twitter_username: bharathsathuri
github_username: OpenBookStack
gplus_username: bharathsathuri
disqus_username: openbookstack
# Build settings
markdown: kramdown
highlighter: rouge
permalink: /:title/
plugins:
- jekyll-paginate
- jekyll-archives
- jekyll-seo-tag
- jekyll-admin
# html minify
compress_html:
clippings: all
comments: all
endings: []
profile: false
# Links to include in menu navigation
# For external links add external: true
links:
- title: Home
url: /
- title: Contribute
url: /contribute
- title: Series
url: /series
- title: Categories
url: /categories
- title: Tags
url: /tags
- title: About Me
url: /about
# exclude my node related stuff
exclude: ['package.json', 'src', 'node_modules']