mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-07 01:16:59 -06:00
Move all page files in index to _pages to improve project structure
This commit is contained in:
10
_config.yml
10
_config.yml
@@ -9,6 +9,8 @@ plugins:
|
||||
- jekyll-feed
|
||||
- "jekyll-github-metadata"
|
||||
- jekyll-redirect-from
|
||||
include:
|
||||
- _pages
|
||||
exclude:
|
||||
- CNAME
|
||||
- LICENSE
|
||||
@@ -18,4 +20,10 @@ compress_html:
|
||||
ignore:
|
||||
envs: ["development"]
|
||||
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