Vincent Prouillet
7099fc8ac2
Add frontmatter flag to not render a section
Useful if you're creating a section only to access it in the index but
do not want a section page for it
8 years ago
Vincent Prouillet
2d4cba5b2d
Make index a section like any other
8 years ago
Vincent Prouillet
a3318d4b56
Pagination
8 years ago
Vincent Prouillet
9669c3562c
Some fix and use toml master branch for now
8 years ago
Vincent Prouillet
a0b70bfc7e
Allow sorting pages by order and date
Closes #14, #43
8 years ago
Vincent Prouillet
03aa83af6a
Make title and description optional in frontmatter
8 years ago
Vincent Prouillet
cf3a8142c2
Try to make windows work + remove musl
8 years ago
Reilly Tucker Siemens
7c1cecb211
Use lazy front-matter regex
Using a greedy regex could lead to unintended consequences, like the
inability to syntax highlight a unified diff. This resolves issues like
that by using .*? instead of .* so that the closing +++ is matched as
soon as possible.
8 years ago
Vincent Prouillet
7e496878e5
Sections
Parse _index.md files as sections and render them
8 years ago
Vincent Prouillet
eaa09999fe
Clippy run
8 years ago
Vincent Prouillet
2d26bf038c
Force refresh on content/template change and various fixes
8 years ago
Vincent Prouillet
4acce865b4
Sort by date
8 years ago
Vincent Prouillet
e948df1028
Add a Site struct that knows how to parse/build a site
8 years ago
Vincent Prouillet
91fa7e358c
Started working on gutenberg again
8 years ago
Vincent Prouillet
efa58e7de8
Roughly working page rendering
8 years ago
Vincent Prouillet
3cd5da2128
Separate front matter parsing from the page
8 years ago