Skip to content

Commit a994255

Browse files
committed
add twitter link
1 parent cb61bc3 commit a994255

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

deno.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"tasks": {
33
"dev": "deno run --allow-net --allow-read --allow-env=NODE_DEBUG --watch --no-check main.js --dev",
44
"deploy-staging": "deployctl deploy --project=tinyclouds main.js"
5-
}
5+
},
6+
"lock": false
67
}

main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ blog({
88
links: [
99
{ title: "Email", url: "mailto:[email protected]" },
1010
{ title: "GitHub", url: "https://github.com/ry" },
11+
{ title: "Twitter", url: "https://twitter.com/rough__sea" },
1112
],
1213
background: "#fff",
1314
middlewares: [

0 commit comments

Comments
 (0)