Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
howto-cards LEGACY VERSION
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
R3
howto-cards LEGACY VERSION
Commits
1b76cd94
Verified
Commit
1b76cd94
authored
5 years ago
by
Laurent Heirendt
Browse files
Options
Downloads
Patches
Plain Diff
change all references to labcards
parent
bf4af641
No related branches found
No related tags found
2 merge requests
!19
Regular merge of develop
,
!16
change all references to labcards
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.ci/.autoRedirect
+4
-4
4 additions, 4 deletions
.ci/.autoRedirect
.ci/deploy.sh
+1
-1
1 addition, 1 deletion
.ci/deploy.sh
_config.yml
+1
-1
1 addition, 1 deletion
_config.yml
with
6 additions
and
6 deletions
.ci/.autoRedirect
+
4
−
4
View file @
1b76cd94
...
@@ -13,20 +13,20 @@
...
@@ -13,20 +13,20 @@
}
}
});
});
}
}
UrlExists
(
'
https://r3-core.pages.uni.lu/
labC
ards-internal/index.html
'
,
function
(
status
){
UrlExists
(
'
https://r3-core.pages.uni.lu/
howto-c
ards-internal/index.html
'
,
function
(
status
){
if
(
status
===
200
){
if
(
status
===
200
){
// internal pages
// internal pages
window
.
location
.
href
=
'
https://r3-core.pages.uni.lu/
labC
ards-internal/stable
'
;
window
.
location
.
href
=
'
https://r3-core.pages.uni.lu/
howto-c
ards-internal/stable
'
;
}
else
{
}
else
{
// external pages
// external pages
window
.
location
.
href
=
'
https://r3.pages.uni.lu/
labC
ards/stable
'
;
window
.
location
.
href
=
'
https://r3.pages.uni.lu/
howto-c
ards/stable
'
;
}
}
});
});
</script>
</script>
</head>
</head>
<body>
<body>
<p>
<p>
Please follow to
<a
href=
"https://r3.pages.uni.lu/
labC
ards/stable"
>
https://r3.pages.uni.lu/
labC
ards/stable
</a>
!
Please follow to
<a
href=
"https://r3.pages.uni.lu/
howto-c
ards/stable"
>
https://r3.pages.uni.lu/
howto-c
ards/stable
</a>
!
</p>
</p>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
.ci/deploy.sh
+
1
−
1
View file @
1b76cd94
...
@@ -16,7 +16,7 @@ for branch in $(git for-each-ref --format='%(refname:strip=3)' refs/remotes); do
...
@@ -16,7 +16,7 @@ for branch in $(git for-each-ref --format='%(refname:strip=3)' refs/remotes); do
git reset
--hard
$branch
git reset
--hard
$branch
# build the website
# build the website
bundle
exec
jekyll build
--baseurl
=
"
labC
ards/
$artefact
"
-d
"public/
$artefact
"
bundle
exec
jekyll build
--baseurl
=
"
howto-c
ards/
$artefact
"
-d
"public/
$artefact
"
done
done
# checkout the current branch
# checkout the current branch
...
...
This diff is collapsed.
Click to expand it.
_config.yml
+
1
−
1
View file @
1b76cd94
...
@@ -19,7 +19,7 @@ description: >- # this means to ignore newlines until "baseurl:"
...
@@ -19,7 +19,7 @@ description: >- # this means to ignore newlines until "baseurl:"
This page is an index for lab cards that are intended to provide practical guidance in implementing Data Management, Data Protection and IT setup.
This page is an index for lab cards that are intended to provide practical guidance in implementing Data Management, Data Protection and IT setup.
# URL settings (the most difficult part, please refer to the guide)
# URL settings (the most difficult part, please refer to the guide)
baseurl
:
"
/
labC
ards"
# the subpath of your site, e.g. /gitlab-repository-name
baseurl
:
"
/
howto-c
ards"
# the subpath of your site, e.g. /gitlab-repository-name
url
:
"
https://r3.pages.uni.lu"
# the base hostname & protocol for your site, e.g. http://gitlab-namespace-name.pages.uni.lu/
url
:
"
https://r3.pages.uni.lu"
# the base hostname & protocol for your site, e.g. http://gitlab-namespace-name.pages.uni.lu/
# Banner settings
# Banner settings
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment