Skip to content

borisschapira/boris.schapira.dev

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

boris.schapira.dev

My Jekyll blog setup. Netlify Status Dependabot Status

Installation

Prerequisites

  • Bundler
  • npm (I recommend installing node via nvm)
  • globally install puppeteer for visual tests

Installation

bundle install;
npm install;

Local development/writing

bundle exec rake;

Build for Production

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

License

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