Remove paige/home layout

This commit is contained in:
Will Faught
2023-03-22 17:36:44 -07:00
parent 9e9b29ae1b
commit dd0d5ef6ed
2 changed files with 0 additions and 124 deletions

View File

@@ -356,31 +356,6 @@ Example `content/tags/_index.md`:
layout: "paige/cloud"
```
### Home
The `paige/home` layout provides a home page.
Example `content/_index.md`:
```yaml
layout: "paige/home"
paige:
home:
blurb: "" # Displayed below the greeting
greeting: "" # Displayed below the image
image:
alt: "" # Image alt
height: "" # CSS unit; image height
stretch: false # Stretch the image fully horizontally if true; center the image otherwise
url: "" # Local or remote resource glob
width: "" # CSS unit; image width
social:
examplesite:
class: "" # Examples are "bi bi-emoji-smile" and "fa-regular fa-face-smile"
name: "" # Example is "Example"
url: "" # Example is "https://example.com/username"
```
The assigned values shown are the default values.
### Search