Created
October 2, 2021 01:02
-
-
Save inetbiz/9f60a15044d64470bc5f0054e87b06bf to your computer and use it in GitHub Desktop.
YAML For Site Authors in Jekyll CMS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
member1: | |
birth_country: "United States of America" | |
birth_city: "Somewhere" | |
birth_region: CA | |
birth_zip: 11111 | |
birth_date: "YYYY-MM-DD" | |
education: "New Horizons Technology School" | |
image: "assets/images/main/denver-prophit-jr.png" | |
nationality: "United States of America" | |
name: "John Doe" | |
first_name: "John" | |
last_name: "Doe" | |
suffix: III. | |
email: info@somewhere.us | |
home_country: "United States of America" | |
home_city: "Anytown" | |
home_region: "FL" | |
home_zip: "32134" | |
gender: Male | |
permalink: "/about.html" | |
founder: true | |
about: "A sentence Here" | |
kg: "KG Link if you have one" | |
org: | |
- name: "Org Name" | |
url: https://somewhere.us/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment