Skip to content

serxa/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A minimal static blog scaffold built for GitHub Pages. Each post lives in its own folder under posts/, giving you clean URLs and an easy place to organize assets per article.

Structure

.
├── index.html          # Main landing page with post listings
├── posts/
│   └── test/
│       └── index.html  # Example "Hello world" post
└── styles/
    └── post.css        # Shared styling for individual posts

Adding a new post

  1. Duplicate the posts/test folder and rename it to match your post slug, e.g. posts/my-first-post.
  2. Update that folder’s index.html with your article content.
  3. Add an entry for the new post in index.html so it appears on the home page.

Commit the changes and push to your main branch—GitHub Pages will publish the latest version automatically.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published