diff --git a/highlight/README.md b/highlight/README.md index 80897e6..05734a1 100644 --- a/highlight/README.md +++ b/highlight/README.md @@ -1,5 +1,7 @@ # Highlight boxes in Hugo +Add Highlight Boxes to your Website + ## Install 1. Add the shortcode files to `layouts/shortcodes` diff --git a/post_archive/README.md b/post_archive/README.md index 58a8309..e8a39ff 100644 --- a/post_archive/README.md +++ b/post_archive/README.md @@ -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) \ No newline at end of file +![Post Archive in Hugo](post_archive.png) \ No newline at end of file diff --git a/rawhtml/README.md b/rawhtml/README.md index 76a5609..8a0c561 100644 --- a/rawhtml/README.md +++ b/rawhtml/README.md @@ -1,5 +1,7 @@ # Raw HTML in Hugo +Insert raw HTML Code anywhere + ## Install 1. Add the shortcode file to `layouts/shortcodes`