gor icon indicating copy to clipboard operation
gor copied to clipboard

Golang编写的静态博客引擎

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

希望一些文章能不被导航收集到 tag也找不到 只能通过指定的链接(域名)来访问

enhancement

使用setext-style ``` Header ==== ``` 这个是正常的,但是 使用atx-style (closing #’s are optional): ``` # Header ``` gor生成的post貌似不支持,直接就显示成了成文本的`# Header`

date的内容貌似现在不支持`yyyy-MM-dd hh:mm`这样的格式,是否有考虑支持这样的日期格式呢?

enhancement

例如有a.md文件,其中图片引用了当前目录的xx.jpg,结果编译的时候xx.jpg停止了,应该忽略掉这些不属于markdown的文件

现在的代码, 大量的基于map[string]interface{} 各种混乱的调用

enhancement