Sample Article

This is a sample article to demonstrate the structure and formatting of articles in the Alpine theme.

Introduction

Articles in Alpine theme are stored in the /content/articles directory and automatically appear in the articles listing page. Each article requires specific frontmatter fields to display correctly.

Required Frontmatter

Every article must include:

  • title: The article title
  • description: A brief summary for SEO and listings
  • date: Publication date in YYYY-MM-DD format
  • cover: Path to the cover image

Content Structure

You can use standard markdown formatting including:

  • Headers
  • Lists
  • Code blocks
  • Images
  • Links

Conclusion

This sample article can be replaced with your own content. Simply create new markdown files in the content/articles directory following the same frontmatter structure.