Skip to content

Commit

Permalink
fix: modify configuration information and add personal content and da…
Browse files Browse the repository at this point in the history
…ta. (#1)

* modifying the base configuration file and adding template files.

* modify configuration, remove redundancies, add personal content.
  • Loading branch information
MortyZhaoy authored Apr 12, 2024
1 parent 555bb8f commit 94f2fb5
Show file tree
Hide file tree
Showing 36 changed files with 3,839 additions and 206 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
# blog

## prepare

```shell
# download submodule
git submodule update --init --recursive
# 安装 pug 和 stylus 渲染插件
npm install hexo-renderer-pug hexo-renderer-stylus --save
```

## usage

```shell
hexo cl
hexo g
hexo s --debug
```
Loading

0 comments on commit 94f2fb5

Please sign in to comment.