1 Star 1 Fork 1

461737664 / docker-ghost

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Ghost 7.0.4 正式发布

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

Ghost 0.7.4 的主要改进

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

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

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

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

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

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

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

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

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

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

下载地址

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

强烈建议大家下载并使用 Ghost 0.7.4 中文版完整集成包,以免 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 博客后台。

代码创建和维护

The MIT License (MIT) Copyright (c) Dockerfile Project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

基于Docker技术创建Node.js开发的Ghost博客。 展开 收起
Docker
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Docker
1
https://gitee.com/461737664/docker-ghost.git
git@gitee.com:461737664/docker-ghost.git
461737664
docker-ghost
docker-ghost
master

搜索帮助