/arkadianriver.com

Using the Spectral theme from HTML5UP and jekyll, this is a re-vamp of http://arkadianriver.com

Primary LanguageHTMLOtherNOASSERTION

arkadianriver.com

Still in progress.

pushd new-site
✔ human init new-site
✔ human apply-design
✔ human edit
✔ human backup existing-site
✔ human push new-site
* human cherry-pick -from existing-site
human ditch existing-site
> Are you sure? n
human ditch existing-site --force=true
popd

The framework is close to complete. I'll probably only tweak things if I discover it's necessary for the additional posts and portfolio to come.

How to

If you clone or fork this repository for your own, you'll want to..

  • Edit the _config.yml file, add a _data/tokens.yml file with your IDs & mail program, and add author info for yourself in _data/authors.yml.
  • Use the posts in the 31st century as guides for yours. They're built by jekyll only when the --future option is used.
  • Provide your images and continue tweaking to your heart's desire, or not.

If you're building your site on Windows (like me) and you use WinSCP to sync with your remote site, you can use the site.bat file. Set up a _site.env file as described in the comments of site.bat and change the excludes list for your site.

  • site dev : runs jekyll serve --future --drafts in development mode
  • site preview : runs jekyll serve in production mode
  • site prod : simply builds with jekyll build in production mode (no serve)
  • site publish : Uses WinSCP's synchronize feature to mirror to a remote site