Code Monkey home page Code Monkey logo

docker-ghost's Introduction

Ghost 7.0 正式发布

Ghost 0.7.0 已经正式发布了!此版本主要对后台 UI 的重构,既包含重新设计,也包含底层功能的重大改进。0.7.0 还为即将到来的 API 做了很多铺垫工作。

Ghost 0.7.0 的主要改进

  • [新增] 设计新后台界面

  • [新增] 后台能够搜索博文和用户

  • [新增] 安装流程(针对新博客)

  • [改进] jQuery 不再包含在 {{ghost_foot}} 输出中

  • [改进] 保存标签的添加顺序

  • [改进] {{foreach}} 助手函数

  • [修复] {{tags}}{{author}} 不出现在用于获取前一篇/后一篇博文的助手函数中

  • [修复] 多个涉及 RSS 链接的问题

  • [修复] 非常早版本的升级路径

可以在这里查看完整的升级日志

下载地址

http://www.ghostchina.com/download/

强烈建议大家下载并使用 Ghost 0.7.0 中文版完整集成包,以免 npm install --production 安装依赖包时被墙!


Ghost 7.0 中文集成版 Dockerfile

这个仓库包含Ghost v7.0 中文集成版本Docker自动创建 automated build Ghost镜像到 Docker Hub Registry公有库的 Dockerfile .

基础docker镜像

安装

  1. 安装 Docker.

  2. 下载 自动创建的Ghost镜像Docker Hub Registry: docker pull dockerfile/ghost

    (或者你可以从 Dockerfile 创建: docker build -t="dockerfile/ghost" github.com/dockerfile/ghost)

使用

docker run -d -p 80:2368 dockerfile/ghost

定制 Ghost

docker run -d -p 80:2368 -v <override-dir>:/ghost-override dockerfile/ghost

<override-dir> 可以包含绝对路径的目录:

  • config.js: 从 这里复制自定义配置文件 (必须更改 127.0.0.10.0.0.0)

  • content/data/: 持续/共享的数据

  • content/images/: 持续/共享的图像

  • content/themes/: 更多主题

等待几秒钟后, 在浏览器中打开 http://<host> 博客或者 http://<host>/ghost 博客后台。

代码创建和维护

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.