-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpresets.json
More file actions
67 lines (67 loc) · 2.39 KB
/
presets.json
File metadata and controls
67 lines (67 loc) · 2.39 KB
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
59
60
61
62
63
64
65
66
67
{
"0": {
"description": "valor webflow -> macroorganizm's gh-pages(gen sitemap, add robots, highlight and wrap)",
"originalHost": "https://valor.webflow.io",
"targetHost": "https://macroorganizm.github.io/test-scrapper",
"targetBranch": "master",
"githubRepo": "git@github.com:macroorganizm/test-scrapper.git",
"files": [{
"path": "./files/robots.txt",
"name": "robots.txt"
}],
"postprocessors": ["CodeHighlighter", "GalleryWrapper", "SitemapGenerator"]
},
"1": {
"description": "valor webflow -> Mike's gh-pages",
"originalHost": "https://valor.webflow.io",
"targetHost": "https://mikhailvoloshin.github.io/scrapper",
"targetBranch": "master",
"githubRepo": "git@github.com:mikhailvoloshin/scrapper.git",
"files": []
},
"2": {
"description": "Ngtalks -> macroorganizm's gh-pages(with sitemap and robots)",
"originalHost": "https://ngtalks.io",
"targetHost": "https://macroorganizm.github.io/test-scrapper",
"targetBranch": "master",
"githubRepo": "git@github.com:macroorganizm/test-scrapper.git",
"sitemap": "sitemap.xml",
"files": [{
"path": "./files/robots.txt",
"name": "robots.txt"
}]
},
"3": {
"description": "Valor Live(no sitemap-based, gen Sitemap, highlight)",
"originalHost": "https://valor.webflow.io",
"targetHost": "https://valor-software.com",
"targetBranch": "master",
"githubRepo": "git@github.com:valor-software/valor-software.github.io.git",
"files": [],
"postprocessors": ["CodeHighlighter", "SitemapGenerator"]
},
"4": {
"description": "Valor Live (Sitemap based)",
"originalHost": "https://valor.webflow.io",
"targetHost": "https://valor-software.com",
"targetBranch": "master",
"githubRepo": "git@github.com:valor-software/valor-software.github.io.git",
"sitemap": "sitemap.xml",
"files": [{
"path": "./files/robots.txt",
"name": "robots.txt"
}]
},
"5": {
"description": "testtable -> macroorganizm's gh-pages(gen sitemap, add robots, highlight)",
"originalHost": "https://table-p.webflow.io",
"targetHost": "https://macroorganizm.github.io/test-scrapper",
"targetBranch": "master",
"githubRepo": "git@github.com:macroorganizm/test-scrapper.git",
"files": [{
"path": "./files/robots.txt",
"name": "robots.txt"
}],
"postprocessors": ["CodeHighlighter", "SitemapGenerator"]
}
}