Git-based Sandstorm wrapper around the Hugo static site generator
Go to file
John Bintz 24615e069f PR tweaks 2020-04-10 09:13:08 -04:00
.sandstorm PR tweaks 2020-04-10 09:13:08 -04:00
components Use Vue-based templates and NuxtJS framework. 2017-03-19 12:04:38 -05:00
layouts Use Vue-based templates and NuxtJS framework. 2017-03-19 12:04:38 -05:00
pages Wow 0.69.0 came out fast. Update index with modern Vue stuff 2020-04-10 08:11:55 -04:00
plugins Use Vue-based templates and NuxtJS framework. 2017-03-19 12:04:38 -05:00
sandstorm-integration Wow 0.69.0 came out fast. Update index with modern Vue stuff 2020-04-10 08:11:55 -04:00
template Add default site template with getting-started instructions. 2017-03-15 11:20:39 -05:00
.babelrc Use Vue-based templates and NuxtJS framework. 2017-03-19 12:04:38 -05:00
.gitignore Use Vue-based templates and NuxtJS framework. 2017-03-19 12:04:38 -05:00
.nvmrc yarn upgrade 2020-04-10 08:11:50 -04:00
CHANGELOG.md Wow 0.69.0 came out fast. Update index with modern Vue stuff 2020-04-10 08:11:55 -04:00
README.md PR tweaks 2020-04-10 09:13:08 -04:00
description.md Wow 0.69.0 came out fast. Update index with modern Vue stuff 2020-04-10 08:11:55 -04:00
nuxt.config.js Use Vue-based templates and NuxtJS framework. 2017-03-19 12:04:38 -05:00
package.json Update Node dependencies. 2017-04-19 11:25:08 -05:00
post-receive Initial commit. 2016-10-11 03:58:23 -05:00
server.js PR tweaks 2020-04-10 09:13:08 -04:00
yarn.lock yarn upgrade 2020-04-10 08:11:50 -04:00

README.md

Hugo Sandstorm package

This is the Sandstorm package of Hugo. The version of Hugo in this build is 0.69.0.

Development

The package is built with vagrant-spk, a tool designed to help app developers package apps for Sandstorm.

You can follow the below mentioned steps to make your own package or to contribute.

Prerequisites

You will need to install:

Step by Step

git clone https://github.com/sandstorm-io/vagrant-spk
git clone https://github.com/johnbintz/hugo-sandstorm
export PATH=$(pwd)/vagrant-spk:$PATH
cd hugo-sandstorm
vagrant-spk vm up
vagrant-spk dev

Visit http://local.sandstorm.io:6080/ 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 create a new one and make your own version of the app.