-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
41b8eeb
commit 74846ef
Showing
31 changed files
with
150 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"search.useParentIgnoreFiles": false, | ||
"search.useIgnoreFiles": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,16 @@ | ||
--- | ||
layout: articles | ||
heading: 'Your awesome heading' | ||
subheading: 'Your awesome subheading' | ||
heading: "No Arbitrage" | ||
subheading: "Joseph Cai's Personal Blog about Money and Growth." | ||
banner: 'default' | ||
--- | ||
|
||
{{ content }} | ||
|
||
{% comment %} | ||
heading: {{site.heading}} | ||
subheading: {{site.subheading}} | ||
|
||
heading: "No Arbitrage" | ||
subheading: "Joseph Cai's Personal Blog about Money and Growth." | ||
{% endcomment %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
layout: post | ||
title: Welcome to No Arbitrage! | ||
subtitle: | ||
author: Joseph | ||
categories: Planning | ||
banner: | ||
video: https://vjs.zencdn.net/v/oceans.mp4 | ||
loop: true | ||
volume: 0 | ||
start_at: 8.5 | ||
image: https://bit.ly/3xTmdUP | ||
opacity: 0.618 | ||
background: "#000" | ||
height: "100vh" | ||
min_height: "38vh" | ||
heading_style: "font-size: 4.25em; font-weight: bold; text-decoration: underline" | ||
subheading_style: "color: gold" | ||
tags: jekyll theme yat | ||
top: 1 | ||
sidebar: [] | ||
--- | ||
## Welcome | ||
|
||
Hello! I am thrilled that you are here! This is my first and latest blog where I will share my thoughts on financial market and financial fundamental knowledge and occassionally practical example files (models and slides). You can find more about me in the ABOUT page. | ||
|
||
To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the I | ||
|
||
|
||
## Topic Schedule | ||
There is a list of topics that I already have in mind that I would lilke to share and hopefully gather your thoughts. | ||
|
||
| Topic | Descriptions | | ||
| ------------- | ------------- | | ||
| Corporate Finance 101 | Fundamental framework of classic topics in Corporate Finance. | | ||
| Business Model 101 | A easy to apply framework for any types of business | | ||
| Often Mistakes in Valuation | Maybe opinionated | | ||
| Automate model updates with Power Query | One click updates all | | ||
| Sales Dashboard End to End showcase | Power BI and standard dataset | | ||
| Book recommendation | Building a StoryBrand by Donald Miller | | ||
| Book recommendation | The Synergy Solution by Mark Sirower, Jeff Weirens | | ||
|
||
## What you'd be interested in | ||
Please feel free to reach out to me on LinkedIn to let me know your thoughts and make any recommendations if you have. | ||
|
||
<!-- Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk]. | ||
[jekyll-docs]: https://jekyllrb.com/docs/home | ||
[jekyll-gh]: https://github.com/jekyll/jekyll | ||
[jekyll-talk]: https://talk.jekyllrb.com/ --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"name": "No Arbitrage", | ||
"short_name": "N/A", | ||
"icons": [ | ||
{ | ||
"src": "/assets/images/brand/web-app-manifest-192x192.png", | ||
"sizes": "192x192", | ||
"type": "image/png", | ||
"purpose": "maskable" | ||
}, | ||
{ | ||
"src": "/assets/images/brand/web-app-manifest-512x512.png", | ||
"sizes": "512x512", | ||
"type": "image/png", | ||
"purpose": "maskable" | ||
} | ||
], | ||
"theme_color": "#ffffff", | ||
"background_color": "#ffffff", | ||
"display": "standalone" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.