Skip to content

Commit 2e7bf30

Browse files
committed
added styling to markdown; flickering present
1 parent 5ce90b8 commit 2e7bf30

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

content/blogs/blog1.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
title = "The First blog"
33
url = "blog_1"
44
---
5+
6+
``` =html
7+
<link href="https://cdn.jsdelivr.net/npm/@catppuccin/palette/css/catppuccin.css" rel="stylesheet">
8+
<link href="../assets/styles.css" rel="stylesheet">
9+
<script src="../assets/startup.js"></script>
10+
```
11+
512
# Hello There
613

714
this is a test edit

content/blogs/blog2.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,11 @@
22
title = "The Second blog"
33
url = "blog_2"
44
---
5+
6+
``` =html
7+
<link href="https://cdn.jsdelivr.net/npm/@catppuccin/palette/css/catppuccin.css" rel="stylesheet">
8+
<link href="../assets/styles.css" rel="stylesheet">
9+
<script src="../assets/startup.js"></script>
10+
```
11+
512
# General Kenobi

content/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ url = "test_url"
44
---
55
# Hello
66

7+
``` =html
8+
<link href="https://cdn.jsdelivr.net/npm/@catppuccin/palette/css/catppuccin.css" rel="stylesheet">
9+
<link href="assets/styles.css" rel="stylesheet">
10+
<script src="assets/startup.js"></script>
11+
```
12+
713
This is static content generated by lustre_ssg.
814

915
To build use `gleam run -m build`.

0 commit comments

Comments
 (0)