2015-06-21 编程 Ghost-flat主题优化 ###图片自适应(包括手机上) 文件名assets/css/app.css section.posts img { max-width: 100%; height: auto; width: auto\9; } ###文章里的链接新页面打开 文件名`assets/js/ghost-blog.js Continue reading...
2015-06-21 编程 Ghost博客优化 ###修改标题不显示页数 文件名:node_modules/ghost/core/server/helpers/meta_title.js // if (pagination && pagination.total > 1) { // pageString = ' - Page ' + pagination.page; // } ###修改时区与汉化时间显示 到openshift的源码目录,安装moment-timezone模块: Continue reading...
2015-06-17 系统 OpenShift部署Ghost 简介: 利用免费云服务部署个人博客 ###一、注册openshift 点击注册 ###二、安装Ghost 点 Applications - Add Applications 找到 Ghost x.x.x 点进去 Public URL 随便写如:ghost 拉到下面点 Create Application Continue reading...