Skip to content

Commit 929672f

Browse files
committed
pages improved
1 parent e4cff1c commit 929672f

File tree

5 files changed

+16
-36
lines changed

5 files changed

+16
-36
lines changed

_config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ plugins:
3232
paginate: 6
3333
paginate_path: "/blog/page:num/"
3434

35+
include: ['_pages']
36+
3537
# Exclude from processing.
3638
# The following items will not be processed, by default. Create a custom list
3739
# to override the default setting.

_pages/about.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: page
3+
title: About
4+
permalink: /about/
5+
---
6+
7+
Content in progress.

_pages/contact.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: page
3+
title: Contact
4+
permalink: /contact/
5+
---
6+
7+
Content in progress.

about.md

-18
This file was deleted.

contact.md

-18
This file was deleted.

0 commit comments

Comments
 (0)