site: 'https://otsuka.haus',
trailingSlash: 'always',
integrations: [mdx(), sitemap()],
+ markdown: {
+ shikiConfig: {
+ theme: 'monokai'
+ },
+ },
});
\ No newline at end of file
title: "we're ripping off-the-cuff about dollar rallying, rates, stargate, and deepseek. listen in 👇"
href: https://x.com/CameronOtsuka/status/1882563050374631488
date: 2025-01-23
-modified: 2025-01-30
-description: Build Weekly Roundup 2025-01-23
+modified: 2025-06-19
+description: "Build Weekly Roundup - 2025 Week #4"
tags:
- video
- ai
---
-title: "Build Weekly Roundup - 2025 Week #5"
+title: Yield curve updates, looking forward to Yen meeting, more DeepSeek analysis
href: https://x.com/CameronOtsuka/status/1885111055158042704
date: 2025-01-30
-modified: 2025-01-30
-description: Yield curve updates, looking forward to Yen meeting, more DeepSeek analysis
+modified: 2025-06-19
+description: "Build Weekly Roundup - 2025 Week #5"
tags:
- video
- ai
figcaption {
font-size: 0.8rem;
}
- img {
- height: auto;
- }
figcaption {
font-style: italic;
}
html {
background-color: #ffffff;
color: #000000;
- font-family: "Public Sans", sans-serif;
+ font-family: "Public Sans Variable", sans-serif;
+ font-feature-settings: "kern" 1, "kern";
+ font-kerning: normal;
font-weight: 400;
font-size: 100%;
line-height: 1.1rem;
/* nested lists won't have margins*/
margin-bottom: 0;
}
+img {
+ height: auto;
+}
dd {
margin-bottom: 0.2rem;
padding-left: 1.5rem;
}
table {
margin-bottom: 1rem;
+ margin-left: auto;
+ margin-right: auto;
border: 0.1rem solid;
border-collapse: collapse;
}
text-align: center;
vertical-align: middle;
padding: 0.5rem;
+}
+code {
+ font-family: "Source Code Variable", monospace;
+}
+.astro-code, .astro-code span {
+ font-family: "Source Code Variable", monospace;
+ margin-bottom: 1rem;
+ padding: 0.1rem;
}
\ No newline at end of file