add parent page to number-number
This commit is contained in:
parent
9637139046
commit
ab9da81700
@ -2,6 +2,7 @@
|
|||||||
title: "Posts by topic"
|
title: "Posts by topic"
|
||||||
listing:
|
listing:
|
||||||
contents:
|
contents:
|
||||||
|
- posts/number-number/index.*
|
||||||
- posts/permutations/index.*
|
- posts/permutations/index.*
|
||||||
- posts/stereo/index.*
|
- posts/stereo/index.*
|
||||||
- posts/chebyshev/index.*
|
- posts/chebyshev/index.*
|
||||||
|
|||||||
25
posts/number-number/_metadata.yml
Normal file
25
posts/number-number/_metadata.yml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# freeze computational output
|
||||||
|
freeze: auto
|
||||||
|
|
||||||
|
# Enable banner style title blocks
|
||||||
|
title-block-banner: true
|
||||||
|
|
||||||
|
execute:
|
||||||
|
echo: false
|
||||||
|
|
||||||
|
# Get rid of the figure label
|
||||||
|
crossref:
|
||||||
|
fig-title: ""
|
||||||
|
fig-labels: " "
|
||||||
|
tbl-title: ""
|
||||||
|
tbl-labels: " "
|
||||||
|
title-delim: ""
|
||||||
|
custom:
|
||||||
|
- key: fig
|
||||||
|
kind: float
|
||||||
|
reference-prefix: Figure
|
||||||
|
space-before-numbering: false
|
||||||
|
- key: tbl
|
||||||
|
kind: float
|
||||||
|
reference-prefix: Table
|
||||||
|
space-before-numbering: false
|
||||||
10
posts/number-number/index.qmd
Normal file
10
posts/number-number/index.qmd
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
title: "Numbering Numbers"
|
||||||
|
listing:
|
||||||
|
contents: .
|
||||||
|
sort: "date"
|
||||||
|
---
|
||||||
|
|
||||||
|
Articles about enumerating numbers, in particular those involving rational numbers.
|
||||||
|
|
||||||
|
Publication dates correspond to the original WordPress publication dates.
|
||||||
Loading…
x
Reference in New Issue
Block a user