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

JSFiddle

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

CodePen

1{{< codepen "id" >}}
markdown

JSRun

1{{< jsrun "id" >}}
markdown

Gist

1{{< 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'