8 lines
283 B
Markdown
8 lines
283 B
Markdown
+++
|
|
# Sorting by "slug" boils down to sorting lexicographically by the
|
|
# directory name of each chapter. For numberd directories, include
|
|
# a leading "0" on # single-digit chapters to ensure chapter 2, 3, 4, etc
|
|
# are not sorted _after_ chapter 19, 29, 39, etc.
|
|
sort_by = "slug"
|
|
+++
|