-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathblog.qmd
40 lines (28 loc) · 810 Bytes
/
blog.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
listing:
contents: posts
sort: "date desc"
type: default
categories: true
sort-ui: true
filter-ui: true
fields: [date, title, reading-time, description, categories]
# Set feed to true
feed: true
page-layout: full
title-block-banner: false
---
:::: {.columns}
::: {.column width="40%"}
# Series
- [My super great series](series1.html): This is a series about great stuff. Seriously. Grade AAA content in here.
:::
::: {.column width="5%"}
:::
::: {.column width="55%"}
# Subscribe
<iframe src="https://embeds.beehiiv.com/9232d2a2-6e85-4beb-b8ed-1de94e9e4f01?slim=true" data-test-id="beehiiv-embed" frameborder="0" scrolling="no" style="margin: 0; border-radius: 0px !important; background-color: transparent; height: 75px;;width:400px"></iframe>
:::
::::
---
# All Blog Posts