Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
e48e795
Add WP5 training and recognition resources list
Dec 3, 2024
9ec3238
Merge branch 'EVERSE-ResearchSoftware:main' into main
srghosh56 Dec 3, 2024
73fb0bb
Merge branch 'EVERSE-ResearchSoftware:main' into main
srghosh56 Dec 3, 2024
cd55308
Merge branch 'EVERSE-ResearchSoftware:main' into main
srghosh56 Dec 9, 2024
32eab89
Merge branch 'EVERSE-ResearchSoftware:main' into main
srghosh56 Dec 9, 2024
c084994
Merge branch 'EVERSE-ResearchSoftware:main' into main
srghosh56 Dec 10, 2024
11ea6e8
Merge branch 'EVERSE-ResearchSoftware:main' into main
srghosh56 Jan 14, 2025
8f1c8b6
Merge branch 'EVERSE-ResearchSoftware:main' into main
srghosh56 Feb 12, 2025
4dd0067
Merge branch 'EVERSE-ResearchSoftware:main' into main
srghosh56 Jun 4, 2025
df229a7
Automated update of RSQKit data files
github-actions[bot] Jun 7, 2025
d7a9d27
Automated update of RSQKit data files
github-actions[bot] Jun 11, 2025
16650a8
Merge branch 'EVERSE-ResearchSoftware:main' into main
srghosh56 Jun 23, 2025
d8dcba3
Automated update of RSQKit data files
github-actions[bot] Jun 24, 2025
cc900dc
Merge branch 'EVERSE-ResearchSoftware:main' into main
srghosh56 Jun 24, 2025
8091083
Automated update of RSQKit data files
github-actions[bot] Jun 24, 2025
85ef478
Automated update of RSQKit data files
github-actions[bot] Jun 28, 2025
b1fe79c
Automated update of RSQKit data files
github-actions[bot] Jun 30, 2025
7cfc909
Automated update of RSQKit data files
github-actions[bot] Jul 1, 2025
0bca69f
Automated update of RSQKit data files
github-actions[bot] Jul 4, 2025
3c5a5e6
Automated update of RSQKit data files
github-actions[bot] Jul 5, 2025
39536c1
Merge branch 'EVERSE-ResearchSoftware:main' into main
srghosh56 Jul 10, 2025
a2fe5c2
Add comprehensive CI documentation for research software
srghosh56 Jul 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ description: "The Research Software Quality Kit is a resource to help researcher

remote_theme: ELIXIR-Belgium/elixir-toolkit-theme

baseurl: ""
url: "http://localhost:4000"

# Build settings
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge

sass:
style: compressed
Expand All @@ -20,6 +28,13 @@ exclude:
- README.md
- Gemfile

# Collections
collections:
pages:
output: true
permalink: /:path/

# Defaults
defaults:
-
scope:
Expand Down
Loading
Loading