Git-based Sandstorm wrapper around the Hugo static site generator
Go to file
John Bintz 2b6cf85dad point to fork 2022-11-26 11:56:24 -05:00
.sandstorm 0.104.2 2022-10-04 07:13:41 -04:00
bin 0.104.2 2022-10-04 07:13:41 -04:00
components Use Vue-based templates and NuxtJS framework. 2017-03-19 12:04:38 -05:00
layouts Implement admin file manager, lots of cleanups 2020-04-14 22:19:34 -04:00
pages 0.83.1 extended and improve some automation 2021-06-12 10:54:30 -04:00
plugins Use Vue-based templates and NuxtJS framework. 2017-03-19 12:04:38 -05:00
sandstorm-integration 0.70.0, change to g++ for build capnp & getPublicId 2020-05-06 17:15:08 -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
.cloudcmd.menu.js Implement admin file manager, lots of cleanups 2020-04-14 22:19:34 -04:00
.gitignore Use Vue-based templates and NuxtJS framework. 2017-03-19 12:04:38 -05:00
.nvmrc 0.71.0 and npm upgrade 2020-05-25 11:08:41 -04:00
.ruby-version 0.93.0 2022-02-28 08:24:25 -05:00
CHANGELOG.md 0.104.2 2022-10-04 07:13:41 -04:00
Gemfile 0.93.0 2022-02-28 08:24:25 -05:00
Gemfile.lock 0.93.0 2022-02-28 08:24:25 -05:00
README.md point to fork 2022-11-26 11:56:24 -05:00
description.md Update description 2020-04-14 22:23:03 -04:00
hugo-version 0.104.2 2022-10-04 07:13:41 -04:00
nuxt.config.js 0.69.1 2020-04-22 17:37:19 -04:00
package.json Implement admin file manager, lots of cleanups 2020-04-14 22:19:34 -04:00
post-receive Initial commit. 2016-10-11 03:58:23 -05:00
server.js Fixes for app review 2020-04-21 07:23:40 -04:00
yarn.lock Implement admin file manager, lots of cleanups 2020-04-14 22:19:34 -04:00

README.md

Use this fork of the project instead!

Hugo Sandstorm package

This is the Sandstorm package of Hugo. The version of Hugo in this build is listed in hugo-version.

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
bin/test_hugo

Visit 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 create a new one and make your own version of the app.

Upgrades

  • You'll need Ruby 2.6 and gem install httparty.
  • Run bin/upgrade_hugo <new version>.
  • Follow the directions.

Pack and publish

  • Run bin/update_changelogs to update changelogs for the package
  • Run bin/pack_hugo to create an spk in the parent directory to ths one
  • Try loading that spk into a separate Sandstorm instance for testing
  • If it works, run bin/publish_hugo to publish that version to the App Market