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

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>2016-03-08 17:05:24 +0300
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2016-03-08 17:05:24 +0300
commit926f94550d46eba19641c7674765a1d4dcbb21d1 (patch)
tree6e7aeefc58e7e4acd743c5a2471ca3f383b0761a
parentd0fcabe2fbd5e0d5d6f29b6c8d19699e5b11fdde (diff)
Update README
-rw-r--r--README.md22
1 files changed, 21 insertions, 1 deletions
diff --git a/README.md b/README.md
index 089fef7..0e5874e 100644
--- a/README.md
+++ b/README.md
@@ -45,10 +45,18 @@ Now, let us take a look into the `config.toml`. Feel free to play around with th
### Comments
-The opional comment system is powered by Disqus. Enter your shortname to enable the comment section under your posts.
+The optional comment system is powered by Disqus. Enter your shortname to enable the comment section under your posts.
disqusShortname = ""
+Tip: you can disable the comment section for a single page in its frontmatter:
+
+```toml
++++
+disable_comments = true
++++
+```
+
### Menu
@@ -68,6 +76,18 @@ Furthermore, we can add entries that don't link to posts. Back in the `config.to
Define a label and enter the URL to resource you want to link. With `before` you can decide whether the link should appear before **or** after all linked posts in the menu. Therefore, `Home` appears before the linked post.
+### Sidebars
+
+In order to use the full width of the website you can disable the profile on the left and / or the widgets on the right for a single page in the frontmatter:
+
+```toml
++++
+disable_profile = true
+disable_widgets = true
++++
+```
+
+
### Tell me who you are
This theme also provides a profile section on the left. Add your social network accounts to the profile section on the left by entering your username under `social`. The links to your account will be create automatically.