mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
update
parent
3350876b2b
commit
bb0e3080b3
@ -0,0 +1,9 @@
|
||||
## ToC
|
||||
|
||||
### v4.0
|
||||
|
||||
### v3.0
|
||||
|
||||
### v2.0
|
||||
|
||||
### v1.0
|
2
FAQs.md
2
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)
|
||||
|
10
Features.md
10
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
|
||||
|
4
Icons.md
4
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 |
|
||||
|
@ -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
|
||||
```
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
## ToC
|
||||
|
||||
- [Site Variables](#site-variables)
|
||||
- [Page Variables](#page-variables)
|
||||
|
||||
|
@ -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)
|
||||
**[Go-To-Top 🔝](#toc)**
|
||||
|
10
_Sidebar.md
10
_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)**
|
||||
|
Loading…
Reference in New Issue
Block a user