Skip to content

Commit b769984

Browse files
committed
chore(blog/code): add missing "On this page we will:"
1 parent a6809b5 commit b769984

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

pages/blog/index.qmd

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ listing:
1010
template: links.ejs
1111
---
1212

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+
1324
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.
1425

1526
There are two ways to use listings:

pages/code/index.qmd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
title: Code
33
---
44

5+
::: {.pale-blue}
6+
7+
**On this page we will:**
8+
9+
* See how to add code cells to a Quarto document.
10+
* Learn how to deploy sites via GitHub actions when they contain executable code.
11+
12+
:::
13+
514
## Code in Quarto pages
615

716
In a Quarto document, you can include **code cells** and choose whether they run when you render the site.

0 commit comments

Comments
 (0)