Added nix package that build site from org mode

This commit is contained in:
Aleksandr Lebedev 2025-10-22 17:59:54 +02:00
parent 631e7c2237
commit 94ab268ab9
6 changed files with 110 additions and 66 deletions

17
style.css Normal file
View file

@ -0,0 +1,17 @@
@media (prefers-color-scheme: dark) {
html { background-color: #111111; color: #fbfbfb; }
a { color: #ca8465; }
}
body {
line-height: 1.6;
font-family: system-ui, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
text-align: center;
margin: 1rem auto;
min-height: 90vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
img.u-photo { border-radius: 50%; }
ul { padding: 0; list-style: none; }