Compare commits
3 commits
d29ed58b38
...
571f119e4a
| Author | SHA1 | Date | |
|---|---|---|---|
| 571f119e4a | |||
| d1e9660a61 | |||
| 283731ced0 |
3 changed files with 13 additions and 13 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"liveServer.settings.root": "/_site/",
|
||||
"liveServer.settings.host": "yuki.itta",
|
||||
"liveServer.settings.port": 8080
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue