blog icon indicating copy to clipboard operation
blog copied to clipboard

the code behind https://blog.replit.com/

This repository has been deprecated!

We're using a CMS now instead of a hand-rolled blog.

Replit Blog

Welcome to the source code for the Replit blog!

How to make a blog post

We have a handbook doc that runs you through how to make your blog post from drafting to publishing, check it out here.

Run

If you're not inside a Repl, to run use Node: node index.js.

(don't forget to install dependencies with npm install)