You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Notes written down while reading and trying to understand random ML/SWE/CS papers. Originally not intended for the eyes of other people and therefore possibly incomprehensible and/or flat out wrong."
Copy file name to clipboardExpand all lines: archive.html
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,7 @@
5
5
---
6
6
7
7
<divid="archives">
8
-
{% capture category_name %}papers{% endcapture %}
9
-
{% capture category_desc %}Notes written down while reading and trying to understand random ML/SWE/CS papers. Originally not intended for the eyes of other people and therefore possibly incomprehensible and/or flat out wrong. {% endcapture %}
10
-
{% include archive-category.html %}
11
-
12
-
{% capture category_name %}misc{% endcapture %}
13
-
{% capture category_desc %}Various random content I thought might be interesting. {% endcapture %}
14
-
{% include archive-category.html %}
8
+
{% for category_info in site.posts_category_info %}
0 commit comments