-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstork-config.toml
40 lines (34 loc) · 1.01 KB
/
stork-config.toml
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
[input]
base_directory = "data"
url_prefix = "/"
frontmatter_handling = "Omit"
[[input.files]]
path = "articles/reactjs-tut-1.mdx"
url = "articles/reactjs-tut-1"
title = "ReactJS Project Tutorial: Part 1"
filetype = "Markdown"
[[input.files]]
path = "articles/reactjs-tut-2.mdx"
url = "articles/reactjs-tut-2"
title = "ReactJS Project Tutorial: Part 2"
filetype = "Markdown"
[[input.files]]
path = "articles/reactjs-tut-3.mdx"
url = "articles/reactjs-tut-3"
title = "ReactJS Project Tutorial: Part 3"
filetype = "Markdown"
[[input.files]]
path = "articles/reactjs-tut-4.mdx"
url = "articles/reactjs-tut-4"
title = "ReactJS Project Tutorial: Part 4"
filetype = "Markdown"
[[input.files]]
path = "articles/reactjs-tut-5.mdx"
url = "articles/reactjs-tut-5"
title = "ReactJS Project Tutorial: Part 5"
filetype = "Markdown"
[[input.files]]
path = "articles/reactjs-tut-6.mdx"
url = "articles/reactjs-tut-6"
title = "ReactJS Project Tutorial: Part 6"
filetype = "Markdown"