-
Notifications
You must be signed in to change notification settings - Fork 0
/
my.gdoconf.json
106 lines (106 loc) · 2.19 KB
/
my.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
[
{
"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/nyiyui/just-the-docs",
"Mappings":[
{
"Slug": "CommonHeader",
"Data": {
"Title": "{{ site.title }}",
"Self": "qrystal"
},
"SourcePath": "./common-header.html",
"TargetGlob": "./_layouts/default.html"
}
]
},
{
"Remote": "https://github.com/nyiyui/hato",
"Mappings":[
{
"Slug": "CommonHeader",
"Data": {
"Title": "HATO",
"Self": "hato"
},
"SourcePath": "./common-header.html",
"TargetGlob": "./*.html"
}
]
},
{
"Remote": "https://github.com/nyiyui/hato-just-the-docs",
"Mappings":[
{
"Slug": "CommonHeader",
"Data": {
"Title": "{{ site.title }}",
"Self": "hato"
},
"SourcePath": "./common-header.html",
"TargetGlob": "./_layouts/default.html"
}
]
},
{
"Remote": "https://github.com/nyiyui/shibata",
"Mappings":[
{
"Slug": "CommonHeader",
"Data": {
"Title": "{{ site.Title }}",
"Self": "shibata"
},
"SourcePath": "./common-header.html",
"TargetGlob": "./layouts/partials/header.html"
}
]
},
{
"Remote": "https://github.com/nyiyui/hugo-PaperMod",
"Mappings":[
{
"Slug": "CommonHeader",
"Data": {
"Title": "{{ site.Title }}",
"Self": "shibata"
},
"SourcePath": "./common-header.html",
"TargetGlob": "./layouts/partials/header.html"
}
]
},
{
"Remote": "https://github.com/nyiyui/mpm2dp-0a",
"Mappings":[
{
"Slug": "CommonHeader",
"Data": {
"Title": "MPM2DP-0A Summative",
"Self": "mpm2dp-0a"
},
"SourcePath": "./common-header.html",
"TargetGlob": "./summative/themes/xyi3/layouts/_default/*.html"
}
]
},
{
"Remote": "https://github.com/nyiyui/youfolio",
"Mappings":[
{
"Slug": "CommonHeader",
"Data": {
"Title": "The Youfolio",
"Self": "youfolio"
},
"SourcePath": "./common-header.html",
"TargetGlob": "./theme/header.hbs"
}
]
}
]