Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
howto-cards
Commits
c99993ed
Commit
c99993ed
authored
May 20, 2020
by
Laurent Heirendt
✈
Browse files
Merge branch 'develop' into 'master'
Regular merge of develop See merge request
!139
parents
a6918d2e
066180cc
Pipeline
#26978
passed with stage
in 38 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.ci/generateIndex.py
View file @
c99993ed
...
...
@@ -60,7 +60,7 @@ localroot = os.getcwd()
# generate the index properly speaking
cardDirs
=
[
"internal"
,
"external"
]
cardDirs
=
[
"internal"
,
"external"
,
"policies"
]
sections
=
[]
# determine first the directories
...
...
.gitignore
View file @
c99993ed
...
...
@@ -33,3 +33,4 @@ package.json
./theme/package.json
__pycache__/
contribute.egg-info/
policies
\ No newline at end of file
.gitlab-ci.yml
View file @
c99993ed
# In case something goes horribly wrong, you can fall back to `image: ruby:2.5`
image
:
git-r3lab.uni.lu:4567/r3/docker/jekyll-lcsb:1.
4
image
:
git-r3lab.uni.lu:4567/r3/docker/jekyll-lcsb:1.
5
stages
:
-
build
...
...
_config.yml
View file @
c99993ed
...
...
@@ -71,6 +71,11 @@ defaults:
values
:
include_link
:
true
searchable
:
1.0
-
scope
:
# adding og:image to the SEO's metadata
path
:
"
"
values
:
image
:
/assets/favicon/apple-touch-icon.png
# Exclude from processing. (no need to touch these)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment