Skip to content

Commit f830a05

Browse files
authored
Merge pull request #15 from Slavetomints/bug/posts-list-bug
Fixes the bug in #13
2 parents 1494789 + 5563d44 commit f830a05

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

_posts/2026-01-02-markdown-showcase.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Markdown Showcase
33
layout: post
44
author: Slavetomints
55
date: 2026-01-02
6-
categories: [Blog]
7-
tags: [blog, help]
6+
categories: [Demos]
7+
tags: [demo, markdown]
88
description: Showcase of the how markdown looks on this site
99
---
1010

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Syntax Highlighting
3+
layout: post
4+
author: Slavetomints
5+
date: 2026-01-07
6+
categories: [Demos]
7+
tags: [demo, syntax highlighting]
8+
description: Showcase of how different coding languages look
9+
---

_sass/nyx/_layout.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ main {
3333
border: 1px solid rgba(255, 255, 255, 0.06);
3434
border-radius: 0.75rem;
3535
padding: 1.5rem;
36+
position: relative;
3637

3738
transition: transform 0.15s ease, box-shadow 0.15s ease;
3839
}

0 commit comments

Comments
 (0)