You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/blog/index.qmd
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,17 @@ listing:
10
10
template: links.ejs
11
11
---
12
12
13
+
14
+
::: {.pale-blue}
15
+
16
+
**On this page we will:**
17
+
18
+
* Create a simple listing of pages (e.g., for a blog).
19
+
* Create a grouped listing of pages.
20
+
* Build a more advanced listing to external pages using a YAML file and EJS template.
21
+
22
+
:::
23
+
13
24
A [listing](https://quarto.org/docs/reference/projects/websites.html#listings) is a Quarto feature that automatically builds a list or grid of items for you.
0 commit comments