feat: attempt to fix building
1
.envrc
Normal file
|
|
@ -0,0 +1 @@
|
|||
use flake
|
||||
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
/public
|
||||
/.direnv
|
||||
|
Before Width: | Height: | Size: 3.4 MiB |
|
Before Width: | Height: | Size: 1,014 KiB |
|
Before Width: | Height: | Size: 694 KiB |
|
Before Width: | Height: | Size: 93 KiB |
|
Before Width: | Height: | Size: 4 MiB |
|
Before Width: | Height: | Size: 1.6 MiB |
|
Before Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 6.7 MiB |
|
Before Width: | Height: | Size: 3.4 MiB |
|
Before Width: | Height: | Size: 2.1 MiB |
|
Before Width: | Height: | Size: 1.9 MiB |
|
Before Width: | Height: | Size: 13 MiB |
|
Before Width: | Height: | Size: 13 MiB |
|
Before Width: | Height: | Size: 13 MiB |
|
Before Width: | Height: | Size: 380 KiB |
|
Before Width: | Height: | Size: 13 MiB |
10
public/elasticlunr.min.js
vendored
|
Before Width: | Height: | Size: 7.9 MiB |
|
Before Width: | Height: | Size: 7.9 MiB |
|
Before Width: | Height: | Size: 268 KiB |
|
|
@ -1 +0,0 @@
|
|||
*{box-sizing:border-box}html{font-family:"Monaspace Krypton",monospace}body{width:80ch;margin:0 auto;line-height:1.4;padding:1em}#gallery ul{list-style-type:none;margin:0;padding:0;column-count:2}img{max-width:100%;max-height:50ch}header nav ul{list-style-type:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5em}header nav ul li{display:inline-block;padding:0;margin:0;flex-grow:1;text-align:center}#interests ul{column-count:2}a,a:link{text-decoration:none;color:#16b1bd}a:visited{text-decoration:none;color:#3784e8}a:hover{text-decoration:none;color:#37dce8;border-bottom:.01rem #37dce8 solid}a:hover:has(img){border:none;padding:.02rem}a:hover:has(img) img{border:.01rem #37dce8 solid}footer nav ul{list-style-type:none;padding:0;margin:0;display:flex;flex-wrap:wrap;column-count:2;gap:.5em .25em}footer nav ul li{padding:0;margin:0;flex-grow:1}footer nav ul li:nth-child(2n){text-align:right}@media (prefers-color-scheme: dark){html{color:#ddd;background:#141414}h1,h2,h3{color:#eee}}@media (prefers-color-scheme: light){html{color:#333;background:#fcfcfc}h1,h2,h3{color:#111}}html:has(#color-scheme-dark:checked){color:#ddd;background:#141414}html:has(#color-scheme-dark:checked) h1,html:has(#color-scheme-dark:checked) h2,html:has(#color-scheme-dark:checked) h3{color:#eee}html:has(#color-scheme-light:checked){color:#333;background:#fcfcfc}html:has(#color-scheme-light:checked) h1,html:has(#color-scheme-light:checked) h2,html:has(#color-scheme-light:checked) h3{color:#111}
|
||||