-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·63 lines (50 loc) · 1.09 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
63
# Site settings
title: Ontodia
logo: "/assets/img/logo.png"
description: "Description"
analytics: #Google analytics code in the format XX-nnnnnnnn-n
baseurl: "" #important: start with /
url: http://ontodia.org
timezone: UTC
future: true
paginate: 2
paginate_path: "blog/page:num/"
disqus_shortname: 'ontodia'
# Build settings
markdown: kramdown
permalink: /:categories/:title
excerpt_separator: <!-- more -->
sass:
sass_dir: _sass
style: compressed
# Navigation
navigation:
- title: Home
url: "/"
# Social
social:
- title: facebook
url:
- title: twitter
url:
# Contributors
# contributors:
# - title: VISmart Ltd.
# url: "http://www.vismart.biz"
# Quick links
quick_links:
- title: About
url: "/about/"
- title: Blog & Tutorials
url: "/blog/"
- title: Projects
url: "/projects/"
# Contact us
contact_us:
- title: VISmart Ltd.
emails:
- title: dmitry.pavlov@vismart.biz
url: "mailto:dmitry.pavlov@vismart.biz"
#- title: www.vismart.biz
# url: "http://www.vismart.biz"
gems: [jekyll-paginate, jekyll-autoprefixer]