blow icon indicating copy to clipboard operation
blow copied to clipboard

A zola theme based on tailwindcss

Results 3 blow issues
Sort by recently updated
recently updated
newest added

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 ». ![image](https://github.com/tchartron/blow/assets/2599010/0b84debc-40ea-4598-9a15-c02a9d517aad) 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...