mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 15:24:32 +00:00
1.1 KiB
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-created-reversechronological
limit: 3
paginate: no
Chronological (oldest first)
posts-created-chronological
limit: all
paginate: none
By year (reverse chrono)
posts-created-reversechronological-byyear
limit: all
defaultyear: current
selectyear: yes
paginate: none
By year+month (chrono)
posts-created-chronological-byyearmonth
limit: all
defaultyear: 2024
selectyear: yes
Last 30 days
posts-created-reversechronological-lastmonth
limit: all
paginate: none
Paginated (2 per page)
posts-created-reversechronological
limit: 2
paginate: yes