
John Doe January 15, 2024
Welcome to Our Blog
This is a sample blog post to help you get started. Learn how to create compelling content for your marketing website.
Published January 15, 2024
1 min read
Welcome to our blog! This is a sample post to demonstrate the blog functionality of this template.
Getting Started
This template includes everything you need to create a modern marketing website:
- Blog: Write posts in Markdown with automatic table of contents
- Changelog: Keep your users updated on new features
- FAQ: Answer common questions with an accordion interface
- SEO: Built-in SEO components for optimal search visibility
Writing Content
Content is written in Markdown files located in the content/ directory. Each post requires frontmatter with the following fields:
title: The post titlesummary: A brief description for previewsdate: Publication dateauthor: Author key fromsrc/lib/data/authors.tsfeatured: Boolean to feature the post at the topdraft: Boolean to hide in production
Styling
The template uses Tailwind CSS for styling with a custom color system that supports light and dark modes. Colors are defined using the OKLCH color space for better color perception.
Next Steps
- Update
src/lib/data/SiteMeta.tswith your site information - Add your authors in
src/lib/data/authors.ts - Replace the logo in
src/lib/components/brand/Logo.svelte - Start writing your own content!
Happy writing!