无论你是博客发烧友,还是项目开发小组,或是造轮子达人。
只要你需要写文档(markdown),而且需要产生出一套漂亮的页面。那么Picidae再适合不过了...@H_301_2@
@H_301_2@
Picidae(啄木鸟)类似于 Hexo,但是它生成的页面具有单页的性能,同时兼顾服务器渲染,满足搜索引擎爬取。@H_301_2@
使用案例:@H_301_2@
怎么使用!
# 成功安装 nodejs 之后 npm install picidae -g picidae init [blog] cd [blog] # install Globally picidae use picidae-theme-grass # 开启服务 picidae start # 打开 http://localhost:8989 open http://localhost:8989 # 构建页面资源 picidae build picidae use picidae-commander-gh-pages # // 添加下列代码至 picidae.config.js 中,使 picidae-commander-gh-pages 生效 # commanders: [ # 'gh-pages?repo=git@github.com:[username]/[username].github.io.git&branch=master&remote=origin' # ] picidae gh-pages # 发布静态资源至 github 中
有问题欢迎提 Issues@H_301_2@ 原文链接:https://www.f2er.com/react/302091.html