serenader

Results 4 issues of serenader

windows 系统下 文件路径是用 `\\` 来分隔的,不像 Linux 或者 OS X 那样用 `/` ,所以,这个插件在 windows 系统下上传到七牛后会出现这样的 url : ``` http://bucket.qiniucdn.com/css\style.css ``` 类似的情况在其他插件中也有出现。。。 解决办法就是用 `path.sep` 来替换这个分隔符。

Three years ago, I began to write this package, just for my personal project, and I'm very happy that this package helps people a lot. Now I have a full...

Hello, I have added some useful feature to this theme: - Support Google Analytics and Disqus, they're optional. you can choose to enable it or not. - Adjust post page's...

Here is my docker-compose file content (I have skipped some configs since they are not relevant): ```yml version: '2' services: gitlab: restart: unless-stopped image: sameersbn/gitlab:17.3.3 container_name: gitlab ports: - "20080:80"...