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 16:56:40 +0300
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2016-03-08 16:58:44 +0300
commitd0fcabe2fbd5e0d5d6f29b6c8d19699e5b11fdde (patch)
tree71ced03caf7ac009bcfe0ad80b801703dd865e0b /exampleSite
parentc7dcfa6548cc71c48d39bba6367aea7d15203b37 (diff)
Add option to disable profile / widgets
Can be controlled in the frontmatter. The full width will be used for the content if both are disabled. Fixes #29.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/post/introducing-icarus-and-its-features.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/exampleSite/content/post/introducing-icarus-and-its-features.md b/exampleSite/content/post/introducing-icarus-and-its-features.md
index 9faf55b..c45386b 100644
--- a/exampleSite/content/post/introducing-icarus-and-its-features.md
+++ b/exampleSite/content/post/introducing-icarus-and-its-features.md
@@ -83,6 +83,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. `Home` appears before the linked post, `Tags` and `Categories` after them (as in the menu above).
+### 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
Maybe you noticed the 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.