Skip to content

Commit

Permalink
Merge pull request #30 from btat/small-refinements
Browse files Browse the repository at this point in the history
Add zh search dependency + other small refinements
  • Loading branch information
btat authored Sep 10, 2024
2 parents bcc42a9 + caa192e commit 0bc945d
Show file tree
Hide file tree
Showing 6 changed files with 848 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tmp/
node_modules/
build/
.DS_Store/
node_modules/
tmp/
.idea/
.vscode/
.idea/
**/.DS_Store
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ clean:
environment:
npm install && npm update

preview:
npx http-server build/site -c-1
Loading

0 comments on commit 0bc945d

Please sign in to comment.