Init Commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
---
|
||||
title: "News"
|
||||
date: 2024-01-01
|
||||
draft: false
|
||||
description: "Latest news updates and announcements"
|
||||
---
|
||||
|
||||
Latest news updates and announcements. This section demonstrates how you can have multiple sections in your Hugo site, each with their own content organization and URL structure.
|
||||
|
||||
Stay updated with the latest developments, announcements, and important information.
|
||||
@@ -0,0 +1,19 @@
|
||||
---
|
||||
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.
|
||||
Reference in New Issue
Block a user