Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions public/llms.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@

# Field Bobbin

Personal site by Xi Zhang with recipes, readings, writings, and an about me page.

## Pages

- [About](https://xizhang.page/index.html)
- [Recipes](https://xizhang.page/recipes/)
- [Writings](https://xizhang.page/writings/)
- [Readings](https://xizhang.page/readings/index.html)
- [About](https://xizhang.page/index.html)
- [Recipes](https://xizhang.page/recipes/)
- [Writings](https://xizhang.page/writings/)
- [Readings](https://xizhang.page/readings/index.html)

## Recipes

Recipe pages include embedded Schema.org JSON-LD. Sidecar JSON-LD files are available next to each recipe page.
- [Biscuits](https://xizhang.page/recipes/biscuits.html) - [JSON-LD](https://xizhang.page/recipes/biscuits.jsonld)
Recipe pages include embedded Schema.org JSON-LD. Sidecar JSON-LD files are available next to each recipe page.

- [Biscuits](https://xizhang.page/recipes/biscuits.html) - [JSON-LD](https://xizhang.page/recipes/biscuits.jsonld)
- [Crêpes](https://xizhang.page/recipes/crepes.html) - [JSON-LD](https://xizhang.page/recipes/crepes.jsonld)
- [Dumplings](https://xizhang.page/recipes/dumplings.html) - [JSON-LD](https://xizhang.page/recipes/dumplings.jsonld)
- [Guacamole](https://xizhang.page/recipes/guacamole.html) - [JSON-LD](https://xizhang.page/recipes/guacamole.jsonld)
Expand All @@ -25,12 +25,12 @@ Personal site by Xi Zhang with recipes, readings, writings, and an about me page

## Writings

- [2016 After Election Thanksgiving](https://xizhang.page/writings/2016-after-election-thanksgiving.html)
- [2016 After Election Thanksgiving](https://xizhang.page/writings/2016-after-election-thanksgiving.html)
- [Michelle](https://xizhang.page/writings/michelle.html)
- [On Changes](https://xizhang.page/writings/on-changes.html)


## Readings

- [Readings](https://xizhang.page/readings/index.html)
- [Readings](https://xizhang.page/readings/index.html)

11 changes: 11 additions & 0 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,18 @@ nav ul a:hover {

.recipes ul {
list-style: none;
padding-left: var(--space-0);
margin: var(--space-0);
text-align: start;
}

.recipes h3 + ul {
padding-left: 1.25rem;
}

.writings ul {
list-style: none;
padding-left: var(--space-0);
margin: var(--space-0);
text-align: start;
}
Expand Down
Loading