-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstories.qmd
36 lines (30 loc) · 1.17 KB
/
stories.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
title: "stories"
listing:
contents: posts/**/*.qmd # this name must match the name of the folder you created in step #1; here, all Quarto docs in the `posts` directory will be included on your listing page
type: default # or `default` or `table`; each type has its own set of yaml options to include
sort: "date desc" # can also sort on more than one field
fields: [date, title, reading-time, description, categories]
categories: true # allows you to sort posts by assigned categories
sort-ui: true
filter-ui: true
page-layout: full
title-block-banner: false
---
:::: {.columns}
::: {.column width="40%"}
# Series {-}
<!-- ##### [ggplot2-series](ggplot-series.html) {-}
This series contains a great deal of tips, tricks and packages
that you can use to level up your ggplot game. -->
##### [SERIES-particle_biographies](SERIES-particle_biographies.html) {-}
Particles were invented or discovered.
##### [SERIES-particle_physics_tools](SERIES-particle_physics_tools.html) {-}
Feynman Diagrams and particle detectors
:::
::: {.column width="60%"}
# . {-}
##### [SERIES-particle_physics_tools](SERIES-particle_physics_tools.html) {-}
How to draw Feynman Diagrams.
:::
::::