Add description to Readme
This commit is contained in:
parent
cc5bbd935c
commit
3bb0176dcf
@ -1,5 +1,7 @@
|
|||||||
# Highlight boxes in Hugo
|
# Highlight boxes in Hugo
|
||||||
|
|
||||||
|
Add Highlight Boxes to your Website
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
1. Add the shortcode files to `layouts/shortcodes`
|
1. Add the shortcode files to `layouts/shortcodes`
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Post Archive in Hugo
|
# Post Archive in Hugo
|
||||||
|
|
||||||
|
Add an Archive of your Posts to your Website
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
1. Add the shortcode file `shortcodes/archive.html` to your project > `layouts/shortcodes`
|
1. Add the shortcode file `shortcodes/archive.html` to your project > `layouts/shortcodes`
|
||||||
@ -18,7 +20,7 @@ To reach your Archive you can add a new menu entry that links to it:
|
|||||||
```
|
```
|
||||||
|
|
||||||
Add a summary (description) to each Post:
|
Add a summary (description) to each Post:
|
||||||
```yaml
|
```toml
|
||||||
+++
|
+++
|
||||||
...
|
...
|
||||||
summary = "This is a Test Page for this Usage example"
|
summary = "This is a Test Page for this Usage example"
|
||||||
@ -28,4 +30,4 @@ summary = "This is a Test Page for this Usage example"
|
|||||||
|
|
||||||
## Preview
|
## Preview
|
||||||
|
|
||||||
![Highlight Boxes in Hugo](post_archive.png)
|
![Post Archive in Hugo](post_archive.png)
|
@ -1,5 +1,7 @@
|
|||||||
# Raw HTML in Hugo
|
# Raw HTML in Hugo
|
||||||
|
|
||||||
|
Insert raw HTML Code anywhere
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
1. Add the shortcode file to `layouts/shortcodes`
|
1. Add the shortcode file to `layouts/shortcodes`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user