Skip to content

beryx/beryx.github.io

Repository files navigation

beryx.org-website

This is the GitHub project of the website beryx.org.

The website makes use of the Jekyll templating engine, which is integrated into GitHub Pages. Whenever you push something into this project, GitHub automatically runs Jekyll and serves the content on beryx.github.io/.

Using Jekyll locally

To test these webpages, first install Ruby, Bundler and Jekyll by following these instructions.

Then clone this project to your local folder and run

$ cd <your-cloned-project-dir>
$ bundle exec jekyll serve

to serve the webpages locally on http://localhost:4000/.