Compare commits
3 commits
bee772b2be
...
3790c467e1
| Author | SHA1 | Date | |
|---|---|---|---|
| 3790c467e1 | |||
| cad0d984b1 | |||
| cc96a664f4 |
2 changed files with 19 additions and 3 deletions
15
.zed/debug.json
Normal file
15
.zed/debug.json
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"adapter": "JavaScript",
|
||||||
|
"label": "npm (JavaScript)",
|
||||||
|
"type": "pwa-node",
|
||||||
|
"request": "launch",
|
||||||
|
"program": "npm",
|
||||||
|
"args": ["run", "start"],
|
||||||
|
"env": {
|
||||||
|
"ENV": "Zed"
|
||||||
|
},
|
||||||
|
"stopOnEntry": false,
|
||||||
|
"cwd": "/home/yuki/Code/yuki.k4w411.net"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
@ -10,9 +10,10 @@ url = "/about/"
|
||||||
name = "blog"
|
name = "blog"
|
||||||
url = "/blog/"
|
url = "/blog/"
|
||||||
|
|
||||||
[reviews]
|
# TODO: review section of the site :p
|
||||||
name = "reviews"
|
# [reviews]
|
||||||
url = "/reviews/"
|
# name = "reviews"
|
||||||
|
# url = "/reviews/"
|
||||||
|
|
||||||
[music]
|
[music]
|
||||||
name = "music"
|
name = "music"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue