【已解决】给crifan的gitbook的template添加部署时更新github.io的README
之前已实现crifan的gitbook的template https://github.com/crifan/gitbook_template 可以自动 make deploy 发布内容到 crifan.com 和 https://crifan.gi...
之前已实现crifan的gitbook的template https://github.com/crifan/gitbook_template 可以自动 make deploy 发布内容到 crifan.com 和 https://crifan.gi...
crifan 1年前 (2020-01-08) 32浏览 0评论
vue template vue admin template PanJiaChen/vue-element-admin: A magical vue admin https://panjiachen.github.io/vue-element-ad...
crifan 2年前 (2019-04-22) 35浏览 0评论
去购买和下载 News Demo | Canvas Canvas | The Multi-Purpose HTML5 Template by SemiColonWeb | ThemeForest Secure Checkout | Th...
crifan 3年前 (2018-06-15) 1367浏览 0评论
之前已经: 【已解决】gitbook中book.json中能否把公共部分提取出来 【已解决】提取Gitbook中Makefile公共部分 现在接着去: 弄出一个gitbook的demo演示版本,用于: 说明:如何使用我的gitbook的源码(md...
crifan 4年前 (2017-08-20) 4167浏览 0评论
折腾: 【已解决】给react-hot-boilerplate中的index.html换成用HtmlWebpackPlugin自动生成html 期间,已经有了思路了,但是不知道如何在ejs的html中写条件判断 想要实现类似于这样的效果: ...
crifan 4年前 (2016-11-14) 2571浏览 0评论
后台管理模板,框架,有很多。 其中有个:adminlte 效果不错。 Free Bootstrap Admin Template | AdminLTE.IO https://adminlte.io AdminLTE 2 | Dashboard Fre...
crifan 5年前 (2016-08-30) 1586浏览 0评论
已有: Flask的views.py和models.py中实现了枚举的值 现在需要: 把当前的枚举值,传入Jinja的模版的html中 把原先的: <li> <div class="item-content&qu...
crifan 5年前 (2016-08-26) 1438浏览 0评论
已有: <a href=”{{ url_for(‘show_event’, eventId = todayEvent.id, curUserOpenid = curUser.openid) }}R...
crifan 5年前 (2016-08-26) 2828浏览 0评论
已有: <div class="item-inner"> <div class="item-title label">是否公开</div> <div cl...
crifan 5年前 (2016-08-24) 13978浏览 0评论
已有静态页面,需要将其整合到Flask的项目中,需要搞清楚,之前的html中的: <link rel="stylesheet" href="css/framework7.ios.css"> &...