Compare commits

...

3 commits

Author SHA1 Message Date
571f119e4a
serve instead of watch 2025-12-02 02:22:14 -03:00
d1e9660a61
remove vscode workspace (im not using vscode anymore) 2025-12-02 01:48:19 -03:00
283731ced0
add a few tag translations 2025-10-24 10:36:32 -03:00
3 changed files with 13 additions and 13 deletions

View file

@ -89,3 +89,15 @@ es = "botón hecho por"
[posts]
en = "all"
es = "todos"
[code]
en = "code"
es = "programación"
[announcement]
en = "announcement"
es = "anuncio"
[meta]
en = "about the site"
es = "sobre el sitio"

View file

@ -4,7 +4,7 @@
"description": "my website!!",
"main": "index.js",
"scripts": {
"watch:eleventy": "npx --node-options=\"--experimental-require-module\" @11ty/eleventy --watch",
"watch:eleventy": "npx --node-options=\"--experimental-require-module\" @11ty/eleventy --serve",
"watch:sass": "npx sass sass:_site/css --watch",
"start": "npm run watch:eleventy"
},

View file

@ -1,12 +0,0 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"liveServer.settings.root": "/_site/",
"liveServer.settings.host": "yuki.itta",
"liveServer.settings.port": 8080
}
}