Git-based Sandstorm wrapper around the Hugo static site generator
Go to file
Nolan Darilek 04aadca476 Fix broken template. 2017-04-19 11:25:49 -05:00
.sandstorm Use Vue-based templates and NuxtJS framework. 2017-03-19 12:04:38 -05: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 Fix broken template. 2017-04-19 11:25:49 -05:00
plugins Use Vue-based templates and NuxtJS framework. 2017-03-19 12:04:38 -05:00
sandstorm-integration Initial commit. 2016-10-11 03:58:23 -05: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
CHANGELOG.md Initial commit. 2016-10-11 03:58:23 -05:00
Caddyfile The admin interface now runs a git commit when files are saved. 2017-03-12 12:09:03 -05:00
README.md Added README.md 2017-03-13 20:18:41 +01:00
commit-on-save The admin interface now runs a git commit when files are saved. 2017-03-12 12:09:03 -05:00
description.md Update description. 2017-03-06 19:13:39 -06: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 Use Vue-based templates and NuxtJS framework. 2017-03-19 12:04:38 -05:00
yarn.lock Update Node dependencies. 2017-04-19 11:25:08 -05:00

README.md

Hugo Sandstorm package

This is the Sandstorm package of Hugo.

Hugo screenshot

How to

The package is done 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/ndarilek/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.