mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2026-01-31 06:26:32 -06:00
Move all page files in index to _pages to improve project structure
This commit is contained in:
+9
-1
@@ -9,6 +9,8 @@ plugins:
|
|||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
- "jekyll-github-metadata"
|
- "jekyll-github-metadata"
|
||||||
- jekyll-redirect-from
|
- jekyll-redirect-from
|
||||||
|
include:
|
||||||
|
- _pages
|
||||||
exclude:
|
exclude:
|
||||||
- CNAME
|
- CNAME
|
||||||
- LICENSE
|
- LICENSE
|
||||||
@@ -18,4 +20,10 @@ compress_html:
|
|||||||
ignore:
|
ignore:
|
||||||
envs: ["development"]
|
envs: ["development"]
|
||||||
comments: all
|
comments: all
|
||||||
repository: Xevion/xevion.dev
|
repository: Xevion/xevion.dev
|
||||||
|
defaults:
|
||||||
|
-
|
||||||
|
scope:
|
||||||
|
path: "_pages"
|
||||||
|
values:
|
||||||
|
permalink: "/:title:output_ext"
|
||||||
Reference in New Issue
Block a user