@wilboerht/blog-template
Version:
A modern bilingual blog template built with VitePress
42 lines (28 loc) • 830 B
Markdown
title: Getting Started
date: 2024-01-20
tags: ['guide', 'introduction']
# Getting Started
Welcome to my blog! This is a blog website built with VitePress.
## Features
- 📝 Markdown Writing Support
- 🌍 Chinese and English Internationalization
- 🖼️ Support for Images, Videos, and PDF files
- 🎨 Beautiful Theme
- 🚀 Fast Static Site Generation
## How to Use
### Adding New Posts
1. Create a new `.md` file in the `docs/en/posts` directory
2. Add frontmatter configuration
3. Write your content
### Adding Media Files
```markdown

<video src="/assets/videos/demo.mp4" controls></video>
[Download PDF](/assets/pdf/document.pdf)
```
## Next Steps
- Browse more [Blog Posts](./index.md)
- Learn [About Me](../about.md)
- Visit [GitHub](https://github.com)