Merge branch 'develop' into 'master'
Develop See merge request !129
No related branches found
No related tags found
Showing
- .ci/_config_develop.yml 2 additions, 0 deletions.ci/_config_develop.yml
- .ci/_config_master.yml 2 additions, 0 deletions.ci/_config_master.yml
- .ci/_config_old.yml 1 addition, 0 deletions.ci/_config_old.yml
- .ci/build_indices_new.sh 19 additions, 0 deletions.ci/build_indices_new.sh
- .ci/deploy.sh 4 additions, 1 deletion.ci/deploy.sh
- .gitlab-ci.yml 87 additions, 0 deletions.gitlab-ci.yml
- Gemfile 3 additions, 0 deletionsGemfile
- _config.yml 4 additions, 2 deletions_config.yml
- _plugins/hook_email_protect.rb 15 additions, 0 deletions_plugins/hook_email_protect.rb
- help.md 1 addition, 4 deletionshelp.md
.ci/_config_develop.yml
0 → 100644
.ci/_config_master.yml
0 → 100644
.ci/_config_old.yml
0 → 100644
.ci/build_indices_new.sh
0 → 100644
... | ... | @@ -27,6 +27,9 @@ group :jekyll_plugins do |
gem "jekyll-feed", | ||
"~> 0.6" | ||
gem 'jekyll-email-protect', | ||
"~> 1.1" | ||
gem 'jekyll-theme-lcsb-frozen-components', | ||
'~> 0.0.2', | ||
:git => "https://git-r3lab.uni.lu/core-services/jekyll-theme-lcsb-frozen-components.git", | ||
... | ... |
_plugins/hook_email_protect.rb
0 → 100644
Please register or sign in to comment