init: initial commit

This commit is contained in:
st1020 2023-10-20 22:53:59 +08:00
commit e38bcddf57
48 changed files with 3752 additions and 0 deletions

18
.github/workflows/publish-pages.yml vendored Normal file
View file

@ -0,0 +1,18 @@
name: Publish demo on GitHub Pages
on:
push:
branches:
- main
jobs:
build:
name: Publish site
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v3.0.0
- name: Build and deploy
uses: shalzz/zola-deploy-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}