Skip to content

Commit 2f355b9

Browse files
committed
newsvendor draft
1 parent 827a324 commit 2f355b9

File tree

136 files changed

+142
-12
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+142
-12
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
source "https://rubygems.org"
2-
gemspec
2+
gemspec

_config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ subtitle : # site tagline that appears below site title in masth
1212
name : "Charlie Bauer"
1313
description : "Charlie Bauer Personal Website"
1414
repository : optimalcharb/optimalcharb.github.io
15-
logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
15+
logo : /assets/site-images/logo.png # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
1616
masthead_title : # overrides the website title displayed in the masthead, use " " for no title
1717
breadcrumbs : # true, false (default)
1818
words_per_minute : 200
19-
enable_copy_code_button : # true, false (default)
19+
enable_copy_code_button : true # true, false (default)
2020

2121
comments:
2222
provider : # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom"
@@ -57,10 +57,10 @@ atom_feed:
5757
hide : # true, false (default)
5858

5959
search : true # true, false (default)
60-
search_full_content : # true, false (default)
60+
search_full_content : true # true, false (default)
6161
search_provider : # lunr (default), algolia, google
6262
lunr:
63-
search_within_pages : # true, false (default)
63+
search_within_pages : true # true, false (default)
6464
algolia:
6565
application_id : # YOUR_APPLICATION_ID
6666
index_name : # YOUR_INDEX_NAME
@@ -87,8 +87,8 @@ analytics:
8787
# Site Author
8888
author:
8989
name : "Charlie Bauer"
90-
avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
91-
bio : "Student and aspiring data scientist"
90+
avatar : /assets/site-images/avatar0.jpg
91+
bio : "NLP, LLMs, Dynamic Pricing, Demand Forecasting, Queue Theory"
9292
location : "Georgia Tech"
9393
email :
9494
links:
@@ -108,7 +108,7 @@ footer:
108108
- label: "GitHub"
109109
icon: "fab fa-fw fa-github"
110110
url: "https://github.com/optimalcharb/optimalcharb.github.io"
111-
- label: "Minimal Mistakes Theme"
111+
- label: "MM"
112112
icon: "fas fa-code-fork"
113113
url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
114114

_data/navigation.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# main links
22
main:
3-
- title: "Home"
43
- title: "About"
54
url: /about/
65
- title: "All Posts"

_drafts/to_do.md

Lines changed: 5 additions & 0 deletions

_pages/about.md

Lines changed: 1 addition & 0 deletions

_posts/2025-02-19-newsvendor.md

Lines changed: 120 additions & 0 deletions

_posts/2025-02-20-intro.md

Lines changed: 4 additions & 2 deletions
149 KB
Binary file not shown.
-30.9 KB
Binary file not shown.

assets/images/air-skin-archive.png

-12.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)