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]
|
[posts]
|
||||||
en = "all"
|
en = "all"
|
||||||
es = "todos"
|
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!!",
|
"description": "my website!!",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"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",
|
"watch:sass": "npx sass sass:_site/css --watch",
|
||||||
"start": "npm run watch:eleventy"
|
"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