Isomer Guide (Legacy sites)
UpdatesOfficial WebsiteGithub Repository
  • Introduction
  • Accounts & Setup
    • Github Account Setup
      • Set up 2FA
    • Site Access
  • Get started
    • Your first edit
    • Create a new page
    • Create a new collection
    • Format your content
      • HTML cheatsheet
      • Markdown cheatsheet
    • Page config
  • Configurations
    • Config.yml file
      • Site color
    • Homepage
      • Basics
      • Hero Banner
      • Infobar
      • Infopic
      • Resources
      • Sample configuration
    • Pages
      • Configuration
      • Second and Third Level Navigation Pages
    • Navigation Bar
      • Configuration
    • Resources
      • Setup
      • Posts
      • Resources with v2 migration
    • Contact Us
      • Configuration
    • Footer
  • Features
    • Analytics and tracking
      • WOGAA
      • Google Analytics
      • Facebook Pixel
      • LinkedIn Insights
    • IsomerSSL
    • Content Recommender
  • Publish your changes
    • Overview
    • Creating a pull request
    • Approve a pull request
    • Merge a pull request
    • Site Launch
      • How to make records changes on ITSM?
  • Frequently Asked Questions (FAQ)
    • General
    • Security
    • Pull requests
    • Digital KPI
    • Migration v1 to v2
  • Updates
Powered by GitBook
On this page

Was this helpful?

  1. Configurations
  2. Homepage

Sample configuration

This is a full sample configuration for a home page, integrating every section that has been covered. You may copy this configuration to your home page as a start, and edit the values accordingly.

---
layout: homepage
title: Ministry of ABC
description: The Ministry of ABC is the ministry in charge of XYZ
permalink: /
notification: Initiative A will be launching soon! <a href="/register/">Register now</a>
sections:
    - hero:
        title: Ministry of ABC
        subtitle: We provide Singaporeans with XYZ services
        background: /images/banner.png
        url: /contact-us/
        button: Contact
        key_highlights:
            - title: ABC services
              description: Find out what ABC can do for you
              url: /services/
            - title: Our Annual Reports
              url: /annual-reports/
            - title: Join ABC
              description: Unleash your passion and be rewarded with a fulfilling career!
              url: /careers/
    - infobar:
        title: Work for the public good
        subtitle: Careers
        description: Start a fulfulling and rewarding career with the Ministry of ABC!
        button: Join Us
        url: /careers/
    - infopic:
        title: Integrity
        subtitle: Core Values
        description: Integrity drives everything we do at the Ministry of ABC
        button: Learn More
        url: /core-values/
        image: /images/integrity.png
        alt: Members of the Ministry of ABC shaking hands
    - infopic:
        title: Professionalism
        subtitle: Core Values
        description: We strive to deliver work of the highest calibre
        button: Learn More
        url: /core-values/
        image: /images/professionalism.png
        alt: Members of the Ministry of ABC in suits
    - resources:
        title: Media
        subtitle: Learn more
        button: View More
---

The above configuration will produce a home page similar to the following:

PreviousResourcesNextPages

Last updated 4 years ago

Was this helpful?