Hey there. This is a sample post.
Blogrip is a generic extraction of server-side blog software. It reads markdown files from content/blog/, parses YAML frontmatter, and serves them as HTML.
How It Works
- Content: Add
.mdfiles tocontent/blog/with YAML frontmatter - Frontmatter:
title,slug,date,author,excerpt,section,popular,coverStory,leadImage,takeaways, etc. - Sections: Posts can be grouped by section (Operations, Trends, Industry, Best Practices by default)
- Sitemap:
/sitemap.xmlis generated dynamically
Frontmatter Fields
| Field | Description |
|---|---|
title |
Post title |
slug |
URL slug (defaults to filename) |
date |
Publication date |
author |
Author name |
excerpt |
Short description for listings |
section |
Section key for grouping |
popular |
Show in sidebar (true/false) |
coverStory |
Feature as cover on index |
leadImage |
Hero image URL |
takeaways |
Comma-separated key takeaways |
Configuration
Edit config.js or set environment variables: PORT, BASE_URL, SITE_NAME, SITE_TAGLINE, and sections.
That's it. Add your own posts and customize as needed.