forked from zupzup/blog-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
58 lines (58 loc) · 1.31 KB
/
config.json
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
51
52
53
54
55
56
57
58
{
"Author": "Romanos Trechlis",
"BlogURL": "romanostrechlis.github.io",
"BlogLanguage": "en-us",
"BlogDescription": "This is my personal blog.",
"DateFormat": "2006-01-02 15:04:05",
"Theme": {
"Type": "git",
"Repository": "https://github.com/RomanosTrechlis/BlogThemeBlueSimple.git"
},
"BlogTitle": "Romanos-Antonios Trechlis",
"NumPostsFrontPage": 10,
"DataSource": {
"Type": "git",
"Repository": "https://github.com/RomanosTrechlis/blog.git"
},
"DestFolder": "./public",
"TempFolder": "./tmp",
"ThemeFolder": "./static/",
"StaticPages": [
{
"File": "favicon.ico",
"To": "favicon.ico",
"IsTemplate": false
},
{
"File": "robots.txt",
"To": "robots.txt",
"IsTemplate": false
},
{
"File": "about.png",
"To": "about.png",
"IsTemplate": false
},
{
"File": "style.min.css",
"To": "style.min.css",
"IsTemplate": false
},
{
"File": "google.min.css",
"To": "google.min.css",
"IsTemplate": false
},
{
"File": "about.html",
"To": "about/index.html",
"IsTemplate": true
}
],
"Upload": {
"Type": "git",
"URL": "https://github.com/RomanosTrechlis/romanostrechlis.github.io.git",
"Username": "RomanosTrechlis",
"Password": ""
}
}