-------- layout: default title: FoxDeploy.com subtitle: Page Subtitle image: /path/to/image.jpg description: The pages meta description hero_image: /image/foxdeployMOUNTAINTOP_hero.webp hero_height: is-fullheight -------- 3333

Latest Post

{% for post in site.posts limit:1 %} ... Show the first post all big ... {% endfor %}

Recent Posts

{% for post in site.posts offset:1 limit:2 %} ... Show the next two posts ... {% endfor %}