1.7 KiB
title, date, images, draft, authors, tags
| title | date | images | draft | authors | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Really long title Second Post Copy for layout scaling with flexbox using css 2 | 2020-05-05T02:14:50+01:00 |
|
true |
|
|
Hugo ships with several Built-in Shortcodes for rich content, along with a Privacy Config and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.
Test code
import flask
def flask():
something = flask.something()
return something
Instagram Simple Shortcode
{{< instagram_simple BGvuInzyFAe hidecaption >}}
YouTube Privacy Enhanced Shortcode
{{< youtube ZJthWmvUzzc >}}
Twitter Simple Shortcode
{{< twitter_simple 1085870671291310081 >}}
Vimeo Simple Shortcode
{{< vimeo_simple 48912912 >}}
Test img shortcode
{{< img "images/banner.svg*" >}}
Test indent
something
Test table
Does Hugo put the class of the table as content table? If so do we need to add the bootstrap table class?.
Hugo adds no css to the table. In order to style it you should select the <table> element in the .content class, and add the .table class to it.
| Name | Job |
|---|---|
| Daniel | Capacity |
| Dale | Capacity |
Admonitions
{{< notice note >}} Note Admonition {{< /notice >}}
{{< notice tip >}} Tip Admonition {{< /notice >}}
{{< notice info >}} Infomation Admonition {{< /notice >}}
{{< notice warning >}}
This is a warning notice. Be warned! code
{{< /notice >}}