Update gallery add test pedagogy
This commit is contained in:
parent
811e525d98
commit
56e241dd1d
src
content
layouts/components
@ -1,4 +1,4 @@
|
||||
---
|
||||
title: Alexandra Eguiluz
|
||||
title: Alex Eguiluz
|
||||
layout: page
|
||||
---
|
||||
|
5
src/content/pedagogy/cheesecake.md
Normal file
5
src/content/pedagogy/cheesecake.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: cheesecake
|
||||
---
|
||||
|
||||
This is a research project about cheesecakes.
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Research
|
||||
title: Pedagogy
|
||||
layout: page
|
||||
parent: true
|
||||
---
|
5
src/content/pedagogy/pedagogy.json
Normal file
5
src/content/pedagogy/pedagogy.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"tags": ["pedagogy"],
|
||||
"layout": "page",
|
||||
"category": "pedagogy"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"tags": ["research"],
|
||||
"layout": "page"
|
||||
}
|
@ -17,6 +17,9 @@
|
||||
.gallery {
|
||||
display: grid;
|
||||
grid-auto-flow: row;
|
||||
grid-auto-rows: auto;
|
||||
align-content: start;
|
||||
|
||||
gap: var(--fs-400, 1em);
|
||||
padding: var(--fs-400, 1em);
|
||||
overflow-y: scroll;
|
||||
|
Loading…
x
Reference in New Issue
Block a user