https://github.com/kimdre/hugo-shortcodes
A Collection of useful Hugo Shortcodes
https://github.com/kimdre/hugo-shortcodes
hugo hugo-shortcode hugo-shortcodes
Last synced: 10 months ago
JSON representation
A Collection of useful Hugo Shortcodes
- Host: GitHub
- URL: https://github.com/kimdre/hugo-shortcodes
- Owner: kimdre
- License: mit
- Created: 2022-01-14T14:50:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-18T06:30:38.000Z (over 4 years ago)
- Last Synced: 2025-03-23T17:36:52.703Z (over 1 year ago)
- Topics: hugo, hugo-shortcode, hugo-shortcodes
- Language: HTML
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hugo Shortcodes
A Collection of useful Hugo Shortcodes
- ## [Highlight Boxes](highlight)
Add Highlight Boxes to your Website

- ## [Post Archive](post_archive)
Add an Archive of your Posts to your Website

- ## [Inserting Raw HTML](rawhtml)
Insert raw HTML Code anywhere
```hugo
{{< rawhtml >}}
your html code here
Example HTML
{{< /rawhtml >}}
```

- ## [Table of Contents](table_of_contents)
Add a automatically generated Table of Contents to any Page/Post on your Website

- ## [Search Engine Optimization](search_engine_optimization)
Add automatically generated Search Engine Optimization to your Website
```html
```