lol
This commit is contained in:
parent
55f17cf6f0
commit
29fe68aaf7
@ -1,25 +1,24 @@
|
||||
---
|
||||
layout: base.vto
|
||||
title: Hello World
|
||||
date: 2024-01-01
|
||||
date: 2025-07-25
|
||||
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
|
||||
# Hello World!!!
|
||||
|
||||
Hello world in bash:
|
||||
```bash
|
||||
echo "Hello from mybio!"
|
||||
```
|
||||
|
||||
## Features
|
||||
Hello world in go:
|
||||
```go
|
||||
package main
|
||||
|
||||
- Dark theme
|
||||
- Minimal design
|
||||
- Syntax highlighting
|
||||
- Responsive layout
|
||||
func main() {
|
||||
fmt.Println("Hello, World!")
|
||||
}
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user