-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
76 lines (66 loc) · 1.53 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
64
65
66
67
68
69
70
71
72
73
74
75
76
# Configurations
markdown: kramdown
markdown_ext: markdown,mkdown,mkdn,mkd,md
highlighter: rouge
# highlighter: pygments
# Permalinks
permalink: /blog/:year/:month/:day/:title
# Setup
title: 'Mechanical Object'
tagline: 'Software like clockwork...'
description: 'Programming, algorithms, life etc.'
url: 'http://mechanicalobject.com'
#url: 'http://127.0.0.1:4000/'
baseurl: ''
author: 'Mechanical Object'
# Navigation
navigation:
- text: About
url: /about/
- text: Blog
url: /blog/
- text: Tags
url: /tags/
- text: Archive
url : /archive/
- text: Links
url: /links/
- text: Videos
url: /videos/
- text: Books
url: /books/
- text: Music
url: /music/
#Social Media links (Use complete URL except for email)
dribbble:
email:
facebook:
flickr:
github: 'https://github.com/mechanicalobject'
gplus:
instagram:
pinterest:
linkedin: 'https://www.linkedin.com/in/senturkevrim/'
rss:
stackoverflow:
twitter: 'https://twitter.com/mechanicalo'
# Google Analytics
gahandler: 'UA-57545242-2'
#if footersvg is 'true' the social media links will be shown top on the copy right in the footer
footersvg: 'true'
# Disqus
disqushandler: 'mechanicalobject'
# Blog Configurations
excerpt_separator: '<!--more-->'
paginate: 10 # Posts per page on the blog index
paginate_path: '/blog/page:num'
destination: ./_site
future: false
# Feed
feed:
path: atom.xml
# Custom vars
version: 0.9x beta 2 (custom)
# Gems
gems:
- jekyll-feed