Skip to content
Snippets Groups Projects
Verified Commit 1b76cd94 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

change all references to labcards

parent bf4af641
No related branches found
No related tags found
2 merge requests!19Regular merge of develop,!16change all references to labcards
...@@ -13,20 +13,20 @@ ...@@ -13,20 +13,20 @@
} }
}); });
} }
UrlExists('https://r3-core.pages.uni.lu/labCards-internal/index.html', function(status){ UrlExists('https://r3-core.pages.uni.lu/howto-cards-internal/index.html', function(status){
if(status === 200){ if(status === 200){
// internal pages // internal pages
window.location.href = 'https://r3-core.pages.uni.lu/labCards-internal/stable'; window.location.href = 'https://r3-core.pages.uni.lu/howto-cards-internal/stable';
} else { } else {
// external pages // external pages
window.location.href = 'https://r3.pages.uni.lu/labCards/stable'; window.location.href = 'https://r3.pages.uni.lu/howto-cards/stable';
} }
}); });
</script> </script>
</head> </head>
<body> <body>
<p> <p>
Please follow to <a href="https://r3.pages.uni.lu/labCards/stable">https://r3.pages.uni.lu/labCards/stable</a>! Please follow to <a href="https://r3.pages.uni.lu/howto-cards/stable">https://r3.pages.uni.lu/howto-cards/stable</a>!
</p> </p>
</body> </body>
</html> </html>
...@@ -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="labCards/$artefact" -d "public/$artefact" bundle exec jekyll build --baseurl="howto-cards/$artefact" -d "public/$artefact"
done done
# checkout the current branch # checkout the current branch
......
...@@ -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: "/labCards" # the subpath of your site, e.g. /gitlab-repository-name baseurl: "/howto-cards" # 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment