diff --git a/ChangeLog.md b/ChangeLog.md index e69de29..48e4f2a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -0,0 +1,9 @@ +## ToC + +### v4.0 + +### v3.0 + +### v2.0 + +### v1.0 diff --git a/FAQs.md b/FAQs.md index 862a233..9dbffd8 100644 --- a/FAQs.md +++ b/FAQs.md @@ -1,3 +1,5 @@ +## ToC + - [Intro](#intro) - [Override theme template](#override-theme-template) - [Enable Social-Metadata and SEO](#enable-social-metadata-and-seo) diff --git a/Features.md b/Features.md index 6ca5719..19c8ef9 100644 --- a/Features.md +++ b/Features.md @@ -1,3 +1,5 @@ +## ToC + - [Assets (js/css)](#assets-jscss) - [Default Theme light/dark/auto](#default-theme-lightdarkauto) - [Theme Switch Toggle (enabled by default)](#theme-switch-toggle-enabled-by-default) @@ -28,6 +30,14 @@ View demo [here](https://adityatelange.github.io/hugo-PaperMod/) --- +## Intro + +- **We'll be using `yml/yaml` format for all examples down below, I recommend using `yml` over `toml` as it is easier to read.** + +- You can find any [YML to TOML](https://www.google.com/search?q=yml+to+toml) converters if necessary. + +--- + ### Assets (js/css) The following is enabled by default diff --git a/Icons.md b/Icons.md index 2fa8a1d..b080d74 100644 --- a/Icons.md +++ b/Icons.md @@ -1,9 +1,11 @@ +## ToC + - [Social Icons](#social-icons) - [Share Icons](#share-icons) ## Social Icons -| No. | name | platform link | +| No. | Name | Platform Link | | --- | ------------- | ------------------------------- | | 1 | 123rf | 123rf.com | | 2 | adobestock | stock.adobe.com | diff --git a/Installation.md b/Installation.md index 0b04899..4eb39d9 100644 --- a/Installation.md +++ b/Installation.md @@ -1,3 +1,5 @@ +## ToC + - [Guide](#guide) - [Method 1](#method-1) - [Method 2](#method-2) @@ -39,7 +41,7 @@ git submodule add https://github.com/adityatelange/hugo-PaperMod.git themes/Pape git submodule update --init --recursive ``` -**Note**: You may use ` --branch v3.0` to end of above command if you want to stick to specific release. +**Note**: You may use ` --branch v4.0` to end of above command if you want to stick to specific release. > Updating theme : > @@ -51,6 +53,14 @@ git submodule update --init --recursive Or you can Download as Zip from Github Page and extract in your themes directory +Direct Links: + +- [Master Branch (Latest)](https://github.com/adityatelange/hugo-PaperMod/archive/master.zip) +- [v4.0](https://github.com/adityatelange/hugo-PaperMod/archive/v4.0.zip) +- [v3.0](https://github.com/adityatelange/hugo-PaperMod/archive/v3.0.zip) +- [v2.0](https://github.com/adityatelange/hugo-PaperMod/archive/v2.0.zip) +- [v1.0](https://github.com/adityatelange/hugo-PaperMod/archive/v1.0.zip) + ### Finally ... Add in `config.yml`: @@ -192,13 +202,13 @@ menu: url: https://example.org weight: 30 # Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma +# pygmentsUseClasses: true # markup: # highlight: # # anchorLineNos: true # codeFences: true # guessSyntax: true # lineNos: true -# # noClasses: false # style: monokai ``` diff --git a/Variables.md b/Variables.md index 0b06b08..24ead59 100644 --- a/Variables.md +++ b/Variables.md @@ -1,3 +1,5 @@ +## ToC + - [Site Variables](#site-variables) - [Page Variables](#page-variables) diff --git a/_Footer.md b/_Footer.md index 09c96ac..59414ff 100644 --- a/_Footer.md +++ b/_Footer.md @@ -1,5 +1 @@ -![Build GH-Pages](https://github.com/adityatelange/hugo-PaperMod/workflows/Build%20GH-Pages/badge.svg) -![GitHub](https://img.shields.io/github/license/adityatelange/hugo-PaperMod) -![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/adityatelange/hugo-PaperMod) -![GitHub contributors](https://img.shields.io/github/contributors-anon/adityatelange/hugo-paperMod) -![GitHub stars](https://img.shields.io/github/stars/adityatelange/hugo-paperMod?style=social) \ No newline at end of file +**[Go-To-Top 🔝](#toc)** diff --git a/_Sidebar.md b/_Sidebar.md index 2bb2232..d24b22a 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -1,7 +1,7 @@ - **[Home](./Home)** - - [Installation](./Installation) - - [Features](./Features) - - [FAQs](./FAQs) - - [Variables](./Variables) - - [Icons](./Icons) + - **[Installation](./Installation)** + - **[Features](./Features)** + - **[FAQs](./FAQs)** + - **[Variables](./Variables)** + - **[Icons](./Icons)** - **[ChangeLog](./ChangeLog)**