From 336fd3f7566c7872c17b30f7cd150e1d16899205 Mon Sep 17 00:00:00 2001 From: sptaule Date: Mon, 24 Jan 2022 18:36:50 +0100 Subject: First commit --- templates/shortcodes/chart.html | 1 + templates/shortcodes/galleria.html | 1 + templates/shortcodes/katex.html | 1 + templates/shortcodes/mapbox.html | 11 +++++++++++ templates/shortcodes/mermaid.html | 1 + templates/shortcodes/vimeo.html | 9 +++++++++ templates/shortcodes/youtube.html | 9 +++++++++ 7 files changed, 33 insertions(+) create mode 100755 templates/shortcodes/chart.html create mode 100755 templates/shortcodes/galleria.html create mode 100755 templates/shortcodes/katex.html create mode 100755 templates/shortcodes/mapbox.html create mode 100755 templates/shortcodes/mermaid.html create mode 100755 templates/shortcodes/vimeo.html create mode 100755 templates/shortcodes/youtube.html (limited to 'templates/shortcodes') diff --git a/templates/shortcodes/chart.html b/templates/shortcodes/chart.html new file mode 100755 index 0000000..539aeea --- /dev/null +++ b/templates/shortcodes/chart.html @@ -0,0 +1 @@ +{{body | safe}} diff --git a/templates/shortcodes/galleria.html b/templates/shortcodes/galleria.html new file mode 100755 index 0000000..0e23cd3 --- /dev/null +++ b/templates/shortcodes/galleria.html @@ -0,0 +1 @@ +
{{body | safe}}
\ No newline at end of file diff --git a/templates/shortcodes/katex.html b/templates/shortcodes/katex.html new file mode 100755 index 0000000..cac8e97 --- /dev/null +++ b/templates/shortcodes/katex.html @@ -0,0 +1 @@ + diff --git a/templates/shortcodes/mapbox.html b/templates/shortcodes/mapbox.html new file mode 100755 index 0000000..13d3488 --- /dev/null +++ b/templates/shortcodes/mapbox.html @@ -0,0 +1,11 @@ +
+
+ {{config.extra.mapbox.access_token}} +
+
+ {{zoom}} +
+
+ {{body}} +
+
diff --git a/templates/shortcodes/mermaid.html b/templates/shortcodes/mermaid.html new file mode 100755 index 0000000..18395a6 --- /dev/null +++ b/templates/shortcodes/mermaid.html @@ -0,0 +1 @@ +
{{body}}
diff --git a/templates/shortcodes/vimeo.html b/templates/shortcodes/vimeo.html new file mode 100755 index 0000000..79f92bb --- /dev/null +++ b/templates/shortcodes/vimeo.html @@ -0,0 +1,9 @@ +
+ +
\ No newline at end of file diff --git a/templates/shortcodes/youtube.html b/templates/shortcodes/youtube.html new file mode 100755 index 0000000..a6d8ad8 --- /dev/null +++ b/templates/shortcodes/youtube.html @@ -0,0 +1,9 @@ +
+ +
\ No newline at end of file -- cgit v1.2.3