Compare commits
No commits in common. "571f119e4a9fa3cdb8010a887ed541c394814ccf" and "d29ed58b3844245da8b9ca794a91e62d8dfa6151" have entirely different histories.
571f119e4a
...
d29ed58b38
3 changed files with 13 additions and 13 deletions
|
|
@ -89,15 +89,3 @@ 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 --serve",
|
"watch:eleventy": "npx --node-options=\"--experimental-require-module\" @11ty/eleventy --watch",
|
||||||
"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"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
12
yuki.k4w411.net.code-workspace
Normal file
12
yuki.k4w411.net.code-workspace
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": "."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"liveServer.settings.root": "/_site/",
|
||||||
|
"liveServer.settings.host": "yuki.itta",
|
||||||
|
"liveServer.settings.port": 8080
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue