VictorLeP / sv-site

Stellar Vector website

Home Page:https://stellarvector.be

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stellar Vector website

Running locally

It should be as easy as (you might need to use sudo):

  1. (Optionally: execute bundle config path 'vendor/bundle' to install gems locally)
  2. bundle install
  3. bundle exec jekyll serve
  4. go to http://127.0.0.1:4000/

Using Docker:

docker run --rm --volume="$PWD:/srv/jekyll" --volume="$PWD/vendor/bundle:/usr/local/bundle" --env JEKYLL_ENV=development -p 4000:4000 jekyll/jekyll:4 jekyll serve

About

Stellar Vector website

https://stellarvector.be


Languages

Language:HTML 49.5%Language:SCSS 40.1%Language:Ruby 10.4%