Skip to content

Instantly share code, notes, and snippets.

View sanderson's full-sized avatar

Scott Anderson sanderson

View GitHub Profile
@sanderson
sanderson / 0-instructions.md
Last active July 18, 2017 21:16 — forked from tylerflint/0-instructions.md
Install Hugo on Nanobox

Hugo Project Bootstrap with Nanobox

If you haven't already, go ahead and download and install Nanobox.

# Create a new directory for your project and cd in
mkdir hugo-proj && cd hugo-proj

# Create a `boxfile.yml` using the content from this gist
curl -sL http://tinyurl.com/ya23f5ry > boxfile.yml
web1:
document_root: public
php_version: 5.3.10
php_extensions:
- mbstring
- mcrypt
- pdo_mysql
- mysql
- apc
- memcached