diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-01-28 04:10:04 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-01-28 04:10:04 +0000 |
commit | 06b57fdb3da729ed3b63be4a030805b7e7099693 (patch) | |
tree | 6f5be8be19d4b79b650eca463c9fd8a885bc759c /put_in_db.js | |
parent | new blog post (diff) | |
download | blog-06b57fdb3da729ed3b63be4a030805b7e7099693.tar.gz blog-06b57fdb3da729ed3b63be4a030805b7e7099693.zip |
added new blog entry
Diffstat (limited to 'put_in_db.js')
-rw-r--r-- | put_in_db.js | 10 |
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); |