Agora Road's Macintosh Cafe

Voicedrew
Voicedrew
You'll learn more if you do it yourself. Use Chat GPT if you get stuck. Here is my setup if you are interested

HTML:
<!DOCTYPE html>
<html lang="en-us">

<head>
    <meta charset="utf-8">
    <title>{first-line}</title>
    <link rel="stylesheet" href="meta.css">
    <link rel="icon" type="image/x-icon" href="/images/favicon.ico">
</head>

<header>
    <a href="https://voicedrew.xyz/"><img src="https://voicedrew.xyz/images/bannerT.png"></a>
</header>

    <body>
        <article>
            {article-content}
        </article>
</body>
<footer><h1><a href="index.html">◄ Back</a></h1></footer>
</html>
Voicedrew
RisingThumb
RisingThumb
I wrote a neocities blog template/generator some time ago.
blogText/ is supposed to have your html-ish(minus body and head parts) in there. It should be easy to modify, all you need is some way of converting your markdown for blogs into that html-ish format.
P.S. I don't maintain it anymore, but feel free to ask for any thoughts on it. Feel free to fork it if you want too, it's designed to be easy to fork and easily integrates with neocitie's API
gon_bek97
gon_bek97
steal code directly from other websites using inspect element and modify it to your needs. use google or chatgpt if you're stuck somewhere.
worked perfectly for me.