feat: add admin publishing workflow and yar theme
Add Go/Postgres admin APIs, Angular admin UI, manual build flow, asset uploads, markdown import/export, configurable slug generation, and the Yar reading theme. Exclude local docs and generated development artifacts from version control.
This commit is contained in:
parent
b78f4b39c9
commit
f0b50d13ea
121 changed files with 27139 additions and 550 deletions
21
content/posts/july-and-august.md
Normal file
21
content/posts/july-and-august.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
id: 2f903051-143f-4501-a562-e66516da76b2
|
||||
slug: july-and-august
|
||||
title: 七月与八月
|
||||
summary: ""
|
||||
status: published
|
||||
tags: []
|
||||
cover: ""
|
||||
version: 1
|
||||
slug_source: manual
|
||||
slug_locked: true
|
||||
published_at: "2023-08-08T22:51:43+08:00"
|
||||
created_at: "2023-08-08T22:51:43+08:00"
|
||||
updated_at: "2026-01-07T18:11:43+08:00"
|
||||
---
|
||||
|
||||
七月就这样过去了呢,很久没有写博文了,主要是生活现在千篇一律,没啥想写的内容,总不能写一大堆的流水账不是嘛。
|
||||
|
||||
虽说是千篇一律,但最近也是有好好用功的。最近在捣鼓一个新的项目:用 Rust 语言完成静态博客生成器。我目前使用的 Hexo 就是这样的工具,它将markdown文件转换为html文件,再对 tags 和 categories 等内容进行整理。这是之前未曾接触过的代码经历。
|
||||
|
||||
事实上,一开始为真的无从下手,于是我开始询问 ChatGPT,这真是一个很棒的人工智能,它认真地回答了我很多的问题,给予了我很多实际地代码。我用了一天时间了解了 rust 的语法,囫囵吞枣地学习显然不足以支撑我完成这个项目,但是有了 ChatGPT 的帮助,事情真的变得容易了很多,之后完成了这个项目,我会写一篇更详细的文章来介绍这一过程。
|
||||
Loading…
Add table
Add a link
Reference in a new issue