-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
58 changed files
with
2,228 additions
and
84 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Page Not Found | ||
search_exclude: true | ||
--- | ||
|
||
Sorry, but the page you were trying to view does not exist. Try searching for it or looking at the URL to see if it looks correct. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,4 @@ | ||
source "https://rubygems.org" | ||
|
||
group :jekyll_plugins do | ||
gem "github-pages" | ||
end | ||
|
||
group :test do | ||
gem 'rake' | ||
gem 'html-proofer' | ||
end | ||
# to publish on github page | ||
gem 'github-pages', group: :jekyll_plugins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# Updating a registered workflow | ||
--- | ||
title: Updating a registered workflow | ||
--- | ||
|
||
|
||
## Prerequisites | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
theme: jekyll-theme-minimal | ||
markdown: CommonMarkGhPages | ||
title: WorkflowHub project | ||
|
||
email: [email protected] | ||
description: > # this means to ignore newlines until "baseurl:" | ||
Project pages for developing and running WorkflowHub, | ||
a registry of scientific workflows. | ||
baseurl: "" # the subpath of your site, e.g. /blog | ||
url: "https://about.workflowhub.eu" # the base hostname & protocol for your site | ||
github_username: workflowhub-eu | ||
encoding: UTF-8 | ||
remote_theme: ELIXIR-Belgium/[email protected] | ||
permalink: pretty | ||
|
||
logo: logo/workflowhub-square.svg | ||
defaults: | ||
- | ||
scope: | ||
path: "" | ||
type: "pages" | ||
values: | ||
layout: "page" | ||
sidebar: main | ||
|
||
markdown: kramdown | ||
theme_variables: | ||
theme_color: 1f8787 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# List of contributors | ||
# | ||
# reference maintainers/contributors by their name used in contributors metadata section on the pages. | ||
|
||
Bert Droesbeke: | ||
git: bedroesb | ||
email: [email protected] | ||
orcid: 0000-0003-0522-5674 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
copyright: "[workflowhub.eu](https://workflowhub.eu/) wiki content is distributed under [BSD 3-Clause 'New' or 'Revised' License](https://github.com/workflowhub-eu/about/blob/master/LICENSE), developed as part of [EOSC-Life](https://www.eosc-life.eu/), funded by European Union’s Horizon 2020 programme under grant agreement number [824087](https://cordis.europa.eu/project/id/824087)." | ||
extra_line: "workflowhub.eu lead development is part of [EOSC-Life](https://www.eosc-life.eu/), funded by European Union’s [Horizon 2020](https://ec.europa.eu/programmes/horizon2020/) programme under grant agreement [824087](https://cordis.europa.eu/project/id/824087)." | ||
columns: | ||
- type: image | ||
image_width: 120px | ||
width: 3 | ||
src: '/assets/img/eosc-life.svg' | ||
alt: EOSC-Life | ||
- type: links | ||
width: 3 | ||
children: | ||
- url_text: About us | ||
url: /about_us.html | ||
- url_text: Privacy | ||
url: /privacy.html | ||
- type: image | ||
image_width: 88px | ||
width: 3 | ||
src: '/assets/img/Flag_of_Europe.svg' | ||
alt: European flag | ||
- type: image | ||
image_width: 120px | ||
width: 3 | ||
src: '/assets/img/workflowhub_logo__square.svg' | ||
alt: workflowhub logo square | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
subitems: | ||
- title: Home | ||
url: /index | ||
- title: About | ||
url: /What-is-WorkflowHub | ||
- title: Workflow RO-crate | ||
url: /Workflow-RO-Crate | ||
- title: Registering | ||
url: /how-to-register | ||
- title: Logging in | ||
url: /Logging-in | ||
- title: Joining a project | ||
url: /How-to-join-a-project | ||
- title: Finding workflows | ||
url: /How-to-find-and-retrieve-workflow%28s%29-from-WorkflowHub | ||
- title: Making a RO-crate | ||
url: /How-to-make-a-workflow-RO-crate | ||
- title: Registering workflows | ||
url: /How-to-register-your-workflow%28s%29-in-WorkflowHub | ||
subitems: | ||
- title: Existing Workflow RO-Crate | ||
url: /Registering-an-existing-Workflow-RO-Crate | ||
- title: Workflow + diagram and abstract CWL | ||
url: /Registering-a-workflow-with-a-diagram-and-abstract-CWL | ||
- title: Just a workflow | ||
url: /Registering-just-a-workflow |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## Topnav single links | ||
## if you want to list an external url, use external_url instead of url. the theme will apply a different link base. | ||
subitems: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/*-----Theme colors-----*/ | ||
$primary: #1f8787; | ||
$secondary: #f9b233; | ||
$light: #f8f9fa; | ||
$blue: #4a6eb3; | ||
$dark: #212529; | ||
|
||
/*-----Custom values for Bootstrap variables-----*/ | ||
$link-decoration: none; | ||
$nav-link-color: $dark; | ||
$nav-link-hover-color: $primary; | ||
$link-color: $blue; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.navbar { | ||
.navbar-brand { | ||
font-size: 2.25rem; | ||
padding-top: 0; | ||
padding-bottom: 0; | ||
} | ||
} | ||
img { | ||
@extend .img-fluid; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
/*-----General styling-----*/ | ||
$font-family-theme: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default; | ||
$h2-color: $primary; | ||
|
||
/*-----Buttons hover style-----*/ | ||
$btn-primary-bg-hover: $primary; | ||
$btn-primary-color-hover: $white; | ||
|
||
/*-----Top navigation-----*/ | ||
$topnav-bg: $light; | ||
$topnav-title-color: $primary; | ||
$topnav-brand-height: 80px; | ||
$topnav-border: 0; | ||
|
||
/*-----Search-----*/ | ||
$search-result-color: $primary; | ||
|
||
/*-----Sidebar-----*/ | ||
$sidebar-bg: $light; | ||
$sidebar-color: $dark; | ||
$sidebar-lvl2-bg: $white; | ||
$sidebar-lvl2-color: $dark; | ||
$sidebar-lvl3-bg: $white; | ||
$sidebar-lvl3-color: $dark; | ||
$sidebar-bg-active: $primary; | ||
$sidebar-color-active: $white; | ||
|
||
/*-----TOC-----*/ | ||
$toc-bg: $light; | ||
$toc-border: 0; | ||
|
||
/*-----Section navigation tiles-----*/ | ||
$nav-card-bg: $white; | ||
$nav-card-header-bg: $dark; | ||
$nav-card-header-color: $white; | ||
$nav-card-badge-color: $body-color; | ||
$nav-card-badge-bg: $light; | ||
$nav-card-badge-color-hover: $white; | ||
$nav-card-badge-bg-hover: $primary; | ||
|
||
/*-----More information tiles-----*/ | ||
$info-card-bg: $light; | ||
$info-card-header-bg: $dark; | ||
$info-card-header-color: $white; | ||
|
||
/*-----Contributors-cards-----*/ | ||
$contr-card-bg: $light; | ||
|
||
/*-----Page contributors-----*/ | ||
$contr-bg: $light; | ||
$contr-link-bg: $white; | ||
$contr-crown-bg: $dark; | ||
$contr-crown-color: $white; | ||
|
||
/*-----Events & news-----*/ | ||
$news-title-bg: $primary; | ||
|
||
/*-----Default badge-----*/ | ||
$badge-color: $body-color; | ||
$badge-bg: $light; | ||
$badge-color-hover: $white; | ||
$badge-bg-hover: $primary; | ||
|
||
/*-----Footer-----*/ | ||
$footer-bg: $light; | ||
$footer-color: $dark; | ||
$footer-link-color: $dark; | ||
$footer-link-color-hover: $primary; | ||
$footer-copyright-bg: $gray-200; | ||
$footer-border: 0; | ||
|
File renamed without changes
File renamed without changes
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
File renamed without changes
Oops, something went wrong.