gor icon indicating copy to clipboard operation
gor copied to clipboard

Golang编写的静态博客引擎

Results 25 gor issues
Sort by recently updated
recently updated
newest added

主题的layout default中定义了页头和页尾,页面内容通过{{ content }}调用,新建了个page,是.html文件,为什么生成后的page,内容部分全是html代码

我有文件a.md和b.md,a.md中[bbb](b.md)这样编译出来并没有引用到b.html,希望这个处理下.

Under Linux/OSX, all files that are created by gor (new, post, init) are created with the "execute" permission. They should not have the execute permission at all.

Please allow setting `posts.dir` in `config.yml` to specify a custom posts location.

If I keep my `posts/` directory as a git repository, `gor` will try to parse the `.git` directory. I suggest skipping any hidden Linux files and directories, meaning they start...

这样扩展性差了好多啊。而且我为什么非得用 sinapp 的 jquery ,我不可以用别的地址的 jquery 吗?

需要扩展的话,直接添加包含 config.yml 的目录即可,例如: wcc ,引用的时候需要改成 widgets/wcc 。 之前的模板引入部分也需要做对应的修改。 相应的修改已经添加到 zip 文件里面。 你看下可以直接合并到里面吗?

现有个需求,想把之前在hexo下的文章一次性地导入到gor下, 如同Linux的cp dir1 dir2 的方式一下搞定,或者更优雅的方式 这个可以吗?可以加入

看看 example 好像不行,所有分类显示在一个页面?

enhancement