From 826fa2ee1840ffdf6f9ebd7f944dcfdf245e49e4 Mon Sep 17 00:00:00 2001
From: Maikel <maikel.bollemeijer@gmail.com>
Date: Tue, 01 May 2018 18:59:02 +0000
Subject: [PATCH] Disqus support, exampleSite preview through make commando (#16)
---
README.md | 17 +++++++++++++++--
1 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index cf84788..99b374e 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,9 @@
url = "/about/"
```
+
+
+
You can look at full working [`config.toml`](https://github.com/luizdepra/hugo-coder/blob/master/exampleSite/config.toml) inside the [exampleSite](https://github.com/luizdepra/hugo-coder/tree/master/exampleSite) folder.
### Build & Test
@@ -69,10 +72,20 @@
```
hugo server
```
+To preview the exampleSite, run
+```
+make demo
+```
+ The above command copies current state of the theme to exampleSite/themes and starts hugo with hugo serve -D (Go does not support Symlink directories)
+
+### Disqus
+dd the following line to your config,
+```disqusShortname = "yourdiscussshortname"``` When this is set, all posts are disqus enabled
+You can disable comments for a post by adding the following to your page meta data.
+```disable_comments: true```
+
## To Do
-
-- Comments (probably not Disqus, sorry)
- Tags, Categories and Series
## License
--
Gitblit v1.10.0