From f8b4b41a58e238983b9047d68566065e644c9b3d Mon Sep 17 00:00:00 2001 From: weru <onewesh@gmail.com> Date: Thu, 08 Oct 2020 11:33:35 +0000 Subject: [PATCH] update --- exampleSite/content/docs/clarity/customize.md | 50 -------------------------------------------------- 1 files changed, 0 insertions(+), 50 deletions(-) diff --git a/exampleSite/content/docs/clarity/customize.md b/exampleSite/content/docs/clarity/customize.md index 50cf2fb..d611cc2 100644 --- a/exampleSite/content/docs/clarity/customize.md +++ b/exampleSite/content/docs/clarity/customize.md @@ -75,56 +75,6 @@ If using Google Analytics, configure the `ga_analytics` global parameter in your site with your ID. -### Blog directory - -Edit the `config.toml` file and change the `mainSections` key. Values will be directories where the blogs reside. - -```yaml -[params] -... -mainSections = ["posts", "docs", "blogs"] -... -``` - -For more info, see the [Hugo docs](https://gohugo.io/functions/where/#mainsections). - -### Mobile menu positioning - -The navigation menu when mobile browsing can be configured in `config.toml` to open right or left depending on preference. The "hamburger" menu icon will always display in the upper right hand corner regardless. - -```yaml -[params] -... -mobileNavigation = "left" # Mobile nav menu will open to the left of the screen. -... -``` - -### Tags and Taxonomies - -#### Show number of tags - -The number of tags and taxonomies (including categories) that should be shown can be configured so that any more than this value will only be accessible when clicking the All Tags button. This is to ensure a large number of tags or categories can be easily managed without consuming excess screen real estate. Edit the `numberOfTagsShown` parameter and set accordingly. - -```yaml -[params] -... -numberOfTagsShown = 14 # Applies for all other default & custom taxonomies. e.g categories, brands see https://gohugo.io/content-management/taxonomies#what-is-a-taxonomy -... -``` - -#### Number of tags example - - - -<!-- mark --> - -### Table of contents - -Each article can optionally have a table of contents (TOC) generated for it based on top-level links. By configuring the `toc` parameter in the article frontmatter and setting it to `true`, a TOC will be generated only for that article. The TOC will then render under the featured image. - -#### Table of contents (TOC) example - - ### Custom CSS and JS -- Gitblit v1.10.0