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
+16
View File
@@ -0,0 +1,16 @@
.current {
color: green;
}
body {
background-color: black;
color: white;
}
div {
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
/*# sourceMappingURL=styles.css.map */
+1
View File
@@ -0,0 +1 @@
{"version":3,"sourceRoot":"","sources":["../../_sass/main.scss"],"names":[],"mappings":"AAAA;EACE;;;AAEF;EACE;EACA;;;AAGF;EACE;EACA;EACA","sourcesContent":[".current {\n color: green;\n}\nbody {\n background-color: black;\n color: white;\n}\n\ndiv {\n max-width: 700px;\n margin-left: auto;\n margin-right: auto;\n}\n"],"file":"styles.css"}
Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB