Home

To edit the home page, edit pages/home.md

The home page uses the layout: home

The home page has extensive configuration options.

  • You can enable/disable each of the sections.
  • Customise the headings and buttons for each section.
  • Change the sort order and limit the number of items for grid sections.
  • Configure the headings, sub headings, alignment and images for info sections.

Frontmatter

# pages/home.md
---
layout: home
permalink: "/"
title: "Jekyll Advance"
description: "Advance is a multi-purpose premium Jekyll theme. Modern design, clean code and highly configurable."
header_transparent: true
meta_title: Jekyll Advance - Premium Jekyll Theme

hero:
  enabled: true
  heading: "Jekyll Advance"
  heading_flair: "v2.0"
  sub_heading: "Advance is a multi-purpose premium Jekyll theme. Modern design, clean code and highly configurable."
  background_image: "/assets/images/home/unsplash-P1qyEf1g0HU.jpeg"
  background_image_blend_mode: false
  full_height_mobile: true
  buttons:
    enabled: true
    list:
      - text: "Buy Now"
        url: "https://www.zerostatic.io/theme/jekyll-advance/"
        external: true
        fa_icon: "fab fa-cc-stripe"
        size: large
      - text: "Documentation"
        url: "https://www.zerostatic.io/docs/jekyll-advance"
        external: true
        size: large
        style: outline

services:
  enabled: true
  heading: "Our Services"
  sub_heading: "High quality digital services"
  limit: 3
  sort: "weight" # 'date'
  view_more_button_enabled: true
  view_more_button_text: "View All Services"
  view_more_button_link: "/services"

intro:
  enabled: true
  align: left
  image: "assets/images/home/unsplash-zNRITe8NPqY.jpeg"
  heading: "We Help Business Grow"
  sub_heading: "Tranforming businesses to help them achieve online success."
  bullets:
    enabled: true
    list:
      - text: "Custom services"
        fa_icon: "fas fa-check"
      - text: "Highly trained staff"
        fa_icon: "fas fa-check"
      - text: "Free Quotes"
        fa_icon: "fas fa-check"
  buttons:
    enabled: true
    list:
      - text: "Meet The Team"
        url: "/team/"
        external: false

partners:
  enabled: true
  limit: 5
  sort: "weight" # 'date'

projects:
  enabled: true
  heading: "Projects"
  limit: 2
  sort: "weight" # 'date'
  view_more_button_enabled: true
  view_more_button_text: "View Our Portfolio"
  view_more_button_link: "/projects"

outro:
  enabled: true
  align: center
  image: false
  heading: Get Started Today
  sub_heading: "Save time and money using this premium Jekyll theme."
  bullets:
    enabled: false
    list:
      - text: "Free Quote"
        fa_icon: "fas fa-envelope-open-text"
  buttons:
    enabled: true
    list:
      - text: "Contact Us"
        url: "/contact"
        external: false
        size: "large"

posts:
  enabled: true
  heading: Latest Blog Posts
  limit: 3
  sort: "date"
  view_more_button_enabled: true
  view_more_button_text: "Read More Articles"
  view_more_button_link: "/blog"
---

Config

The frontmatter sections hero, intro and outro are all optional. They allow you to enhance the design with extra info above and below the list of services in the middle of the page.

The frontmatter sections services, projects and posts are all optional. They each show a collection displayed as a grid of cards.

To remove a section simply delete the frontmatter field or set enabled: false