We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d705c0 commit 88506ebCopy full SHA for 88506eb
upgrade-theme.sh
@@ -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