hugo
- 內嵌google docs
- 如何使用shortcode
- Template engines and JavaScript
- How can another file be Included in a Hugo/Markdown page?
- HUGO: Insert JS in between markdown Content
- Create Custom Shortcodes To Embed Content In Hugo Posts And Pages
- short code example
- hugo json api
gitea
js engine
codepen
tree
side-bar
這裡的CSS放在mystyle.css中可以讓sidebar button 顯示,但是卻無法捲動。
@media only all {
#sidebar-toggle-span {
display: inline;
}
.sidebar-hidden {
overflow: hidden;
}
.sidebar-hidden #sidebar {
left: -250px; /*0*/
}
.sidebar-hidden #body {
margin-left: 0px; /*230px;*/
overflow: hidden;
}
.sidebar-hidden #overlay {
/*
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 10;
background: rgba(255, 255, 255, 0.5);
cursor: pointer;
*/
}
}