Skip to content

Commit

Permalink
updated class theme
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanjha123 committed Jan 11, 2024
1 parent f321f89 commit aec17aa
Show file tree
Hide file tree
Showing 202 changed files with 6,041 additions and 7,140 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file removed 148_logo.png
Binary file not shown.
51 changes: 22 additions & 29 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,44 +1,34 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.2)
base64
bigdecimal
activesupport (7.0.5)
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.6)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0)
bigdecimal (3.1.5)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.11.1)
colorator (1.1.0)
commonmarker (0.23.10)
commonmarker (0.23.9)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
dnsruby (1.70.0)
simpleidn (~> 0.2.1)
drb (2.2.0)
ruby2_keywords
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
ethon (0.16.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
execjs (2.9.1)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
ffi (1.16.3)
execjs (2.8.1)
faraday (2.7.5)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
ffi (1.15.5)
forwardable-extended (2.6.0)
gemoji (3.0.1)
github-pages (228)
Expand Down Expand Up @@ -219,23 +209,24 @@ GEM
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.20.0)
mutex_m (0.2.0)
net-http (0.4.1)
uri
nokogiri (1.16.0-arm64-darwin)
minitest (5.18.0)
nokogiri (1.15.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.2-x86_64-linux)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.7)
racc (1.7.3)
racc (1.6.2)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.6)
rexml (3.2.5)
rouge (3.26.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
Expand All @@ -252,19 +243,21 @@ GEM
unf (~> 0.1.4)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
typhoeus (1.4.1)
typhoeus (1.4.0)
ethon (>= 0.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.9.1)
unf_ext (0.0.8.2)
unicode-display_width (1.8.0)
uri (0.13.0)
webrick (1.8.1)

PLATFORMS
arm64-darwin-20
arm64-darwin-22
x86_64-darwin-22
x86_64-linux

DEPENDENCIES
github-pages
Expand Down
36 changes: 18 additions & 18 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,34 +16,30 @@
title: Econ 148
description: Data Science for Economists
author: Econ 148 Team
email: [email protected]
baseurl: '/sp24' # the subpath of your site, e.g. /blog
url: 'https://www.econ148.org' # the base hostname & protocol for your site, e.g. http://example.com
logo: '/148_logo.png'
exclude: ["Gemfile", "Gemfile.lock", "LICENSE"]
logo: "/148_logo.png"
logo: "images/148_logo.png"

# Theme settings
remote_theme: pmarsceill/just-the-docs@v0.2.5-release
remote_theme: just-the-docs/just-the-docs@v0.5.2
color_scheme: light
search_enabled: true
permalink: pretty
nav_links:
Links:
Ed:
- 'https://edstem.org/us/courses/34369/discussion/'
DataHub:
- 'https://datahub.berkeley.edu'
Gradescope:
- 'https://www.gradescope.com/courses/487793'
Anonymous Feedback:
- 'https://forms.gle/hkgAjKGh9NtFRA1k9'
aux_links:
# 'Kevin Lin':
# - 'https://kevinl.info'
# 'Just the Class on GitHub':
# - 'https://github.com/kevinlin1/just-the-class'


# External navigation links
nav_external_links:
- title: Textbook
url: https://www.econ148.org/textbook/
hide_icon: true

footer: >-
Powered by <a href="https://github.com/kevinlin1/just-the-class">Just the Class</a>
heading_anchors: false

color_scheme: wider

# Collections for website data
collections:
Expand All @@ -67,3 +63,7 @@ defaults:
type: staffers
values:
layout: staffer

callouts:
highlight:
color: yellow
1 change: 1 addition & 0 deletions _includes/minutes.liquid
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{% capture _minutes_workspace %}
{% comment %}
Return the number of minutes between midnight and the given time string (e.g. '9:30 AM').
Parameters:
`time` (string): the time to convert.
{% endcomment %}
Expand Down
47 changes: 0 additions & 47 deletions _includes/schedule.html

This file was deleted.

6 changes: 0 additions & 6 deletions _layouts/announcement.html

This file was deleted.

99 changes: 0 additions & 99 deletions _layouts/default.html

This file was deleted.

Loading

0 comments on commit aec17aa

Please sign in to comment.