39 lines
880 B
Markdown
39 lines
880 B
Markdown
---
|
|
title: "My First Blog Post"
|
|
date: 2025-05-25T16:35:00+02:00
|
|
draft: false
|
|
tags: ["blog", "hugo", "lightbi"]
|
|
categories: ["web"]
|
|
image: "img/post-bg.png"
|
|
description: "This is my first post using the LightBi Hugo theme"
|
|
toc: false
|
|
---
|
|
|
|
## Welcome to My Blog
|
|
|
|
This is my first blog post using the beautiful LightBi theme for Hugo. The theme features a clean, minimal design that puts the focus on your content.
|
|
|
|
### Features of LightBi
|
|
|
|
* Light and dark mode support
|
|
* Responsive design for all devices
|
|
* Card-based layout for posts
|
|
* Flexible image placement
|
|
* Built-in SEO optimization
|
|
|
|
### Code Example
|
|
|
|
The theme includes nice syntax highlighting for code:
|
|
|
|
```javascript
|
|
function sayHello() {
|
|
console.log("Hello, Hugo with LightBi theme!");
|
|
}
|
|
|
|
sayHello();
|
|
```
|
|
|
|
### What's Next?
|
|
|
|
I'll be writing more posts about my experiences with Hugo and the LightBi theme. Stay tuned!
|