Gered
2d9ce75ec0
add separate template for the "latest post" page (the home/main page)
...
since it's reasonable to assume some may want to customize this a
little differently than the normal post page.
2023-07-01 16:19:22 -04:00
Gered
b8200b220d
add an example post written in html directly to the example site
2023-07-01 15:36:10 -04:00
Gered
065f2ededf
add a custom syntax highlighting css sheet to the example site
2023-06-30 21:13:50 -04:00
Gered
73e400db1a
add example custom syntax stuff to the example site
2023-06-30 16:41:24 -04:00
Gered
4dfd946204
switch a bunch of naming from using "commonmark" to "markdown"
...
while we are actually using a CommonMark renderer instead of Markdown,
i think i just prefer referring to everything related to this as
"markdown" for simplicity's sake. meh.
2023-06-30 14:58:06 -04:00
Gered
6e3eae7abd
switch from json to yaml
...
yaml is just easier to write by hand, and since we're using it for
files which are all meant to be written/edited by hand, it seems like
a no-brainer.
2023-06-28 17:38:41 -04:00
Gered
1fbdab9c58
rename "old urls" to "alternate urls"
2023-06-28 17:12:36 -04:00
Gered
7ad5beb717
add a bit more content to the example site for testing purposes
2023-06-28 17:07:00 -04:00
Gered
b144813654
tweak example site css styling a bit
2023-06-28 15:16:44 -04:00
Gered
83d75d4885
represent post dates as a NaiveDateTime, still allowing for date-only
...
posts can be specified with a date only, or date and time as desired.
it is up to the site's specific template to render posts with an
appropriate date/time format string based on what the author's
preferences
2023-06-28 15:16:29 -04:00
Gered
3f18b2a58a
add example site config and content
2023-06-27 17:18:52 -04:00