/LoickCh.github.io

A beautiful, simple, clean, and responsive Jekyll theme for academics

Primary LanguageJavaScriptMIT LicenseMIT

Source

Source: https://github.com/alshedivat/al-folio

Installation

Local setup

To install Ruby and Bundler, simply execute the following command lines:

$ git clone git@github.com:<your-username>/<your-repo-name>.git
$ cd <your-repo-name>
$ zsh setup_homepage.sh

Local modifs

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

Mermaid diagrams

Execute: $ sudo npm config set puppeteer_skip_chromium_download true -g sudo npm install -g mermaid.cli $