mdcms/app/pages/home.md

1.1 KiB

title sort
Home 100

MD-CMS

This is the default startpage for MD-CMS.

Testing MD-CMS

If you want to test MD-CMS you can grab samplesite from the repo and place the content in your website root. This page (pages/home.md) won't be replaced.

Post listing tests below contains various custom tags to display posts. There are no posts now, but if you download the samplesite it will fetch the posts in

Post listing tests

Reverse chronological (newest first)

posts-date-reversechronological
limit: 3
paginate: no

Chronological (oldest first)

posts-date-chronological
limit: all
paginate: none

By year (date, reverse chrono)

posts-date-reversechronological-byyear
limit: all
defaultyear: current
selectyear: yes
paginate: none

By year+month (datetime, chrono)

posts-datetime-chronological-byyearmonth
limit: all
defaultyear: 2024
selectyear: yes

Last 30 days

posts-date-reversechronological-lastmonth
limit: all
paginate: none

Paginated (2 per page)

posts-datetime-reversechronological
limit: 2
paginate: yes