@@ -96,7 +96,7 @@ gitBookCopyContent[srcDir_, bookDir_] :=
96
96
DeleteDirectory [f , DeleteContents -> True ]
97
97
];
98
98
CopyDirectory [# , f ],
99
- MatchQ [FileExtension [# ], "png" | "jpeg" | "md" | "css" | "html" | "js" ],
99
+ True (* MatchQ[FileExtension[#], "png" | "jpeg" | "md" | "css" | "html" | "js" ]*) ,
100
100
CopyFile [# , f , OverwriteTarget -> True ]
101
101
]
102
102
]
@@ -106,7 +106,7 @@ gitBookCopyContent[srcDir_, bookDir_] :=
106
106
];
107
107
108
108
109
- (* ::Subsubsection:: *)
109
+ (* ::Subsubsection::Closed:: *)
110
110
(*gitBookExportMD*)
111
111
112
112
@@ -154,7 +154,7 @@ gitBookExportMD[postDir_, bookDir_, content_] :=
154
154
];
155
155
156
156
157
- (* ::Subsubsection:: *)
157
+ (* ::Subsubsection::Closed:: *)
158
158
(*gitBookMakeSummary*)
159
159
160
160
@@ -312,7 +312,7 @@ gitBookMakeSummary[postDir_, bookDir_, metas_] :=
312
312
];
313
313
314
314
315
- (* ::Subsubsection:: *)
315
+ (* ::Subsubsection::Closed:: *)
316
316
(*gitBookValidateDirectory*)
317
317
318
318
@@ -337,7 +337,7 @@ gitBookValidateDirectory[dir_] :=
337
337
];
338
338
339
339
340
- (* ::Subsubsection:: *)
340
+ (* ::Subsubsection::Closed:: *)
341
341
(*GitBookBuild*)
342
342
343
343
@@ -389,14 +389,14 @@ GitBookBuild[srcDir:_String?DirectoryQ, bookDir_] :=
389
389
];
390
390
391
391
392
- (* ::Subsubsection:: *)
392
+ (* ::Subsubsection::Closed:: *)
393
393
(*GitBookPush*)
394
394
395
395
396
396
GitBookPush ::noremote = "No remote passed and no remote already set for book ``" ;
397
397
Options [GitBookPush ]=
398
398
{
399
- "CreateGitHubRepo" -> True ,
399
+ "CreateGitHubRepo" -> False ,
400
400
"MessageTemplate" -> Automatic ,
401
401
Quiet -> True
402
402
}
0 commit comments