A Collection of useful Hugo Shortcodes
highlight | ||
post_archive | ||
rawhtml | ||
search_engine_optimization | ||
table_of_contents | ||
LICENSE | ||
README.md |
Hugo Shortcodes
A Collection of useful Hugo Shortcodes
-
Highlight Boxes
Add Highlight Boxes to your Website
-
Post Archive
Add an Archive of your Posts to your Website
-
Inserting Raw HTML
Insert raw HTML Code anywhere
{{< rawhtml >}} <h1>your html code here</h1> <p style="color: yellow;">Example HTML</p> {{< /rawhtml >}}
-
Table of Contents
Add a automatically generated Table of Contents to any Page/Post on your Website
-
Search Engine Optimization
Add automatically generated Search Engine Optimization to your Website
<meta name="keywords" content="default-tag1, default-tag2, default-tag3" /> <meta name="robots" content="index, follow" /> <link rel="canonical" href="http://localhost:1313/posts/example-post" /> <link rel="alternate" href="http://localhost:1313/posts/example-post" hreflang="en-us" /> <link rel="alternate" type="application/rss+xml" href="http://localhost:1313/index.xml" title="Example Blog" />