20 lines
623 B
Markdown
20 lines
623 B
Markdown
---
|
|
title: 'Breaking News'
|
|
date: 2024-01-25T16:45:00+00:00
|
|
draft: false
|
|
tags:
|
|
- announcement
|
|
- important
|
|
---
|
|
|
|
This is breaking news content demonstrating how different sections can contain different types of content while using the same underlying Hugo section functionality.
|
|
|
|
## News Section Benefits
|
|
|
|
- **Separate URL space**: `/news/` vs `/articles/`
|
|
- **Different content structure**: News vs long-form articles
|
|
- **Independent RSS feeds**: `/news/index.xml`
|
|
- **Custom styling**: Different templates if needed
|
|
|
|
This allows for clear content separation while maintaining consistency in the overall site structure.
|