Add description to Readme

This commit is contained in:
Kim Oliver Drechsel 2022-01-14 23:25:00 +01:00
parent cc5bbd935c
commit 3bb0176dcf
Signed by: Kim
GPG Key ID: B9D907EF02605A07
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,7 @@
# Highlight boxes in Hugo
Add Highlight Boxes to your Website
## Install
1. Add the shortcode files to `layouts/shortcodes`

View File

@ -1,5 +1,7 @@
# Post Archive in Hugo
Add an Archive of your Posts to your Website
## Install
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:
```yaml
```toml
+++
...
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
![Highlight Boxes in Hugo](post_archive.png)
![Post Archive in Hugo](post_archive.png)

View File

@ -1,5 +1,7 @@
# Raw HTML in Hugo
Insert raw HTML Code anywhere
## Install
1. Add the shortcode file to `layouts/shortcodes`