Skip to content

Instantly share code, notes, and snippets.

@Rainymood
Created April 8, 2020 10:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Rainymood/35ae7d900f4d8a3d3199ee20fefe2567 to your computer and use it in GitHub Desktop.
Save Rainymood/35ae7d900f4d8a3d3199ee20fefe2567 to your computer and use it in GitHub Desktop.
frontmatter splash page
title layout permalink date header excerpt intro feature_row feature_row_left feature_row_right feature_row_center
Splash Page
splash
/splash-page/
2020-04-08
overlay_color overlay_filter overlay_image actions
#000
0.5
/assets/splash/coffee.jpeg
Bacon ipsum dolor sit amet salami ham hock ham, hamburger corned beef short ribs kielbasa biltong t-bone drumstick tri-tip tail sirloin pork chop.
excerpt
Nullam suscipit et nam, tellus velit pellentesque at malesuada, enim eaque. Quis nulla, netus tempor in diam gravida tincidunt, *proin faucibus* voluptate felis id sollicitudin. Centered with `type="center"`
image_path title excerpt url btn_label btn_class
/assets/splash/feat1-1.jpg
Placeholder 1
Sample text 1 with **markdown** formatting.
#test-link
Read More
btn--primary
image_path title excerpt url btn_label btn_class
/assets/splash/feat1-2.jpg
Placeholder 2
This is some sample content that goes here with **Markdown** formatting.
#test-link
Read More
btn--secondary
image_path title excerpt url btn_label btn_class
/assets/splash/feat1-3.jpg
Placeholder 3
This is some sample content that goes here with **Markdown** formatting.
#test-link
Read More
btn--success
image_path title excerpt url btn_label btn_class
/assets/splash/feat1-1.jpg
Left aligned placeholder 1
Left-aligned image centered with
#test-link
Read More
btn--primary
image_path title excerpt url btn_label btn_class
/assets/splash/feat1-2.jpg
Placeholder 1
Right-aligned image with ``
#test-link
Read More
btn--primary
image_path title excerpt url btn_label btn_class
/assets/splash/feat1-3.jpg
Placeholder 1
Center aligned image
#test-link
Read More
btn--primary

{% include feature_row id="intro" type="center" %}

{% include feature_row %}

{% include feature_row id="feature_row_left" type="left" %}

{% include feature_row id="feature_row_center" type="right" %}

{% include feature_row id="feature_row_center" type="center" %}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment