建站记录

关于此站

chord_logo

本博客由 hexo 搭建,主题为 icarus。

此站主要包含个人的技术分享、摄影分享、个人随笔和恋爱记录。

建站过程

  • 11 月 18 日

    • 看了不少别人的博客
    • 挑选博客框架和主题
  • 11 月 19 日

    • 网页搭建
    • 用 Github 托管静态页面
  • 11 月 20 日

    • 画了一个 Logo
    • 初步修改主题样式和页面布局
    • 用 Github Actions 实现自动部署
    • 写了一个脚本,用于自动给推文添加 yaml
    • 申请了域名 zjzou.icu
  • 11 月 21 日

    • 摆烂一天

TODO List

  • 域名备案 + DNS 解析
  • 照片模块
  • 评论模块
  • About Me
  • CDN
  • 建站经验分享

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment