forked from mozilla/web-lit-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
33 lines (29 loc) · 694 Bytes
/
Copy path_config.yml
File metadata and controls
33 lines (29 loc) · 694 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
title: Web Literacy Core Curriculum
subtitle:
email:
twitter:
chat:
description: > # this means to ignore newlines until "baseurl:"
Web literacy core curriculum
baseurl: "/web-lit-core" # the subpath of your site, e.g. /blog
url: "https://mozilla.github.io" # the base hostname & protocol for your site
github:
repo: "mozilla/web-lit-core"
branch: "gh-pages"
collections:
articles:
output: true
permalink: /:path/
# Build settings
markdown: kramdown
redcarpet:
extensions: [
'no_intra_emphasis',
'fenced_code_blocks',
'autolink',
'strikethrough',
'superscript',
'with_toc_data',
'tables',
'hardwrap'
]