Skip to content

Commit bd4fa34

Browse files
committed
feat: add file icons beside file names (#110)
fix: set 2em instead of 2rem for hamburger icon feat: use squirrelly template engine chore format refactor: switch to ejs
1 parent f684e45 commit bd4fa34

File tree

15 files changed

+734
-1185
lines changed

15 files changed

+734
-1185
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ dist
44
dist-ssr
55
*.local
66
__pycache__
7+
*.log

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,18 @@
1313
"lint": "prettier --check . && pnpm run black:lint && pnpm run isort:lint"
1414
},
1515
"devDependencies": {
16+
"@iconify/iconify": "^2.0.0",
1617
"@types/file-saver": "^2.0.2",
1718
"@types/prismjs": "^1.16.5",
1819
"@vitejs/plugin-vue": "^1.2.2",
1920
"@vue/compiler-sfc": "^3.0.11",
2021
"conventional-changelog-cli": "^2.1.1",
22+
"ejs": "^3.1.6",
2123
"file-saver": "^2.0.5",
22-
"handlebars": "^4.7.7",
2324
"jszip": "^3.6.0",
24-
"prettier": "^2.2.1",
25+
"prettier": "^2.3.0",
2526
"prismjs": "^1.23.0",
26-
"vite": "^2.2.3",
27+
"vite": "2.3.0",
2728
"vue": "^3.0.11"
2829
},
2930
"prettier": {

0 commit comments

Comments
 (0)