This repository has been archived by the owner on Sep 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnanoc.yaml
73 lines (68 loc) · 1.81 KB
/
nanoc.yaml
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
# Standard Nanoc configuration
string_pattern_type: glob
text_extensions: [ 'html', 'htm', 'md', 'markdown', 'xml', 'haml', 'css', 'js', 'erb', 'asc' ]
output_dir: output
index_filenames: [ 'index.html' ]
enable_output_diff: false
prune:
auto_prune: true
exclude: [ '.git', '.hg', '.svn', 'CVS' ]
data_sources:
-
type: filesystem
items_root: /
layouts_root: /
encoding: utf-8
identifier_type: full
-
type: filesystem
items_root: /static
content_dir: 'static'
layouts_dir: null
identifier_type: full
deploy:
default:
kind: optrsync
dst: "el-tramo.be:www/html/output"
assets_prefix: "//d18sc3w29ndn46.cloudfront.net"
options: [ '-aP', '--delete-after' ] # delete existing files on server
checks:
external_images:
exclude:
- https://api.travis-ci.org
- https://travis-ci.org
- https://ci.testling.com
- https://coveralls.io
external_links:
exclude: []
exclude_files: [ 'blog/tag', 'blog/page' ]
# Extra configuration
base_url: "https://el-tramo.be"
page_size: 10
site_title: "mko.re"
site_subtitle: "Remko Tronçon's Homepage"
ga_tracking_id: "UA-41394304-1"
author_name: "Remko Tronçon"
author_uri: "https://el-tramo.be/about"
author_bio: "Software Engineer · Hobby musician · BookWidgets"
author_avatar: "/avatar/avatar.jpg"
author_twitter_id: "803083"
author_facebook_id: "672523803"
disqus_shortname: "el-tramo"
github_id: "remko"
gpg_key: "3F4B0D61"
avatars:
openid: ['https://el-tramo.be/']
social_links:
- url: 'mailto:[email protected]'
alt: 'Mail'
- url: 'https://twitter.com/remko'
alt: 'Twitter'
- url: 'https://github.com/remko'
alt: 'GitHub'
- url: 'https://be.linkedin.com/in/remko'
alt: 'LinkedIn'
- url: '/remko.gpg.asc'
alt: 'OpenPGP Key'
class: 'openpgp'