Cyan Blog Cyan Blog
首页
  • Java (opens new window)
  • JUC (opens new window)
  • JVM (opens new window)
  • Redis

    • Redis安装 (opens new window)
    • Redis基础 (opens new window)
    • Redis实战 (opens new window)
    • Redis集群安装 (opens new window)
    • Redis分布式缓存 (opens new window)
    • Redis多级缓存 (opens new window)
    • Redis原理 (opens new window)
  • 管理工具

    • Maven (opens new window)
    • Git (opens new window)
  • SSM

    • Spring (opens new window)
    • SpringBoot (opens new window)
    • Mybatis (opens new window)
    • MybatisPlus (opens new window)
  • 微服务

    • Docker (opens new window)
    • RabbitMQ (opens new window)
    • SpringCloud (opens new window)
    • Dubbo (opens new window)
    • MongoDB (opens new window)
    • Zookeeper (opens new window)
  • Java面试题 (opens new window)
  • JUC面试题 (opens new window)
  • JVM面试题 (opens new window)
  • Linux面试题 (opens new window)
  • SQL面试题 (opens new window)
  • Maven面试题 (opens new window)
  • Redis面试题 (opens new window)
  • SSM面试题 (opens new window)
  • SpringCloud面试题 (opens new window)
  • Linux (opens new window)
  • C++ (opens new window)
  • 数据库

    • MySQL (opens new window)
    • NoSQL (opens new window)
  • 软件测试

    • 软件测试 (opens new window)
  • 加密解密 (opens new window)
  • bilibili字幕提取 (opens new window)
  • 道理 (opens new window)
  • 关于博主

    • Github (opens new window)
    • CSDN (opens new window)
  • 关于本站

    • 如何搭建博客网站 (opens new window)
首页
  • Java (opens new window)
  • JUC (opens new window)
  • JVM (opens new window)
  • Redis

    • Redis安装 (opens new window)
    • Redis基础 (opens new window)
    • Redis实战 (opens new window)
    • Redis集群安装 (opens new window)
    • Redis分布式缓存 (opens new window)
    • Redis多级缓存 (opens new window)
    • Redis原理 (opens new window)
  • 管理工具

    • Maven (opens new window)
    • Git (opens new window)
  • SSM

    • Spring (opens new window)
    • SpringBoot (opens new window)
    • Mybatis (opens new window)
    • MybatisPlus (opens new window)
  • 微服务

    • Docker (opens new window)
    • RabbitMQ (opens new window)
    • SpringCloud (opens new window)
    • Dubbo (opens new window)
    • MongoDB (opens new window)
    • Zookeeper (opens new window)
  • Java面试题 (opens new window)
  • JUC面试题 (opens new window)
  • JVM面试题 (opens new window)
  • Linux面试题 (opens new window)
  • SQL面试题 (opens new window)
  • Maven面试题 (opens new window)
  • Redis面试题 (opens new window)
  • SSM面试题 (opens new window)
  • SpringCloud面试题 (opens new window)
  • Linux (opens new window)
  • C++ (opens new window)
  • 数据库

    • MySQL (opens new window)
    • NoSQL (opens new window)
  • 软件测试

    • 软件测试 (opens new window)
  • 加密解密 (opens new window)
  • bilibili字幕提取 (opens new window)
  • 道理 (opens new window)
  • 关于博主

    • Github (opens new window)
    • CSDN (opens new window)
  • 关于本站

    • 如何搭建博客网站 (opens new window)
  • 零成本搭建个人博客网站
    • 本系列讲什么
    • 你需要会什么
    • 你需要付出什么
  • 从零开始搭建博客
  • 更多配置
  • 域名
  • 图床
  • 同步GitHub和Gitee
  • 自动部署
  • 代码私有
  • 评论区
  • 站点信息
  • MoreMore
  • 障碍与反思
  • Blog
2025-01-16
0
0
目录

零成本搭建个人博客网站

网上冲浪的时候,总是能看到很多优秀的博客,这让我萌生了自己也搭建一个博客的想法。经过几个星期的努力,参考了很多大佬的文章,我也终于搭建了一个自己的博客啦!

为了帮助更多的人少走弯路,特地将本博客网站的搭建过程梳理出来。

‍‍‍附上个人博客地址:https://www.cyanyep.top

# 本系列讲什么

本系列主要讲解本博客的搭建过程,主要内容如下:

  1. VuePress 入门及基本使用
  2. VuePress 主题
  3. VuePress 插件
  4. 域名、证书、图床
  5. 同步与自动部署
  6. 搜索功能
  7. 评论区
  8. .....

# 你需要会什么

在搭建博客之前,读者应该具备如下知识,本系列并不会特地抽出大篇幅的文章来讲解这些知识:

  1. Markdown 语法知识
  2. 命令行基础知识:例如打开命令行和输入命令,跳转目录
  3. Linux 的基本使用:基本的 Linux 命令
  4. Git的基本使用 - 包含仓库的创建、克隆等基本操作。

# 你需要付出什么

  • 时间:搭建博客非一日之功,读者请耐心,等你搭建出自己的博客后的成就感也是不小的。
  • 金钱:选择不同,花费也不同。
    • 如果想要零成本搭建一个博客网站,就可以参考我的搭建过程。
    • 如果想要在服务器上搭建博客,也可以参考从零开始搭建博客系列 | 从 01 开始 (opens new window)。

本文主要参考:

从零开始搭建博客系列 | 从 01 开始 (opens new window)

VuePress 博客搭建系列 33 篇正式完结! (opens new window)

上次更新: 2025/4/3 11:03:46
从零开始搭建博客

从零开始搭建博客→

最近更新
01
项目优化
05-06
02
项目优化
05-06
03
延迟消息
05-05
更多文章>
Theme by Vdoing | Copyright © 2025-2025 Cyan Blog
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式