itsderek23 / dlite_site

dlite.cc website
0 stars 0 forks source link

Derek Haynes Public Site

This is the static site for dlite.cc, powered by Jekyll, a Ruby static site generator. It is used for the public-facing parts of Booklet (homepage, blog, etc).

Blog instructions

To create a new blog article:

See the Jekyll docs on posts for more details.

Dependencies

Development setup instructions

  1. Install Ruby
  2. Install RVM
  3. git clone this repo
  4. cd into the downloaded git repo
  5. rvm install 2.6.2 - installs the required Ruby version via RVM. This will take a bit.
  6. bundle to install Ruby dependencies.

Starting the app

foreman start - runs Jekyll on http://localhost:4000.

Deploying updates

Pushing the master branch automatically deploys the updates to Netlify.