Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qiuzhanghua/qiuzhanghua.github.io
https://github.com/qiuzhanghua/qiuzhanghua.github.io
Last synced: about 21 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/qiuzhanghua/qiuzhanghua.github.io
- Owner: qiuzhanghua
- License: mit
- Created: 2022-04-26T00:13:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-09T09:24:20.000Z (over 2 years ago)
- Last Synced: 2023-03-24T05:28:51.923Z (over 1 year ago)
- Language: CSS
- Size: 344 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/