Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qiuzhanghua/qiuzhanghua.github.io


https://github.com/qiuzhanghua/qiuzhanghua.github.io

Last synced: about 21 hours ago
JSON representation

Awesome Lists containing this project

README

        

# 使用11ty写博客

## Install
```bash
yarn
# or
pnpm i
```

## Build
```bash
yarn build
# or
pnpm build
# or
eleventy --output=docs
```

## Run
```bash
yarn serve
# or
pnpm serve
# or
eleventy --serve --output=docs
```

Then access the site with the URL [http://localhost:8080/](http://localhost:8080/) (your port may vary).

### See also

https://www.rockyourcode.com/how-to-deploy-eleventy-to-github-pages-with-github-actions/