25 lines
344 B
Plaintext
25 lines
344 B
Plaintext
---
|
|
layout: base.vto
|
|
title: Hello World
|
|
date: 2024-01-01
|
|
isBlogPage: true
|
|
description: First blog post
|
|
showFooter: true
|
|
---
|
|
|
|
# Hello World
|
|
|
|
This is my first blog post using the pfckws-ng theme for Lume.
|
|
|
|
## Code Example
|
|
|
|
```bash
|
|
echo "Hello from mybio!"
|
|
```
|
|
|
|
## Features
|
|
|
|
- Dark theme
|
|
- Minimal design
|
|
- Syntax highlighting
|
|
- Responsive layout |