0.88.1
This commit is contained in:
parent
bd3361a9f2
commit
e563870ced
|
@ -1 +1 @@
|
|||
0.85.0~2021-07-05
|
||||
0.88.1~2021-10-10
|
||||
|
|
|
@ -17,13 +17,13 @@ lib64
|
|||
opt/app
|
||||
opt/app/.babelrc
|
||||
opt/app/.cloudcmd.menu.js
|
||||
opt/app/.nuxt/dist/0.nuxt.bundle.ecc111e726e3d9d9674f.js
|
||||
opt/app/.nuxt/dist/0.nuxt.bundle.8dfcb0264c8fe88017c2.js
|
||||
opt/app/.nuxt/dist/1.nuxt.bundle.89a9958091c34dcc68ed.js
|
||||
opt/app/.nuxt/dist/index.html
|
||||
opt/app/.nuxt/dist/manifest.a6f1997c0e0900d061e4.js
|
||||
opt/app/.nuxt/dist/nuxt.bundle.dfc9091f287a9058f455.js
|
||||
opt/app/.nuxt/dist/manifest.bd5a602a898abc620f42.js
|
||||
opt/app/.nuxt/dist/nuxt.bundle.97ea064996c08db31a6b.js
|
||||
opt/app/.nuxt/dist/server-bundle.json
|
||||
opt/app/.nuxt/dist/vendor.bundle.a6f1997c0e0900d061e4.js
|
||||
opt/app/.nuxt/dist/vendor.bundle.bd5a602a898abc620f42.js
|
||||
opt/app/.sandstorm/launcher.sh
|
||||
opt/app/README.md
|
||||
opt/app/hugo-version
|
||||
|
@ -3909,7 +3909,6 @@ usr/bin/ln
|
|||
usr/bin/ls
|
||||
usr/bin/mkdir
|
||||
usr/bin/node
|
||||
usr/bin/nodejs
|
||||
usr/bin/npm
|
||||
usr/bin/pager
|
||||
usr/bin/python
|
||||
|
|
|
@ -19,7 +19,7 @@ const pkgdef :Spk.PackageDefinition = (
|
|||
|
||||
appTitle = (defaultText = "Hugo"),
|
||||
|
||||
appVersion = 30, # Increment this for every release.
|
||||
appVersion = 31, # Increment this for every release.
|
||||
|
||||
appMarketingVersion = (defaultText = (embed "app-marketing-version")),
|
||||
# Human-readable representation of appVersion. Should match the way you
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 0.88.1 (2021-10-12)
|
||||
|
||||
* Upgrade Hugo to 0.88.1 extended
|
||||
|
||||
## 0.83.1 (2021-06-12)
|
||||
|
||||
* Upgrade Hugo to 0.83.1 extended
|
||||
|
|
|
@ -26,11 +26,8 @@ git clone https://github.com/johnbintz/hugo-sandstorm
|
|||
export PATH=$(pwd)/vagrant-spk:$PATH
|
||||
cd hugo-sandstorm
|
||||
bin/test_hugo
|
||||
vagrant-spk vm up
|
||||
vagrant-spk dev
|
||||
```
|
||||
|
||||
Visit [http://local.sandstorm.io:6080/](http://local.sandstorm.io:6080/) in a web browser.
|
||||
Visit [http://local.sandstorm.io:6090/](http://local.sandstorm.io:6090/) in a web browser.
|
||||
|
||||
Note: when you want to fork this repo and create actual app packages for the app
|
||||
store you would need either the original app key or
|
||||
|
|
|
@ -3,8 +3,15 @@
|
|||
cd .sandstorm
|
||||
vagrant destroy -f
|
||||
cd ..
|
||||
|
||||
# this will fail
|
||||
vagrant-spk vm up
|
||||
xdg-open http://local.sandstorm.io:6080/
|
||||
|
||||
# guest additions seems to require a reboot now...
|
||||
vagrant-spk vm halt
|
||||
vagrant-spk vm up
|
||||
|
||||
xdg-open http://local.sandstorm.io:6090/
|
||||
vagrant-spk dev
|
||||
|
||||
echo "If everything went well:"
|
||||
|
|
|
@ -1 +1 @@
|
|||
0.85.0
|
||||
0.88.1
|
||||
|
|
Loading…
Reference in New Issue