Source: https://github.com/alshedivat/al-folio
To install Ruby and Bundler, simply execute the following command lines:
$ git clone [email protected]:<your-username>/<your-repo-name>.git
$ cd <your-repo-name>
$ zsh setup_homepage.sh
To see local modifications without deploying the webpage, execute the following command:
$ bundle exec jekyll serve
If you encountered problems with images, try to install imagick:
$ sudo apt install imagemagick
Execute: $ sudo npm config set puppeteer_skip_chromium_download true -g sudo npm install -g mermaid.cli $