搭建vitepress静态博客

1. 准备工作 Vitepress Git 2. 搭建站点 1 npx vitepress init a. 将需要回答几个简单的问题: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 ┌ Welcome to VitePress! │ ◇ Where should VitePress initialize the config? │ ./docs │ ◇ Site title: │ My Awesome Project │ ◇ Site description: │ A VitePress Site │ ◆ Theme: │ ● Default Theme (Out of the box, good-looking docs) │ ○ Default Theme + Customization │ ○ Custom Theme └ b. 文件结构 ...

📅2024-10-26 | ⏱2024-10-26 | 👤Jask | ⌛3 min | 📃1047 words

搭建hugo静态博客(部署篇)

1. 准备工作 Github Vercel(可选) 2. 创建库和环境 在GitHub中Create a new repository 名字:yourusername.github.com 创建TOKEN 账户-设置-Develop Settings-Personal access tokens Expiration设置永不 勾选repo和workflow ...

📅2024-10-13 | ⏱2024-10-13 | 👤Jask | ⌛1 min | 📃486 words

搭建hugo静态博客(搭建篇)

1. 准备工作 hugo Git 2. 搭建站点 新建hugo站点:hugo new site your-blog-site 目录格式应该是这样的: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 ---archetypes ---assets ---content ---date ---i18n ---layout ---static ---themes ---hugo.toml 3. 更改主题 将主题文件拖入themes ...

📅2024-10-13 | ⏱2024-10-13 | 👤Jask | ⌛1 min | 📃213 words