Skip to content

isomerpages/nea-cfhp

Folders and files

NameName
Last commit message
Last commit date
Feb 17, 2025
Feb 13, 2025
Feb 13, 2025
Feb 21, 2025
Feb 17, 2025
Feb 17, 2025
Feb 17, 2025
Feb 13, 2025
Feb 28, 2025
Feb 28, 2025
Dec 23, 2024
Oct 15, 2020
Sep 5, 2023
Feb 13, 2025
Apr 28, 2021
Apr 28, 2021
Jun 25, 2020
Jun 25, 2020
Apr 15, 2024
Feb 18, 2025
Apr 28, 2021
Jun 25, 2020

Repository files navigation

Welcome to Isomer Pages!

Why Markdown and YAML?

Traditionally, in order to edit a website, one had to write in pure HTML. This is challenging for website administrators who had limited experience with HTML as it is not immediately readable or intuitive to non-experienced users.

Our team decided to go with Markdown (.md) – more human readable syntax – so as to empower non-technical website administrators.

While Markdown is appropriate for writing long segments of text, it alone does not allow users to edit small details of the website (e.g. change the hero-banner image) without diving into the HTML.

We therefore chose to supplement the Markdown syntax with YAML (.yml) – yet another human readable syntax.