Skip to content

Commit 88506eb

Browse files
committed
feat: add upgrade theme script
1 parent 0d705c0 commit 88506eb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

upgrade-theme.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
hugo mod get github.com/razonyang/hugo-theme-bootstrap@master &&
3+
hugo mod npm pack &&
4+
npm update &&
5+
git add go.mod go.sum package.json package-lock.json &&
6+
git commit -m 'Update the theme'

0 commit comments

Comments
 (0)