Skip to content

Commit

Permalink
Merge pull request #64 from rasools/OMICSINT_H24
Browse files Browse the repository at this point in the history
Updating course pages
  • Loading branch information
rasools authored Sep 9, 2024
2 parents e5cb18a + 5e6ad0e commit f24bfb6
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "workshop-common"]
path = workshop-common
url = https://github.com/NBISweden/workshop-common.git
28 changes: 28 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
source "https://rubygems.org"

# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
# bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll"

# This is the default theme for new Jekyll sites. You may change this to anything you like.
#gem "minima", "~> 2.0"

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins

# If you have any plugins, put them here!
group :jekyll_plugins do
gem "github-pages"
end

gem "jemoji"

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
30 changes: 30 additions & 0 deletions _config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
title: "Omics Integration and Systems Biology"
baseurl: /workshop_omics_integration

# where things are
# where things are
layouts_dir: ./workshop-common/layouts
includes_dir: ./workshop-common/includes
sass:
sass_dir: ./workshop-common/sass

plugins:
- jemoji

defaults:
- values:
logosnav: true

# menu:
# - title: Overview
# url:
# - title: Schedule
# url: schedule
# - title: Labs
# url: labs
# - title: Reading materials
# url: reading_materials
# - title: Pre-course
# url: precourse
# - title: Contact
# url: contact

0 comments on commit f24bfb6

Please sign in to comment.