A detailed description of online IDE shortcodes, such as JSFiddle, CodePen, JSRun.

JSFiddle#

{{< jsfiddle "user/id" >}}
markdown

CodePen#

{{< codepen "id" >}}
markdown

JSRun#

{{< jsrun "id" >}}
markdown

Gist#

{{< gist razonyang f82a9399c2f682df36432f0ef828c451 >}}
markdown
hugo new site myblog
cd myblog
git init
git submodule add https://github.com/razonyang/hugo-theme-bootstrap themes/hugo-theme-bootstrap
cp -a themes/hugo-theme-bootstrap/exampleSite/* .
hugo server
cd themes/hugo-theme-bootstrap
git fetch
git checkout [version]
cd ../../
git add themes/hugo-theme-bootstrap
git commit -m 'Upgrade the theme'