From 6c219918313273e591a423291a12c2fdc94a37af Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Thu, 24 Sep 2020 11:32:20 +0530 Subject: [PATCH] update --- content/posts/markdown-syntax.md | 2 ++ content/posts/papermod/papermod-features.md | 3 ++- content/posts/papermod/papermod-icons.md | 5 +++-- content/posts/papermod/papermod-installation.md | 1 - 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/content/posts/markdown-syntax.md b/content/posts/markdown-syntax.md index 2aa35e1f..a0841fb5 100644 --- a/content/posts/markdown-syntax.md +++ b/content/posts/markdown-syntax.md @@ -15,6 +15,8 @@ categories = [ ] series = ["Themes Guide"] aliases = ["migrate-from-jekyl"] +ShowToc = true +TocOpen = true +++ This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme. diff --git a/content/posts/papermod/papermod-features.md b/content/posts/papermod/papermod-features.md index 30ff7449..7ad19dd7 100644 --- a/content/posts/papermod/papermod-features.md +++ b/content/posts/papermod/papermod-features.md @@ -2,12 +2,13 @@ title: "Papermod - Features" date: 2020-09-16T11:30:03+05:30 showToc: true -hidemeta: true TocOpen: true weight: 2 aliases: ['/papermod-features'] tags: ['PaperMod'] author: "Aditya Telange" +ShowToc: true +TocOpen: true --- ## Assets (js/css) diff --git a/content/posts/papermod/papermod-icons.md b/content/posts/papermod/papermod-icons.md index 916fe144..fc5e2923 100644 --- a/content/posts/papermod/papermod-icons.md +++ b/content/posts/papermod/papermod-icons.md @@ -3,12 +3,13 @@ title: "Papermod - Icons" date: 2020-09-17T11:30:03+05:30 showToc: true TocOpen: true -hidemeta: true weight: 3 aliases: ['/papermod-icons'] tags: ['PaperMod'] author: "Aditya Telange" --- + +## Social Icons Usage : ``` @@ -57,7 +58,7 @@ socialIcons: # optional --- -# Share Icons +## Share Icons | No. | Platform | | --- | -------- | diff --git a/content/posts/papermod/papermod-installation.md b/content/posts/papermod/papermod-installation.md index e9a8f866..950560a3 100644 --- a/content/posts/papermod/papermod-installation.md +++ b/content/posts/papermod/papermod-installation.md @@ -3,7 +3,6 @@ title: "Papermod - Installation" date: 2020-09-15T11:30:03+05:30 series: ["PaperMod"] weight: 1 -hidemeta: true aliases: ['/papermod-installation'] tags: ['PaperMod'] author: "Aditya Telange"