2018-06-21 16:14:50 -04:00
2020-07-15 15:03:03 +02:00
2018-06-21 16:14:50 -04:00
2019-10-29 13:56:58 +01:00
2020-07-15 15:03:03 +02:00
2020-09-16 16:36:11 +02:00
2019-07-30 17:53:21 +02:00
2020-09-16 16:36:11 +02:00
2020-04-20 14:34:02 +02:00

irma-website

Repository for the static website at irma.app

Developing

For this project Ruby on Rails must be installed on your pc. You can serve a development website in the following way:

bundle install
bundle exec jekyll serve

To switch languages you have to update the url to for example http://localhost:4000/en. The root directory will show the nl pages.

Building for production

For a production build we need the dutch language files to be in a separate directory (just like the other languages). This is configured for you in the _config_production.yml. This means building for production works as follows:

bundle install
bundle exec jekyll build --config _config_production.yml

Now the build files can be found in the _site directory.

Description
No description provided
Readme MIT 11 MiB
Languages
CSS 68.6%
HTML 28.6%
Ruby 2.8%