Add test content
This commit is contained in:
parent
974797a2b8
commit
5635a42ed5
4 changed files with 10 additions and 3 deletions
|
@ -4,8 +4,8 @@ layout: splash
|
||||||
permalink: /splash-page/
|
permalink: /splash-page/
|
||||||
date: 2016-03-23T11:48:41-04:00
|
date: 2016-03-23T11:48:41-04:00
|
||||||
header:
|
header:
|
||||||
splash: true
|
overlay_color: "#000"
|
||||||
background_color: "#000"
|
overlay_image: unsplash-image-1.jpg
|
||||||
caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
|
caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
|
||||||
splash_row:
|
splash_row:
|
||||||
- image_path: unsplash-gallery-image-1-th.jpg
|
- image_path: unsplash-gallery-image-1-th.jpg
|
||||||
|
|
|
@ -49,6 +49,7 @@
|
||||||
.page__title {
|
.page__title {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
font-family: $serif;
|
font-family: $serif;
|
||||||
|
line-height: 1;
|
||||||
& + .page__meta {
|
& + .page__meta {
|
||||||
margin-top: -1.5em;
|
margin-top: -1.5em;
|
||||||
}
|
}
|
||||||
|
@ -79,6 +80,10 @@
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-shadow: 1px 1px 4px rgba(#000, 0.5);
|
text-shadow: 1px 1px 4px rgba(#000, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.page__title {
|
||||||
|
font-size: 64px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,8 @@
|
||||||
---
|
---
|
||||||
layout: archive
|
layout: archive
|
||||||
excerpt: "A minimalistic Jekyll theme by Michael Rose."
|
excerpt: "A minimalistic Jekyll theme by Michael Rose."
|
||||||
|
header:
|
||||||
|
overlay_color: "#666"
|
||||||
author_profile: false
|
author_profile: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue