Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _media/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion config/docs.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
|
| Example: https://github.com/hydephp/docs/blob/master
| Do not specify the filename or extension, Hyde will do that for you.
| Setting the setting to null will disable the feature.
| Setting this to null will disable the feature.
|
*/

Expand Down
6 changes: 3 additions & 3 deletions config/hyde.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
| Site Output Directory
|--------------------------------------------------------------------------
|
| This setting specifies the output path for your site, useful to for
| This setting specifies the output path for your site, useful to, for
| example, store the site in the docs/ directory for GitHub Pages.
| The path is relative to the root of your project.
|
Expand Down Expand Up @@ -308,7 +308,7 @@
|
| Here you can customize the footer Markdown text for your site.
|
| If you don't want to write Markdown here, you use a Markdown include.
| If you don't want to write Markdown here, you can use a Markdown include.
| You can also customize the Blade view if you want a more complex footer.
| You can disable it completely by changing the setting to `false`.
|
Expand Down Expand Up @@ -428,7 +428,7 @@
|
| Here you can configure settings for the built-in realtime compiler server.
| The server also includes a magic dashboard feature that supercharges
| your local development! This feature can alo be customised here.
| your local development! This feature can also be customised here.
|
*/

Expand Down
2 changes: 1 addition & 1 deletion config/markdown.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
|
| This feature allows you to use basic Laravel Blade in Markdown files.
|
| It's disabled by default since can be a security risk as it allows
| It's disabled by default since it can be a security risk as it allows
| arbitrary PHP to run. But if your Markdown is trusted, try it out!
|
| To see the syntax and usage, see the documentation:
Expand Down
Loading