mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
update
This commit is contained in:
parent
f94244fc5c
commit
6c21991831
@ -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.
|
||||
|
@ -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)
|
||||
|
@ -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 |
|
||||
| --- | -------- |
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user