-
Notifications
You must be signed in to change notification settings - Fork 0
/
metropolis.gdoconf.json
50 lines (50 loc) · 1.12 KB
/
metropolis.gdoconf.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
[
{
"License": [
"Gendo replicates common code across Git repos.",
"Copyright (C) 2022 Ken Shibata <[email protected]>",
"You should have received a copy of the GNU General Public License",
"along with this program. If not, see <https://www.gnu.org/licenses/>."
],
"Remote": "https://github.com/wlmac/just-the-docs",
"Mappings":[
{
"Slug": "CommonHeader",
"Data": {
"Title": "{{ site.title }}",
"Self": "metropolis-jekyll"
},
"SourcePath": "./metropolis-header.html",
"TargetGlob": "./_layouts/default.html"
}
]
},
{
"Remote": "https://github.com/wlmac/doodle",
"Mappings":[
{
"Slug": "CommonHeader",
"Data": {
"Title": "Doodles",
"Self": "doodle"
},
"SourcePath": "./metropolis-header.html",
"TargetGlob": "./static/*/*.html"
}
]
},
{
"Remote": "https://github.com/wlmac/scavenger",
"Mappings":[
{
"Slug": "CommonHeader",
"Data": {
"Title": "Scavenger Hunt (2022)",
"Self": "scavenger2022"
},
"SourcePath": "./metropolis-header.html",
"TargetGlob": "./scavenger2022/core/templates/core/base.html"
}
]
}
]