Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gonnux/hugo-apps-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorByeonggon Lee <gonny952@gmail.com>2018-11-29 20:37:32 +0300
committerGitHub <noreply@github.com>2018-11-29 20:37:32 +0300
commit042788c52dd135f057d8e2c064642c12c63b76df (patch)
treeb214a69805ac6c49452c6c2fa6cc1e32cbf9c918
parent6eb76f221aff8725f0f9bd86c31ca28681f905eb (diff)
Update README.md
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index f819c12..8b8f58c 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
[![GitHub forks](https://img.shields.io/github/forks/gonapps/hugo-apps-theme.svg?style=flat-square)](https://github.com/gonapps/hugo-apps-theme/fork)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://raw.githubusercontent.com/gonapps/hugo-apps-theme/master/LICENSE.md)
-Hugo apps theme
+Hugo apps theme makes it easy to post web apps
## Installation
From the root of your website
@@ -42,6 +42,10 @@ touch apps/myapp/app.css
- enableDisqus(boolean): wheter your page uses disqus or not, even though this value is true you cannot enable disqus for full page
- 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
+
### config.toml
- baseURL(string): base url of your site
- hasCJKLanguage(boolean): whether you support CJK language or not