Skip to content

Commit

Permalink
📃 docs: 添加更新日志
Browse files Browse the repository at this point in the history
  • Loading branch information
wallleap committed Aug 2, 2023
1 parent 9d2b3ed commit 6025e3f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Ethereal

<div align="center">![预览图](./docs/imgs/mockup.webp)</div>
<div align="center"><img src="./docs/imgs/mockup.webp" alt="预览图" /></div>

<div align="center"><img src="https://img.shields.io/github/stars/wallleap/ethereal?style=flat"> <img src="https://img.shields.io/github/forks/wallleap/ethereal?style=flat"> <img src="https://img.shields.io/github/issues/wallleap/ethereal?style=flat"> <img src="https://img.shields.io/github/last-commit/wallleap/ethereal?style=flat"> <img src="https://img.shields.io/github/license/wallleap/ethereal?style=flat"> <img src="https://img.shields.io/github/actions/workflow/status/wallleap/ethereal/deploy.yml?branch=main"></div>

<p align="center">使用 Vite 4 搭建的 Vue 2 博客,免费使用</p>

<p align="center"><a href="#online-demo">查看预览</a> | <a href="./docs/guide.md">使用文档</a></p>
<p align="center"><a href="#online-demo">查看预览</a> | <a href="./docs/guide.md">使用文档</a> | <a href="./docs/logs.md">更新日志</a></p>

## Features

Expand Down
4 changes: 2 additions & 2 deletions docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ desc: 一句话描述

### Clone Project

克隆本项目到本地,排除 `docs` 目录
克隆本项目到本地

```sh
git clone git@github.com:wallleap/Ethereal.git blog
Expand All @@ -245,7 +245,7 @@ pnpm install

![generate token](./imgs/generatetoken.png)

勾选 `repo` 权限,它会自动帮你勾另一个
`issue` read-only 权限,它会自动帮你勾另一个

![token permissions](./imgs/issuetoken.png)

Expand Down
17 changes: 17 additions & 0 deletions docs/logs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 更新日志

## v1.0.0 2023-08-xx(等待可以正常使用)

## Features version 0.0.1

:fairy: 基于 Vue 2 + Vue Router + Vuex 开发的 SPA 博客主题

:writing_hand: 使用 Vite 4 构建打包,开发体验更好,构建速度更快

:whale: 使用 GitHub Issue 编写文章,通过调用 GitHub API 获取文章数据

:octopus: 内置 Twikoo 和 Utterances 评论系统,免费无广,方便后续迁移

:crab: 使用 GitHub Actions 自动构建部署,Token 仅用于构建,无需担心泄露

:sparkles: 使用 GitHub Pages / Vercel 部署在线访问,无需额外服务器

0 comments on commit 6025e3f

Please sign in to comment.