Moving to jekyll

This commit is contained in:
2025-04-06 22:00:08 -04:00
parent dfe7fee97c
commit befdfa3206
20 changed files with 290 additions and 42 deletions
+13
View File
@@ -0,0 +1,13 @@
.current {
color: green;
}
body {
background-color: black;
color: white;
}
div {
max-width: 700px;
margin-left: auto;
margin-right: auto;
}