Skip to content

Commit

Permalink
updating to dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
CherrelleTucker committed Jan 22, 2025
1 parent e2b63ae commit 10d17dd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
12 changes: 7 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
source "https://rubygems.org"

gem "jekyll-theme-chirpy", "~> 7.0"
gem 'jekyll-compose', group: [:jekyll_plugins]
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
gem 'jekyll-sitemap'
gem 'jekyll-data'
gem 'jekyll-feed'
gem "jekyll-compose", group: [:jekyll_plugins]
gem "wdm", ">= 0.1.0" if Gem.win_platform?
gem "jekyll-sitemap"
gem "jekyll-data"
gem "jekyll-feed"
gem "tzinfo" # Add tzinfo gem
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby] # Add tzinfo-data for Windows compatibility

# Add csv and base64 gems if Ruby version is 3.3 or higher
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.3')
Expand Down
8 changes: 4 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ sass:
lang: en

# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
timezone: Chicago
timezone: America/Chicago

# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
# ↓ --------------------------

title: The SEP Navigator # the main title
title: The SEP Participant Dashboard # the main title

tagline: Assisting SNWG Solution teams through throughout the SNWG lifecycle # it will display as the sub-title
tagline: Assisting SNWG Solution participants through throughout the SNWG lifecycle, from Solution Assessment to Product Release # it will display as the sub-title

description: >- # used by seo meta and the atom feed
A minimal, responsive website explaining the base need-to-know information for project selected and funded by the Satellite Needs Working Group.
Expand Down Expand Up @@ -153,7 +153,7 @@ pwa:
# paginate_path: /page:num/

# The base URL of your site
baseurl: "/SNWG-Navigator"
baseurl: "/SNWG-Participant-Dashboard"

# ------------ The following options are not recommended to be modified ------------------

Expand Down
2 changes: 1 addition & 1 deletion _tabs/9_impactStories.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ order: 9
webkitallowfullscreen="true">
</iframe>
</div>
<div class="slide-caption">SNWG Navigator Impact Story</div>
<div class="slide-caption">SNWG Participant Dashboard Impact Story</div>
</div>
<!-- Slide 2 -->
<div class="carousel-slide">
Expand Down

0 comments on commit 10d17dd

Please sign in to comment.