Commits on Source (126)
Showing
- .aspell.en.pws 60 additions, 0 deletions.aspell.en.pws
- .gitignore 4 additions, 0 deletions.gitignore
- .gitlab-ci.yml 45 additions, 0 deletions.gitlab-ci.yml
- Gemfile 18 additions, 12 deletionsGemfile
- Gemfile.lock 56 additions, 67 deletionsGemfile.lock
- README.md 18 additions, 0 deletionsREADME.md
- _config.yml 48 additions, 19 deletions_config.yml
- _posts/2018-03-12-welcome-to-jekyll.markdown 1 addition, 0 deletions_posts/2018-03-12-welcome-to-jekyll.markdown
- about.md 0 additions, 18 deletionsabout.md
- assets/banners/example/.gitkeep 0 additions, 0 deletionsassets/banners/example/.gitkeep
- assets/banners/readme 2 additions, 0 deletionsassets/banners/readme
- assets/screenshots/new_project.png 0 additions, 0 deletionsassets/screenshots/new_project.png
- assets/screenshots/remote.png 0 additions, 0 deletionsassets/screenshots/remote.png
- auditors.md 11 additions, 0 deletionsauditors.md
- contact.md 27 additions, 0 deletionscontact.md
- img/add_button.png 0 additions, 0 deletionsimg/add_button.png
- img/add_details_button.png 0 additions, 0 deletionsimg/add_details_button.png
- img/after_login.png 0 additions, 0 deletionsimg/after_login.png
- img/change_permissions.png 0 additions, 0 deletionsimg/change_permissions.png
- img/change_permissions_dataset.png 0 additions, 0 deletionsimg/change_permissions_dataset.png
.aspell.en.pws
0 → 100644
.gitlab-ci.yml
0 → 100644
source "https://rubygems.org" | ||
ruby 2.5 | ||
# Hello! This is where you manage which Jekyll version is used to run. | ||
# When you want to use a different version, change it below, save the | ||
... | ... | @@ -7,15 +7,12 @@ ruby 2.5 |
# | ||
# bundle exec jekyll serve | ||
# | ||
# This will help ensure the proper Jekyll version is running. | ||
# Happy Jekylling! | ||
gem "jekyll", "~> 3.7.3" | ||
gem "bundler", "~> 1.16.1" | ||
# This is the default theme for new Jekyll sites. You may change this to anything you like. | ||
gem "minima", "~> 2.0" | ||
gem 'jekyll-theme-primer', '~> 0.5.2' | ||
gem 'jekyll-theme-lcsb-default', :git => "ssh://git@git-r3lab-server.uni.lu:8022/core-services/jekyll-theme-lcsb-default.git", :branch => "master" | ||
gem "jekyll", "~> 4.0" | ||
gem "bundler", "> 2.0" | ||
gem "minima", "~> 2.5" | ||
gem 'jekyll-theme-lcsb-default', '~> 0.3' | ||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and | ||
# uncomment the line below. To upgrade, run `bundle update github-pages`. | ||
... | ... | @@ -23,12 +20,21 @@ gem 'jekyll-theme-lcsb-default', :git => "ssh://git@git-r3lab-server.uni.lu:8022 |
# If you have any plugins, put them here! | ||
group :jekyll_plugins do | ||
gem "jekyll-feed", "~> 0.6" | ||
gem "jekyll-paginate-v2", | ||
"~> 3" | ||
gem "jekyll-feed", | ||
"~> 0.6" | ||
gem 'jekyll-theme-lcsb-frozen-components', | ||
'~> 0.0.1', | ||
:git => "https://git-r3lab.uni.lu/core-services/jekyll-theme-lcsb-frozen-components.git", | ||
:branch => "master" | ||
end | ||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] | ||
# Performance-booster for watching directories on Windows | ||
gem "wdm", "~> 0.1.0" if Gem.win_platform? | ||
gem "wdm", "~> 0.1.1" if Gem.win_platform? |
README.md
0 → 100644
about.md
deleted
100644 → 0
assets/banners/example/.gitkeep
0 → 100644
assets/banners/readme
0 → 100644
assets/screenshots/new_project.png
0 → 100644
80.5 KiB
assets/screenshots/remote.png
0 → 100644
105 KiB
auditors.md
0 → 100644
contact.md
0 → 100644
img/add_button.png
0 → 100644
6.74 KiB
img/add_details_button.png
0 → 100644
20.3 KiB
img/after_login.png
0 → 100644
112 KiB
img/change_permissions.png
0 → 100644
167 KiB
img/change_permissions_dataset.png
0 → 100644
126 KiB