About

Personal website. Using GitLab pages with jekyll to render markdown to html.

License

The website source and its pages (and contents) are licensed under the BSD 2-Clause license unless when otherwise specified.

Project status

In development

Usage

  1. Clone the source code using git
  2. Install ruby through your package manager of choice
  3. Open the directory and run this command:
	gem install bundler
	bundle config set --local path vendor/bundle
	bundle install
	bundle exec jekyll serve

link to website source code