From 926f94550d46eba19641c7674765a1d4dcbb21d1 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Tue, 8 Mar 2016 15:05:24 +0100 Subject: Update README --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.2.3