Compare commits

..

2 commits

Author SHA1 Message Date
1c6767c8e0 comando upload 2023-08-22 11:29:24 -03:00
c324a6954d sans-serif 2023-08-22 11:29:21 -03:00
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,7 @@
:root { :root {
color-scheme: dark light; color-scheme: dark light;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
} }
body { body {
margin: 0 auto; margin: 0 auto;

View file

@ -5,7 +5,8 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "eleventy", "build": "eleventy",
"serve": "eleventy --serve" "serve": "eleventy --serve",
"upload": "scp -J root@dorsiblanco.lan.nulo.in -P2223 -r _site/* root@localhost:/data/nulex/"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",