diff options
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); |