blow
blow copied to clipboard
A zola theme based on tailwindcss
Hi, I’ve just done a new post with ```sh some long shell output ``` content. When listing posts in a category, text goes outside its « frame ».  I’ll...
更新layout模板,以支持在打包后在github的page中使用 - 支持通过`base_url`来修改css的路径 - 支持通过`base_url`来修改js的路径 - 支持通过`base_url`来修改navbar和sidebar中的路径
I have an `_index.md` page under `content/about/` with this front matter and content. ``` +++ title = "About me" template = "section.html" +++ Your about page content here. ``` On...