opoopress icon indicating copy to clipboard operation
opoopress copied to clipboard

OpooPress framework is a java based blog aware static site generator.

Results 8 opoopress issues
Sort by recently updated
recently updated
newest added

[![mitm_build](https://user-images.githubusercontent.com/1323708/59226671-90645200-8ba1-11e9-8ab3-39292bef99e9.jpeg)](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Update: Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/bugbountywriteup/update-want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-d069d253fe23?source=friends_link&sk=8c8e52a7d57b98d0b7e541665688b454)...

[opoopress-wagon-git](http://www.opoopress.com/zh/docs/github-pages/#opoopress-wagon-git) 在发布网站时,无法删除不用的旧文件,这与该插件目前的运作流程有关: 1. 生成网站到目录 target/public/site,后称目录 a 2. 创建临时目录 b 3. git clone 原网站内容到目录 b 4. 复制目录 a 中的内容到目录 b,若文件存在,则覆盖 5. 执行 git 指令:`git add .`,`git commit -m public site`,`git push`...

bug

拟增加文章分页功能插件。 可参考WordPress的文章分页功能,在文章源文件中使用``对内容进行分割。

new feature

主要用于SEO等。实现上参考 #13

new feature

需要增加文档: OpooPress 博客主题开发指南,添加简单的示例。

new feature

Design and develop OpooPress Helper with GUI for non-developer. 为非开发人员设计开发带有图形界面的 OpooPress 辅助工具包。

new feature

-Dtitle英文,不指定 -Dname 成功 -Dtitle中文,指定 -Dname 成功 **-Dtitle中文,不指定 -Dname 出错** ``` linux-9mbz:~/Documents/myBlog> mvn op:new-post -Dtitle="测试" [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building My OpooPress.com site 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO]...