Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
azuline committed Jun 26, 2024
1 parent fc5bb3e commit 37e849c
Show file tree
Hide file tree
Showing 4 changed files with 336 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# sunsetglow

Static site; posts in LaTeX, pages in Jinja. Built with Pandoc and Python script; deployed to Nomad.

JavaScript is bad.
1 change: 1 addition & 0 deletions src/assets/css/post.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
top: 2rem;
max-height: calc(100vh - 4rem);
overflow-y: auto;
font-size: var(--font-size-xs);
}
.pandoc #TOC a {
color: var(--color-fg-secondary);
Expand Down
5 changes: 5 additions & 0 deletions src/posts/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
"title": "Exposition of Frontend Build Systems",
"timestamp": "2024-06-08T03:46:00Z",
"public": true
},
"react-state-management": {
"title": "Survey of React State Management",
"timestamp": "2024-06-25T21:18:00Z",
"public": false
}
}
Loading

0 comments on commit 37e849c

Please sign in to comment.