init
This commit is contained in:
19
data/posts/another-post.md
Normal file
19
data/posts/another-post.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# My Second Blog Post
|
||||
|
||||
Adding some more content to test the layout and the glassy look!
|
||||
|
||||
### Markdown Testing
|
||||
|
||||
- **Bold text**
|
||||
- *Italic text*
|
||||
- [A link to GitHub](https://github.com)
|
||||
|
||||
> "The only way to do great work is to love what you do." - Steve Jobs
|
||||
|
||||
```rust
|
||||
fn main() {
|
||||
println!("Hello from Rust!");
|
||||
}
|
||||
```
|
||||
|
||||
Enjoy reading!
|
||||
13
data/posts/hello-world.md
Normal file
13
data/posts/hello-world.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Welcome to Narlblog
|
||||
|
||||
This is my very first blog post! Built with a modern, glassy aesthetic and the beautiful Catppuccin color palette.
|
||||
|
||||
## Technical Stack
|
||||
|
||||
The blog is powered by:
|
||||
- **Rust (Axum)**: Fast and reliable backend.
|
||||
- **Astro**: Modern frontend framework for performance.
|
||||
- **Tailwind CSS**: Glassy UI with Catppuccin theme.
|
||||
- **Docker**: Simple containerized deployment.
|
||||
|
||||
Feel free to explore and add your own posts by creating `.md` files in the `data/posts` directory!
|
||||
Reference in New Issue
Block a user