update

Aditya Telange 2021-01-22 12:57:06 +05:30
parent 3350876b2b
commit bb0e3080b3
8 changed files with 44 additions and 13 deletions

@ -0,0 +1,9 @@
## ToC
### v4.0
### v3.0
### v2.0
### v1.0

@ -1,3 +1,5 @@
## ToC
- [Intro](#intro) - [Intro](#intro)
- [Override theme template](#override-theme-template) - [Override theme template](#override-theme-template)
- [Enable Social-Metadata and SEO](#enable-social-metadata-and-seo) - [Enable Social-Metadata and SEO](#enable-social-metadata-and-seo)

@ -1,3 +1,5 @@
## ToC
- [Assets (js/css)](#assets-jscss) - [Assets (js/css)](#assets-jscss)
- [Default Theme light/dark/auto](#default-theme-lightdarkauto) - [Default Theme light/dark/auto](#default-theme-lightdarkauto)
- [Theme Switch Toggle (enabled by default)](#theme-switch-toggle-enabled-by-default) - [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) ### Assets (js/css)
The following is enabled by default The following is enabled by default

@ -1,9 +1,11 @@
## ToC
- [Social Icons](#social-icons) - [Social Icons](#social-icons)
- [Share Icons](#share-icons) - [Share Icons](#share-icons)
## Social Icons ## Social Icons
| No. | name | platform link | | No. | Name | Platform Link |
| --- | ------------- | ------------------------------- | | --- | ------------- | ------------------------------- |
| 1 | 123rf | 123rf.com | | 1 | 123rf | 123rf.com |
| 2 | adobestock | stock.adobe.com | | 2 | adobestock | stock.adobe.com |

@ -1,3 +1,5 @@
## ToC
- [Guide](#guide) - [Guide](#guide)
- [Method 1](#method-1) - [Method 1](#method-1)
- [Method 2](#method-2) - [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 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 : > 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 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 ... ### Finally ...
Add in `config.yml`: Add in `config.yml`:
@ -192,13 +202,13 @@ menu:
url: https://example.org url: https://example.org
weight: 30 weight: 30
# Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma # Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma
# pygmentsUseClasses: true
# markup: # markup:
# highlight: # highlight:
# # anchorLineNos: true # # anchorLineNos: true
# codeFences: true # codeFences: true
# guessSyntax: true # guessSyntax: true
# lineNos: true # lineNos: true
# # noClasses: false
# style: monokai # style: monokai
``` ```

@ -1,3 +1,5 @@
## ToC
- [Site Variables](#site-variables) - [Site Variables](#site-variables)
- [Page Variables](#page-variables) - [Page Variables](#page-variables)

@ -1,5 +1 @@
![Build GH-Pages](https://github.com/adityatelange/hugo-PaperMod/workflows/Build%20GH-Pages/badge.svg) **[Go-To-Top 🔝](#toc)**
![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)

@ -1,7 +1,7 @@
- **[Home](./Home)** - **[Home](./Home)**
- [Installation](./Installation) - **[Installation](./Installation)**
- [Features](./Features) - **[Features](./Features)**
- [FAQs](./FAQs) - **[FAQs](./FAQs)**
- [Variables](./Variables) - **[Variables](./Variables)**
- [Icons](./Icons) - **[Icons](./Icons)**
- **[ChangeLog](./ChangeLog)** - **[ChangeLog](./ChangeLog)**