From 0ba41281daf1e614faf90c186c60c5e6c5cb3fa6 Mon Sep 17 00:00:00 2001 From: Bobby Wibowo Date: Mon, 27 Jun 2022 06:44:53 +0700 Subject: [PATCH] chore: elaborate about pages option in config --- config.sample.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.sample.js b/config.sample.js index 553127a..378921f 100644 --- a/config.sample.js +++ b/config.sample.js @@ -70,6 +70,9 @@ module.exports = { /* Pages to process for the frontend. + To add new pages, you may create a new Nunjucks-templated pages (.njk) in "views" directory, + or regular HTML files (.html) in "pages/custom" directory, + then simply add the filename without its extension name into the array below. */ pages: ['home', 'auth', 'dashboard', 'faq'],