Skip to content

Commit 7c2631f

Browse files
committed
listings - sort categories case-insensitively (#8238)
1 parent 0e96fc0 commit 7c2631f

File tree

7 files changed

+69
-0
lines changed

7 files changed

+69
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.quarto/
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
project:
2+
type: website
3+
4+
website:
5+
title: "issue-8238"
6+
navbar:
7+
left:
8+
- href: index.qmd
9+
text: Home
10+
- about.qmd
11+
12+
format:
13+
html:
14+
theme:
15+
- cosmo
16+
- brand
17+
css: styles.css
18+
toc: true
19+
20+
21+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: "About"
3+
---
4+
5+
About this site
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: "issue-8238"
3+
listing:
4+
- id: reports
5+
contents: "lab-reports"
6+
type: table
7+
fields: [title, author, reading-time]
8+
categories: true
9+
_quarto:
10+
render-project: true
11+
tests:
12+
html:
13+
ensureHtmlElements:
14+
- ['div.quarto-listing-category div.category:nth-child(2)[data-category="YWFyZHZhcms="]']
15+
- []
16+
---
17+
18+
This is a Quarto website.
19+
20+
To learn more about Quarto websites visit <https://quarto.org/docs/websites>.
21+
22+
## Reports
23+
24+
:::{#reports}
25+
:::
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Aardvark
3+
author: Anthony
4+
categories:
5+
- aardvark
6+
---
7+
8+
## It starts with aardvarks
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Zebra
3+
author: Zack
4+
categories:
5+
- Zebra
6+
---
7+
8+
## It ends with Zebras
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* css styles */

0 commit comments

Comments
 (0)