aboutsummaryrefslogtreecommitdiffstats
path: root/put_in_db.js
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-01-28 04:10:04 +0000
committerterminaldweller <devi@terminaldweller.com>2024-01-28 04:10:04 +0000
commit06b57fdb3da729ed3b63be4a030805b7e7099693 (patch)
tree6f5be8be19d4b79b650eca463c9fd8a885bc759c /put_in_db.js
parentnew blog post (diff)
downloadblog-06b57fdb3da729ed3b63be4a030805b7e7099693.tar.gz
blog-06b57fdb3da729ed3b63be4a030805b7e7099693.zip
added new blog entry
Diffstat (limited to '')
-rw-r--r--put_in_db.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/put_in_db.js b/put_in_db.js
index eb91672..cbc7f8d 100644
--- a/put_in_db.js
+++ b/put_in_db.js
@@ -32,6 +32,16 @@ blogs = [
keywords: "irc,matrix,mattermost,matterbridge,bitlbee,irssi",
lastUpdatedAt: Date.now(),
},
+ {
+ title: "How to Get your SMS on IRC",
+ slug: "how_to_get_your_sms_on_irc",
+ body: fs.readFileSync(
+ path.join(__dirname) + "/mds/howtogetyourSMSonIRC.md",
+ ),
+ teaser: "How to Get your SMS on IRC",
+ keywords: "irc,bot,sms",
+ lastUpdatedAt: Date.now(),
+ },
];
// db.blogposts.insertMany(blogs);