From a62a3e7755579d93ce3a87243dd277575930fffe Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Mon, 5 Nov 2018 21:49:16 -0500 Subject: init --- themes/even/exampleSite/content/post/hidden-post.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 themes/even/exampleSite/content/post/hidden-post.md (limited to 'themes/even/exampleSite/content/post/hidden-post.md') diff --git a/themes/even/exampleSite/content/post/hidden-post.md b/themes/even/exampleSite/content/post/hidden-post.md new file mode 100644 index 0000000..a2034e1 --- /dev/null +++ b/themes/even/exampleSite/content/post/hidden-post.md @@ -0,0 +1,15 @@ +--- +title: "This is a hidden post." +date: 2018-03-08T17:40:19+08:00 +lastmod: 2018-03-08T22:01:19+08:00 +draft: false +author: 'Halulu' + +hiddenFromHomePage: true +--- + +This post is hidden from the home page. + + + +But you can see it in archives, rss or other pages. \ No newline at end of file -- cgit v1.2.3