Heading

Date


Hello, potential webmaster! Here I'll be guiding you through the steps of using the blogger.js file to make your very own Neocities blog. Don't worry--if you've ever used Zonelets, this is quite similar to it!

The process is relatively simple. First, duplicate the example post--copy this to start. This is a basic template for your very own blog post.

Next, change the file name. Copy and paste it--you'll need it for later. Now, you can type anything in-between the <p> tags. Once you're done, save it, and remember your file name!

Now for the hard part... the Javascript! Don't worry, it's simple. It's just a bit more complex than the previous parts.
First, go into the blogger.js file. You should find an array assigned to the variable posts in there. Scroll down until you reach the last post in the array. Add a comma to the } bracket of the last post, then use this template to add your post to the array:
{
title: "Blog Post",
date: "August 29th, 2026",
src: "your-post-file-name-here.html"
}

Make sure to fill out the title, date, and most importantly the file name of your blog post. After that, you can save the Javascript file, and you should be done! Congrats--you just made your first blog post! If you need any help understanding the Javascript, there's some comments in the file to help you.


Title
Author