-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path_config.yml
executable file
·68 lines (62 loc) · 1.37 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
# Built with Jekyll 2.5.3
#
# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: none
# Markdown specs
markdown: kramdown
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
footnote_backlink: "↩︎"
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
# Setup
title: The Untold History of Arduino
tagline: 'by Hernando Barragán'
description: 'A facts-based, reference-backed account of what happened at the beginning of the Arduino adventure!'
url: https://arduinohistory.github.io
baseurl: ''
# About/contact
author:
name: Hernando Barragán
url:
email:
# Custom vars
version: 1.0.0
github: https://github.com/ArduinoHistory/arduinohistory.github.io
# Exclude files
exclude:
- "*.sublime-project"
- "*.sublime-workspace"
- .asset-cache
- .bundle
- .jekyll-assets-cache
- .sass-cache
- assets/js/plugins
- assets/js/_main.js
- assets/js/vendor
- Capfile
- CHANGELOG
- config
- Gemfile
- Gruntfile.js
- gulpfile.js
- LICENSE
- log
- node_modules
- package.json
- Rakefile
- README
- tmp
- "*.txt"
- "*.bak"
- "*.php"
- "*.sh"
- "*.zip"
- "Vagrantfile"
- "test"
- readme.md