feat: start of cp log!

This commit is contained in:
Barrett Ruth 2025-02-12 13:28:57 -05:00
parent 18ba5cfd2e
commit 6410f5fef8
2 changed files with 70 additions and 7 deletions

View file

@ -9,18 +9,19 @@ const postMapping = new Map([
],
[
"Economics",
[
{ name: "models of production", link: "models-of-production" },
// { name: "the short run" },
// { name: "in the aggregate" },
],
[{ name: "models of production", link: "models-of-production" }],
],
[
"Trading",
[{ name: "extrema circular buffer", link: "extrema-circular-buffer" }],
// { name: "InteractiveBrokers TWS" }, { name: "valuation" }]],
],
["Algorithms", [{ name: "leetcode daily", link: "leetcode-daily" }]],
[
"Algorithms",
[
{ name: "leetcode daily", link: "leetcode-daily" },
{ name: "cp log", link: "cp-log" },
],
],
]);
function refresh(e) {