2021-07-30 18:05:15 +02:00
2021-07-30 17:32:53 +02:00
2021-07-29 19:02:18 +02:00
2021-07-28 18:42:59 +02:00
2021-07-30 18:00:52 +02:00
2021-07-30 18:00:52 +02:00
2021-07-29 19:02:18 +02:00
2018-12-25 01:28:54 -06:00
2020-12-26 11:43:06 -06:00
2020-01-19 18:39:10 -06:00
2021-07-28 18:42:59 +02:00
2021-07-28 18:42:59 +02:00
2020-05-01 19:09:13 -05:00
2021-07-30 18:05:15 +02:00
2021-07-28 18:42:59 +02:00
2021-07-28 18:42:59 +02:00
2021-07-30 17:04:09 +02:00

Vac

Requirements

Get started

Setting up bundler and jekyll on Apple M1 (with system installed ruby x86_64)

Running inside project directory:

  • arch -x86_64 gem install --user-install bundler jekyll
  • echo 'export PATH="~/.gem/ruby/2.6.0/bin:$PATH"' >> ~/.zshrc
  • bundle update

Working with the project

  • bundle install to install Ruby gems
  • npm ci to install npm packages listed in package-lock.json
  • npm run start or npm run dev to compile the site with development settings and run BrowserSync
Description
Languages
HTML 58.2%
JavaScript 38.9%
CSS 2.8%