-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.json
More file actions
37 lines (37 loc) · 779 Bytes
/
_config.json
File metadata and controls
37 lines (37 loc) · 779 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
{
"source": ".",
"destination": "./_site",
"collections_dir": ".",
"plugins_dir": "_plugins",
"layouts_dir": "_layouts",
"data_dir": "_data",
"includes_dir": "_includes",
"sass_dir": "_sass",
"collections": [
"posts"
],
"include": [
".htaccess"
],
"exclude": [],
"keep_files": [
".git",
".svn"
],
"culture": "en-US",
"markdown_ext": "markdown,mkdown,mkdn,mkd,md",
"whitelist": [],
"plugins": [],
"excerpt_separator": "\\n\\n",
"baseurl": "https://turpin-hs-computer-science.github.io/lab",
"show_dir_listing": false,
"permalink": "date",
"url": "",
"TAGS": {},
"time": "1970-01-01T00:00:00.0000000Z",
"defaults": null,
"user": {
"author": "Emil Sayahi",
"title": "Turpin Computer Science Lab"
}
}