Tech Tok 技术谈客
  • 首页
  • 关于
Sign in Subscribe

ghost

A collection of 2 posts
如何把 Ghost 博客里的页面设为网站首页
ghost

如何把 Ghost 博客里的页面设为网站首页

Ghost 主要是用来建站发布博客,Ghost 的首页默认显示的是所有发布过的博客列表。如果把里面的某个页面(Page)做为网站的首页,这样就可以用 Ghost 来搭建个人主页或是小型的公司主页。 这里教大家如何把里面的页面设为网站首页。 * 进入后台管理,点击左侧 [pages] ,然后点击右侧 [New page] 。创建好你想要显示的主页,记得右侧的 [Page URL] 填上 [home] * 连接到 VPS 主机,找到 [https://techotok.com/%E4%BD%A0%E7%9A%84%20Ghost%20%E5%AE%89%E8%A3%85%E7%9B%AE%E5%BD%95/
25 Aug 2024 2 min read
在 docker 上部署 Ghost 博客网站
ghost

在 docker 上部署 Ghost 博客网站

Ghost 是使用 Node.js 语言编写的开源博客平台,使用 Ghost 可以快速搭建博客,简化在线出版过程。 1. 安装 docker 和 docker-compose (如果还没有安装) # 建议用 root 用户运行 # install docker curl -fsSL https://get.docker.com -o get-docker.sh sh ./get-docker.sh # install docker-compose curl -SL https://github.com/docker/compose/releases/download/v2.29.1/docker-compose-linux-x86_64 -o /usr/
16 Aug 2024 3 min read
Page 1 of 1
Tech Tok 技术谈客 © 2025
  • Sign up
Powered by Ghost