feat: use latex hugo template
This commit is contained in:
parent
1d12f5614d
commit
9004c27ceb
56 changed files with 1666 additions and 2 deletions
10
package.json
Normal file
10
package.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"scripts": {
|
||||
"fmt": "prettier layouts/**/*.html assets/style.css --write",
|
||||
"check": "prettier layouts/**/*.html assets/style.css --check"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^3.5.1",
|
||||
"prettier-plugin-go-template": "^0.0.15"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue