Files
blog/content/posts/build-a-blog/index.md
changsongd ec9419eea4
All checks were successful
Gitea Actions Demo / build-and-deploy-to-local-server (push) Successful in 3m58s
Gitea Actions Demo / deploy-to-remote-server (push) Successful in 2s
posts: build a blog
2025-06-13 21:44:51 +08:00

44 lines
1007 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
date: '2025-06-13T20:32:04+08:00'
draft: false
title: '百元搭建的博客'
---
## 搭建博客需要什么?
- 一个域名
- 一个云服务器
- 一个静态网站生成器
- 一个博客主题
- 网站备案
- SSL证书
**域名 + 云服务器**
域名和云服务器是博客搭建的基本条件,购入之后作为个人资产。
**博客主题 + 静态网站生成器**
有很多开源的静态网站生成器和博客主题,按需和个人喜好选择。本站采用[Hugo](https://gohugo.io/) + [PaperMod](https://github.com/adityatelange/hugo-PaperMod)。
**网站备案**
合规要求。
**SSL证书**
非必须,但建议配置。
## 汇总
条目 | 费用 | 话费时间
---|---|---
域名 | 7元/年 | 0天
云服务器 | 99元/年 | 0天
静态网站生成器 | 0元 | 0天
博客主题 | 0元 | 0天
网站备案 | 0元 | 7天
SSL证书 | 0元 | 0天
网站搭建 | 0元 | 1天
备注网站搭建很简单在Linux系统的云服务器上安装nginx即可。