You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 1, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-14Lines changed: 2 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,29 +125,17 @@ You can also print formulas inline. In this case wrap the formula only once with
125
125
126
126
If you don't need equations, you can disable MathJax but putting `disable_mathjax = true` in your config.toml. This will prevent clients from unnecessarily downloading the MathJax library.
127
127
128
-
## Shortcodes
129
128
130
-
Last but not least I included some useful [shortcodes](http://gohugo.io/extras/shortcodes/) to make your life easier.
129
+
### Gallery shortcode
131
130
132
-
### Gallery
133
-
134
-
This way you can include a gallery into your post. Copy the code below into your content file and enter the relative paths to your images.
131
+
This shortcode you to easily include a gallery into your pages. Copy the code below into your content file and enter the relative paths to your images.
135
132
136
133
{{< gallery
137
134
"/banners/placeholder.png"
138
135
"/banners/placeholder.png"
139
136
"/banners/placeholder.png"
140
137
>}}
141
138
142
-
### JSFiddle
143
-
144
-
It works the same with JSFiddle examples you want to showcase. The parameter `id` consists of the username and id of the example.
145
-
146
-
{{< jsfiddle id="zalun/NmudS" >}}
147
-
148
-
As descibed in the [docs of JSFiddle](http://doc.jsfiddle.net/use/embedding.html), you can define which tabs will be shown. Enter the tabs you want to see separated by a comma in the `tabs` parameter.
It works the same with JSFiddle examples you want to showcase. The parameter `id` consists of the username and id of the example.
161
-
162
-
{{</* jsfiddle id="zalun/NmudS" */>}}
163
-
164
-
<p></p>
165
-
166
-
{{< jsfiddle id="zalun/NmudS" >}}
167
-
168
-
As descibed in the [docs of JSFiddle](http://doc.jsfiddle.net/use/embedding.html), you can define which tabs will be shown. Enter the tabs you want to see separated by a comma in the `tabs` parameter.
0 commit comments