Move all page files in index to _pages to improve project structure

This commit is contained in:
Xevion
2022-04-11 15:57:50 -05:00
parent 293b3f286d
commit f0240cac13
7 changed files with 9 additions and 1 deletions

View File

@@ -9,6 +9,8 @@ plugins:
- jekyll-feed
- "jekyll-github-metadata"
- jekyll-redirect-from
include:
- _pages
exclude:
- CNAME
- LICENSE
@@ -19,3 +21,9 @@ compress_html:
envs: ["development"]
comments: all
repository: Xevion/xevion.dev
defaults:
-
scope:
path: "_pages"
values:
permalink: "/:title:output_ext"

View File

View File

View File

View File

View File

View File