Skip to content

The adventures and musings of Camille Naïllen, half-elf fighter

Notifications You must be signed in to change notification settings

BinaryMuse/southernvale

Repository files navigation

The Southern Vale

Source code for https://southernvale.net

Installing

Requires Bundler.

bundle --path vendor

If you're on macOS and have trouble with Nokogiri, try:

bundle config build.nokogiri --use-system-libraries=true --with-xml2-include="$(xcrun --show-sdk-path)"/usr/include/libxml2
bundle --path vendor

Previewing Site Locally

bundle exec rake preview

The site will be available at http://localhost:4000.

Building Site

bundle exec rake build

The site will be built into _site/.

Publishing Site

Requires that now CLI is installed.

bundle exec rake sync

Note that you can build and publish the site at the same time with bundle exec rake publish.

About

The adventures and musings of Camille Naïllen, half-elf fighter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published