Commit e2ea08b 1 parent 7b6545f commit e2ea08b Copy full SHA for e2ea08b
File tree 3 files changed +5
-8
lines changed
3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 214
214
|--------------------------------------------------------------------------
215
215
|
216
216
| This setting specifies the output path for your site, useful to for
217
- | example, store the site in the docs/ directory for GitHub Pages.
218
- | The path is relative to the root of your project.
217
+ | example, store the site in the docs/ directory for GitHub Pages.
218
+ | The path is relative to the root of your project.
219
219
|
220
220
| To use an absolute path, or just to learn more:
221
221
| @see https://hydephp.com/docs/master/advanced-customization#customizing-the-output-directory-
224
224
225
225
'output_directory ' => '_site ' ,
226
226
227
-
228
227
/**
229
228
* @deprecated use the 'output_directory' setting instead
230
229
*/
Original file line number Diff line number Diff line change 214
214
|--------------------------------------------------------------------------
215
215
|
216
216
| This setting specifies the output path for your site, useful to for
217
- | example, store the site in the docs/ directory for GitHub Pages.
218
- | The path is relative to the root of your project.
217
+ | example, store the site in the docs/ directory for GitHub Pages.
218
+ | The path is relative to the root of your project.
219
219
|
220
220
| To use an absolute path, or just to learn more:
221
221
| @see https://hydephp.com/docs/master/advanced-customization#customizing-the-output-directory-
224
224
225
225
'output_directory ' => '_site ' ,
226
226
227
-
228
227
/**
229
228
* @deprecated use the 'output_directory' setting instead
230
229
*/
Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ function () {
57
57
58
58
$ this ->discoverBladeViewsIn ('_pages ' );
59
59
60
-
61
60
/** @deprecated v0.43.0-beta and is used here as a fallback for compatibility */
62
61
if (config ('hyde.output_directory ' ) === null ) {
63
62
$ this ->storeCompiledSiteIn (config (
@@ -70,7 +69,7 @@ function () {
70
69
trim ('hyde.output_directory ' , '_site ' ), '/ \\' )
71
70
));
72
71
}
73
-
72
+
74
73
$ this ->commands ([
75
74
Commands \HydePublishHomepageCommand::class,
76
75
Commands \HydeUpdateConfigsCommand::class,
You can’t perform that action at this time.
0 commit comments