Free website template on my neocities! I wanted to celebrate 100,000 views by making a layout similar to my homepage. If you've ever wanted to make a website using html/css, templates are a great way to do that!

#dc#dc comics#batman#bruce wayne#dc fanart#dick grayson#batfamily#batfam#tim drake




seen from Malaysia

seen from United Kingdom
seen from China
seen from United States

seen from United States

seen from Uruguay

seen from Germany
seen from Netherlands
seen from Malaysia
seen from United States

seen from Sweden

seen from Bulgaria
seen from United States

seen from Canada

seen from France
seen from Morocco
seen from China
seen from United States
seen from China
seen from Malaysia
Free website template on my neocities! I wanted to celebrate 100,000 views by making a layout similar to my homepage. If you've ever wanted to make a website using html/css, templates are a great way to do that!
Website Theme - Vomit heart.
Title: vomit heart Vibe: Gothic/Mothcore/Faegrunge Features: Simple navbar, Footer with a hidden section for Webrings, Cross border I made on broider, public domain illustrations, Jaquard font but you can change it if you hate it, crosshair cursor. Rules: Edit as you like, tear it up and spit it out. But if you don't edit it to be unrecognizable, please credit me. If anything is broken on here please leave a comment or message me. And if you want me to make more themes, let me know! :) Notes: This is my very first theme and I sort of threw myself into making it. I just wanted something simple and minimal, with one box for content and a place to hide stuff/webrings. I think this works best for a blog, you can view a live preview on my blog currently.
How to Set Up a Self-Updating Blog Page on Neocities
Using Standard Notes, Listed, and an RSS Feed
What is Standard Notes?
Standard Notes is a privacy-focused writing app. Think of it as a simpler, encrypted version of Evernote or Notion — with less bloat and more focus. You can use it for journaling, note-taking, writing drafts, or… publishing blog posts. It works on:
Web (in any browser)
Desktop (Windows, Mac, Linux)
Mobile (iOS and Android)
Your notes sync across devices, and because the app is end-to-end encrypted, you’re the only one who can read what you write. No cloud peeking, no surveillance. Perfect for a private journal, but it also offers an opt-in public blog feature called Listed.
What is Listed?
Listed is a blogging extension built into Standard Notes. You choose which notes to publish publicly. Each time you publish one, it shows up on a minimalist blog page — something like:
https://listed.to/@yourusername
That page also includes an automatically generated RSS feed:
https://listed.to/@yourusername/feed
Step-by-Step: How to Set This Up
1. Set Up Standard Notes + Listed
Go to standardnotes.com and create an account
Download the mobile app (optional but useful)
In the web or desktop app, go to the menu and open “Extensions”
Enable the extension called Listed
This will give you a blog URL like https://listed.to/@yourusername
You now have a blog, but it’s empty until you publish something. Let’s fix that next.
2. Write and Publish a Post
Create a new note
Click or tap the “share” icon
Select “Publish to Listed”
The note is now live on your blog and added to your RSS feed
You can do this from your phone too — same steps. Just write, publish, done.
3. Create Your Blog Page on Neocities
On your Neocities site, create a new page like blog.html. This page will act as a visual wrapper that pulls content from your RSS feed and displays it automatically. Here’s what your code might look like.
Copy and paste the code below into your file editor:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>My Blog</title> <meta name="description" content="Posts from my Standard Notes blog"> <link rel="stylesheet" href="style.css"> </head> <body> <h1>Blog</h1> <div id="blog-feed">Loading posts...</div> <script> fetch("https://listed.to/@yourusername/feed") .then(res => res.text()) .then(str => new window.DOMParser().parseFromString(str, "text/xml")) .then(data => { const items = data.querySelectorAll("item"); const container = document.getElementById("blog-feed"); container.innerHTML = ""; items.forEach(item => { const title = item.querySelector("title").textContent; const link = item.querySelector("link").textContent; const pubDate = new Date(item.querySelector("pubDate").textContent); const description = item.querySelector("description")?.textContent || ""; const post = document.createElement("div"); post.className = "post"; post.innerHTML = ` <a href="${link}" target="_blank">${title}</a> <div class="date">${pubDate.toDateString()}</div> <div class="desc">${description}</div> `; container.appendChild(post); }); }) .catch(err => { document.getElementById("blog-feed").innerText = "Couldn't load posts."; console.error(err); }); </script> </body> </html>
Important: replace @yourusername in the URL with your actual Listed username.
You can also style this page with your site’s usual CSS — background, fonts, layout — just like any other part of your site.
Why Use This Method?
Most blogging platforms give you either:
Too much complexity (WordPress, Ghost, etc.)
Or no control at all
This setup gives you the best of both:
Post from anywhere — desktop or mobile
Your blog updates automatically
Hope this helps!!
Rosewater studio. responsive html theme / website layout.
Website template (html / css / flexbox / grid )
LIVE PREVIEW : Here !
Buy here : https://ko-fi.com/s/5293f1bf45 (11€)
Valid HTML / CSS
Responsive (works on mobile devices)
Fully customizable
More layouts : https://itinerae.org
You must have basic knowledge of html, css (and flexbox + grid) to use this template.
Reblogs are highly appreciated. ♡
New free website layout at my website !
a bunch of free website layouts on kalechip.net
consider donating to their Ko-fi <3
Well, i really didnt do a whole lot this year but my resolution is to make that change! 2025 is gunna be full of finished projects, focused creativity, and first steps in trying to establish myself as an artist. I have a magnum opus ive spent three years on thus far that i really want to get off the ground soon. Its all i ever wanted, to create what i love and enjoy making a weird mark on this world while im still in it.
✨💛🦷🧠🍽🥩👁📺💛✨
Sorry for the lack of updates and an incomplete in december's slot, i have been writing more than art lately and having trouble finding a happy balance between them. Plus i lost my drive when i realized i had to draw jimmy and i fuckin hate jimmy lol. 😆
Anyways, heres to another year full of trials and tribulations that leave us with immense growth and the occasional tummy ache. I pray to see you all at the finish line once again. Blessed and happy new year! Onward and upward 🥳🎉