Skip to content

ryanblogsander/ryanblogsander.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

RyanBlogsander Blog Platform

A modern blogging platform built with Node.js and Express, allowing you to upload markdown files, tag posts, and search by tags. Styled with a red background and gold monospaced text inspired by Chinese New Year or Papal vestments.

Features

  • Upload blog posts as Markdown files
  • Add a title, date, and tags to each post
  • Search/filter posts by tag
  • Modern, monospaced UI with red/gold colors

Getting Started

  1. Install dependencies:
    npm install
    
  2. Start the server:
    node server.js
    
  3. Visit http://localhost:3000 in your browser.

Directory Structure

  • public/: Frontend assets (HTML/CSS/JS)
  • posts/: Uploaded markdown blog posts
  • server.js: Express backend
  • posts.json: Blog post metadata index

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages