Skip to content

Commit

Permalink
moving stuff around
Browse files Browse the repository at this point in the history
  • Loading branch information
CherrelleTucker committed Dec 30, 2024
1 parent b0cc27f commit 9f4f61c
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
# Import the theme
theme: jekyll-theme-chirpy

sass:
sass_dir: _sass
style: compressed

# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
# otherwise, the layout language will use the default value of 'en'.
Expand All @@ -23,7 +27,7 @@ description: >- # used by seo meta and the atom feed
# Fill in the protocol & hostname for your site.
# e.g. 'https://username.github.io', note that it does not end with a '/'.
url: ""
url: "https://nasa-impact.github.io/"

github:
username: CherrelleTucker # change to your github username
Expand Down Expand Up @@ -86,7 +90,7 @@ pageviews:
# light - Use the light color scheme
# dark - Use the dark color scheme
#
theme_mode: # [light | dark]
theme_mode: # [light]

# The CDN endpoint for media resources.
# Notice that once it is assigned, the CDN url
Expand Down Expand Up @@ -149,7 +153,7 @@ pwa:
#paginate_path: /page:num/

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

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

Expand Down
2 changes: 1 addition & 1 deletion _tabs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1376,4 +1376,4 @@ document.addEventListener('keydown', function(event) {
activeHeaders.forEach(header => toggleCard(header));
}
});
</script>
</script>
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 9f4f61c

Please sign in to comment.