Git-based Sandstorm wrapper around the Hugo static site generator
Go to file
Nolan Darilek 775705a7d2 Merge branch 'master' of github.com:ndarilek/hugo-sandstorm 2017-03-18 10:49:55 -05:00
.sandstorm Update changelog with initial release date. 2017-03-17 14:10:00 -05:00
public/stylesheets Improved app back-end layout 2017-03-18 14:30:21 +01: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
views Improved app back-end layout 2017-03-18 14:30:21 +01:00
.gitignore Logo & Screenshot 2017-03-13 20:13:10 +01: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
app.js Initial commit. 2016-10-11 03:58:23 -05: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
package.json Integrate basic admin interface, and fix issue creating blank git repositories. 2017-01-11 13:10:39 -06:00
post-receive Initial commit. 2016-10-11 03:58:23 -05:00
routes.js Improved app back-end layout 2017-03-18 14:30:21 +01:00
yarn.lock Switch to Yarn for quicker, more deterministic builds. 2017-01-11 13:12:43 -06: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.