My First Post

Introduction

This is bold text, and this is emphasized text.

Visit the Hugo website!


添加文章: hugo new "categories/title.md"

本地查看: hugo server -D

发布文章: hugo

同步 Hugo 至 GitHub:

cd hugo-blog
git add .
git commit -sm "add new post"
git push -u origin main

我创建博客使用了很多工具,诸如新浪博客、WordPress、typecho、leanote、hexo、logseq 和语雀等。 最终选择使用 hugo 来管理,GitHub Pages 作为托管。 曾使用 WordPress、typecho 和 hexo 把站点弄的花里胡哨,其实并没有太大作用。 我也曾使用 logseq 和 obsidian 来管理,但它们是作为知识的整理归纳;博客作为最后的输出,发现不太适合自己的需求。

我选择了自己结合 ChatGPT 用 tailwindcss 写一个 hugo 的主题,致力于阅读,没有评论让自己思考;化繁为简没有其他的东西干扰。

其实最重要的莫过于是持之以恒,任何事大抵如此。 望自己能坚持下去!