Skip to content

Commit

Permalink
test1
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarui committed Nov 13, 2023
1 parent 2df17ef commit 3f7369a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ GEM
ffi (1.15.5)
forwardable-extended (2.6.0)
google-protobuf (3.22.0-arm64-darwin)
google-protobuf (3.22.0-x86_64-linux)
html-proofer (4.4.3)
addressable (~> 2.3)
mercenary (~> 0.3)
Expand Down Expand Up @@ -63,6 +64,8 @@ GEM
mercenary (0.4.0)
nokogiri (1.14.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.2-x86_64-linux)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
Expand All @@ -81,6 +84,8 @@ GEM
safe_yaml (1.0.5)
sass-embedded (1.58.3-arm64-darwin)
google-protobuf (~> 3.21)
sass-embedded (1.58.3-x86_64-linux-gnu)
google-protobuf (~> 3.21)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
Expand All @@ -95,6 +100,7 @@ GEM

PLATFORMS
arm64-darwin-21
x86_64-linux

DEPENDENCIES
html-proofer
Expand Down
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# SITE SPECIFIC: The following fields are typically changed for each site
name: ECON 627 Fall 2024
baseurl: /econ627fall24
morea_theme: spacelab
morea_theme: cerulean
timezone: Pacific/Honolulu
morea_navbar_items:
- Prerequisites
# - Prerequisites
- Modules
- Outcomes
- Readings
Expand Down
2 changes: 1 addition & 1 deletion morea/example-introduction/example-admonitions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Admonitions/Callouts"
published: true
published: false
morea_id: example-admonitions
morea_type: experience
morea_summary: "Example page illustrating Admonitions / Callouts"
Expand Down

0 comments on commit 3f7369a

Please sign in to comment.