From 47cf5883a8c77d2e969a31094efb869be38c9deb Mon Sep 17 00:00:00 2001 From: Byeonggon Lee Date: Mon, 3 Dec 2018 03:35:53 +0900 Subject: Modified README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41209a5..4263a73 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,9 @@ touch apps/myapp/app.css - img(string): logo image for your page ### What is full page? -Web apps, they probably have index.html which contains html, head, body tags -if you post index.html without removing html, head body tags you can achieve this by setting full=true +Web apps, they would probably have index.html which contains html, head, body tags
+if you want to post index.html without removing that tags,
+you can achieve this by setting full=true ### config.toml - baseURL(string): base url of your site -- cgit v1.2.3