-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement the option to skip diffing
- Loading branch information
1 parent
abaa764
commit 761cada
Showing
2 changed files
with
94 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
name: HydePHP | ||
url: 'http://localhost' | ||
language: en | ||
pretty_urls: false | ||
generate_sitemap: true | ||
rss: | ||
enabled: true | ||
filename: feed.xml | ||
description: 'HydePHP RSS Feed' | ||
source_root: '' | ||
output_directory: _site | ||
source_directories: | ||
html-page: _pages | ||
blade-page: _pages | ||
markdown-page: _pages | ||
markdown-post: _posts | ||
documentation-page: _docs | ||
output_directories: | ||
html-page: '' | ||
blade-page: '' | ||
markdown-page: '' | ||
markdown-post: posts | ||
documentation-page: docs | ||
media_directory: _media | ||
meta: | ||
- '<meta name="generator" content="HydePHP v1.7.2">' | ||
- '<meta property="og:site_name" content="HydePHP">' | ||
head: '' | ||
scripts: '' | ||
features: | ||
- html-pages | ||
- markdown-posts | ||
- blade-pages | ||
- markdown-pages | ||
- documentation-pages | ||
- darkmode | ||
- documentation-search | ||
- torchlight | ||
authors: | ||
- | ||
username: mr_hyde | ||
name: 'Mr. Hyde' | ||
website: 'https://hydephp.com' | ||
footer: 'Site proudly built with [HydePHP](https://github.com/hydephp/hyde) 🎩' | ||
navigation: | ||
order: | ||
index: 0 | ||
posts: 10 | ||
docs/index: 100 | ||
labels: | ||
index: Home | ||
docs/index: Docs | ||
exclude: | ||
- '404' | ||
custom: [] | ||
subdirectories: hidden | ||
enable_cache_busting: true | ||
load_app_styles_from_cdn: false | ||
use_play_cdn: false | ||
default_color_scheme: light | ||
server: | ||
port: 8080 | ||
host: localhost | ||
save_preview: true | ||
live_edit: true | ||
dashboard: | ||
enabled: true | ||
interactive: true | ||
tips: true | ||
media_extensions: | ||
- png | ||
- svg | ||
- jpg | ||
- jpeg | ||
- gif | ||
- ico | ||
- css | ||
- js | ||
safe_output_directories: | ||
- _site | ||
- docs | ||
- build | ||
generate_build_manifest: true | ||
build_manifest_path: app/storage/framework/cache/build-manifest.json | ||
hydefront_version: v3.4 | ||
hydefront_cdn_url: 'https://cdn.jsdelivr.net/npm/hydefront@{{ $version }}/dist/{{ $file }}' | ||
theme_toggle_buttons: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters