mirror of
https://github.com/jlengrand/irma-website.git
synced 2026-03-10 08:21:20 +00:00
638e5239e271c77fdcec36b52652007c58dcce2b
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.
Languages
CSS
68.6%
HTML
28.6%
Ruby
2.8%