diff --git a/content/home/index.md b/content/home/index.md index 36859c0..8943664 100644 --- a/content/home/index.md +++ b/content/home/index.md @@ -9,6 +9,7 @@ weight: 1 +{{ reviews() }} {% row(style="left" margin="none" reverse="rightreserve" padding="bottom") %} @@ -23,9 +24,20 @@ weight: 1 ## h2 title -{% test(subject="My Subject") %} -{% fflow_grid() %} - ... + + + +{{ mycomponent( + subject="My Subject", + items=[ + "aaa", + "bbb", + "cccc" + ] + ) +}} + + ### h3 subtitle diff --git a/tailwind.config.js b/tailwind.config.js index 2331478..a08b26c 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -14,5 +14,7 @@ module.exports = { theme: { extend: {}, }, - plugins: [], + plugins: [ + require('@tailwindcss/typography'), + ], } diff --git a/templates/shortcodes/mycomponent.html b/templates/shortcodes/mycomponent.html new file mode 100644 index 0000000..ceafd2d --- /dev/null +++ b/templates/shortcodes/mycomponent.html @@ -0,0 +1,13 @@ + + + +
This is a section of some simple filler text, also known as placeholder text. It shares some characteristics of a real written text but is random or otherwise generated. It may be used to display a sample of fonts or generate text for testing.
+This is a section of some simple filler text, also known as placeholder text. It shares some characteristics of a real written text but is random or otherwise generated. It may be used to display a sample of fonts or generate text for testing.
+This is a section of some simple filler text, also known as placeholder text. It shares some characteristics of a real written text but is random or otherwise generated. It may be used to display a sample of fonts or generate text for testing.
+