Skip to content

borisschapira/boris.schapira.dev

Repository files navigation

My Jekyll blog setup. Netlify Status Dependabot Status

Installation

Prerequisites

  • Bundler
  • pnpm
  • globally install puppeteer for visual tests

Installation

bundle install;
pnpm install;

Local development/writing

bundle exec rake;

Build for Production

bundle exec rake "build:generate[prod]";
pnpm run build;
bundle exec rake test;

License

  • Structure of this website released under MIT License.
  • Content of this website released under CC-by License