Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions _includes/head-custom.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<style>
/* Wider layout for blog posts — keep sidebar fixed, expand content */
body.full-width .wrapper {
width: 1200px;
max-width: 95%;
margin: 0 auto;
}
body.full-width header {
width: 220px;
float: left;
position: fixed;
}
body.full-width header img {
max-width: 120px;
}
body.full-width section {
float: none;
margin-left: 250px;
width: auto;
max-width: 850px;
padding-bottom: 50px;
}
body.full-width footer {
width: 220px;
float: left;
position: fixed;
bottom: 50px;
}
</style>
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<![endif]-->
{% include head-custom.html %}
</head>
<body>
<body{% if page.layout == "post" %} class="full-width"{% endif %}>
<div class="wrapper">
<header>
<h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>
Expand Down
158 changes: 112 additions & 46 deletions _posts/2026-03-06-async-rl-from-scratch.md

Large diffs are not rendered by default.

Binary file modified assets/images/posts/async-rl-from-scratch/async_divergence.png
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.