One similar static blog framework no need server service.
Requires .Net 6+
Now only support install from nuget.
dotnet tool install -g bbob
About usage and plugin develop, please see the Documents
Feel funny
- Add
dev
command to generate files for development. - bbob.js api add drawHtmlToElement function to easy draw html from string to target element and execute script.
- fix
GitDeploy
bugs. add
command support add from list file./addlist.txt
remove
command support remove all plugin or theme(exceptdefault
).BuildWebArticleJson
plugin now remove config support.
- remove
articleBaseUrlShort
data from theme info. Now get article through theid
insteadaddress
.
- bbob-plugin-disqus Let your article have comment.
- bbob-plugin-prerender Generate static page for seo.
- bbob-plugin-mathjax Let your blog articles support display mathematics syntax.