This commit is contained in:
lourenco
2025-09-01 16:37:42 +02:00
parent f323845444
commit e88d51b153
2 changed files with 3 additions and 16 deletions

View File

@@ -1,15 +0,0 @@
---
title: "Hello World"
date: 2025-07-21T10:00:00Z
draft: false
---
Welcome to Excipio! This is a simple hello world post to get started.
This post demonstrates the Terminal theme's clean, retro styling with:
- Simple markdown rendering
- Code syntax highlighting
- Responsive design
Feel free to explore and add more content!

View File

@@ -349,7 +349,9 @@ blockquote {
border-top: 1px solid var(--accent);
border-bottom: 1px solid var(--accent);
margin: 0;
padding: 25px;
padding-top: 25px;
padding-right: 25px;
padding-left: 25px;
}
blockquote::before {