Skip to content

Commit

Permalink
Initial Website
Browse files Browse the repository at this point in the history
  • Loading branch information
holand-e committed Oct 11, 2023
1 parent f92f088 commit c75376f
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# frozen_string_literal: true

source "https://rubygems.org"

gem "rails"
#gem "jekyll"
gem "nokogiri"
gem "yajl-ruby", "1.4.3"
gem "github-pages", "228", group: :jekyll_plugins
gem "webrick"
30 changes: 30 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
remote_theme: just-the-docs/[email protected]
title: BOOST

callouts_level: loud
callouts:
highlight:
color: yellow
important:
title: Important
color: blue
new:
title: New
color: green
note:
title: Note
color: purple
warning:
title: Warning
color: red

aux_links:
"BOOST on GitHub":
- "https://github.com/RIVeR-Lab/BOOST/tree/main"

nav_external_links:
- title: BOOST on GitHub
url: https://github.com/RIVeR-Lab/BOOST/tree/main

back_to_top: true
back_to_top_text: "Back to top"

0 comments on commit c75376f

Please sign in to comment.