-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
50 lines (41 loc) · 965 Bytes
/
_config.yml
File metadata and controls
50 lines (41 loc) · 965 Bytes
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
title: Hyperform - Capture form validation back from the browser
description: >
Hyperform is a complete implementation of the HTML 5 form validation API
in Javascript. It replaces the browser’s native methods (if it even
implements them…) and enriches it with custom events and hooks.
baseurl: ""
url: "https://hyperform.js.org"
twitter_username: m_strehl
github_username: hyperform
permalink: none
# Build settings
markdown: kramdown
exclude: ["CNAME", "src", "package.json", "Makefile", "vendor"]
include: [".well-known"]
defaults:
-
values:
layout: "default"
-
scope:
path: "index.md"
values:
nonav: "1"
-
scope:
path: "docs"
values:
layout: "docs"
hf_version: "0.12.1"
filesize_plain: "36"
filesize_gzipped: "10.3"
# Github settings:
kramdown:
input: GFM
hard_wrap: false
plugins:
- jekyll-paginate
- jemoji
highlighter: rouge
gist:
noscript: false