-
Notifications
You must be signed in to change notification settings - Fork 8
/
_config.yml
86 lines (84 loc) · 1.96 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
77
78
79
80
81
82
83
84
85
86
# Site settings
title: nfc-tools
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
This website mainly focuses itself on researchers and developers willing to
work with NFC hardware but without the pain of programming NFC software on a
very low level. Libnfc does not require any license fee or non-disclosure
agreement to be signed for. We hope to move NFC development to a more open
culture where discussions about applications and techniques can be shared
among the users.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://nfc-tools.org" # the base hostname & protocol for your site
permalink: /blog/:year/:month/:day/:title/
# Build settings
markdown: kramdown
exclude:
- Makefile
- README.md
collections:
chips:
output: true
permalink: /resources/chips/:path/
devices:
output: true
permalink: /resources/devices/:path/
projects:
output: true
permalink: /projects/:path/
nfc_tags:
output: true
permalink: /resources/nfc-tags/:path/
rfid_tags:
output: true
permalink: /resources/rfid-tags/:path/
standards:
output: true
permalink: /resources/standards/:path/
defaults:
- scope:
path: ''
type: chips
values:
resources: true
chip: true
layout: page
- scope:
path: ''
type: devices
values:
resources: true
device: true
layout: page
- scope:
path: ''
type: projects
values:
project: true
layout: project
- scope:
path: ''
type: nfc_tags
values:
resources: true
nfc_tag: true
layout: page
- scope:
path: ''
type: rfid_tags
values:
resources: true
rfid_tag: true
layout: page
- scope:
path: ''
type: standards
values:
resources: true
standard: true
layout: page
# Github defaults (overridable)
highlighter: rouge
# Github defaults (not overridable)
safe: true
lsi: false