-
Notifications
You must be signed in to change notification settings - Fork 14
/
_config.yml
44 lines (38 loc) · 957 Bytes
/
_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
# Site settings
title: Omniscient.js
description: > # this means to ignore newlines until "baseurl:"
A library providing an abstraction for React components that allows for
fast top-down rendering embracing immutable data for js.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://omniscientjs.github.io/" # the base hostname & protocol for your site
version: 4.1.1
# Build settings
markdown: kramdown
exclude:
- node_modules
collections:
api:
output: true
collection: API
permalink: /api/:path/
guides:
output: true
collection: Guides
permalink: /guides/:path/
playground:
output: true
collection: Playground
permalink: /playground/:path/
workshop:
hide: true
output: true
collection: Workshop
permalink: /workshop/:path/
tutorials:
output: true
collection: Tutorials
permalink: /tutorials/:path/
permalink: pretty
kramdown:
input: GFM
hard_wrap: false