You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5.2 KiB

authors categories description layout paige tags title weight
will-faught
layouts
paige
Demonstration of the Paige home layout. paige/home
home social
blurb greeting image
This is the blurb. This is the greeting
stretch url
false landscape.webp
discord dribbble email facebook github instagram linkedin medium pinterest quora reddit spotify stackoverflow strava twitch twitter vimeo wordpress yelp youtube
bootstrap_icon name url
discord Discord https://discord.com/users/username
bootstrap_icon name url
dribbble Dribbble https://dribbble.com/username
bootstrap_icon name url
envelope E-mail mailto:username@example.com
bootstrap_icon name url
facebook Facebook https://facebook.com/username
bootstrap_icon name url
github GitHub https://github.com/username
bootstrap_icon name url
instagram Instagram https://instagram.com/username
bootstrap_icon name url
linkedin LinkedIn https://linkedin.com/in/username
bootstrap_icon name url
medium Medium https://medium.com/@username
bootstrap_icon name url
pinterest Pinterest https://pinterest.com/username
bootstrap_icon name url
quora Quora https://quora.com/profile/username
bootstrap_icon name url
reddit Reddit https://reddit.com/u/username
bootstrap_icon name url
spotify Spotify https://open.spotify.com/user/username
bootstrap_icon name url
stack-overflow Stack Overflow https://stackoverflow.com/users/username
bootstrap_icon name url
strava Strava https://strava.com/athletes/username
bootstrap_icon name url
twitch Twitch https://twitch.tv/username
bootstrap_icon name url
twitter Twitter https://twitter.com/username
bootstrap_icon name url
vimeo Vimeo https://vimeo.com/username
bootstrap_icon name url
wordpress Wordpress https://username.wordpress.com
bootstrap_icon name url
yelp Yelp https://yelp.com/user_details?userid=username
bootstrap_icon name url
youtube YouTube https://youtube.com/user/username
home
Home Layout 10

Paige provides a paige/home layout for a home page.

These are the parameters for this page:

---
authors: ["will-faught"]
categories: ["layouts", "paige"]
description: "Demonstration of the Paige home layout."
layout: "paige/home"
paige:
  home:
    blurb: "This is the blurb."
    greeting: "This is the greeting"
    image:
      stretch: false
      url: "landscape.webp"
  social:
    discord:
      bootstrap_icon: "discord"
      name: "Discord"
      url: "https://discord.com/users/username"
    dribbble:
      bootstrap_icon: "dribbble"
      name: "Dribbble"
      url: "https://dribbble.com/username"
    email:
      bootstrap_icon: "envelope"
      name: "E-mail"
      url: "mailto:username@example.com"
    facebook:
      bootstrap_icon: "facebook"
      name: "Facebook"
      url: "https://facebook.com/username"
    github:
      bootstrap_icon: "github"
      name: "GitHub"
      url: "https://github.com/username"
    instagram:
      bootstrap_icon: "instagram"
      name: "Instagram"
      url: "https://instagram.com/username"
    linkedin:
      bootstrap_icon: "linkedin"
      name: "LinkedIn"
      url: "https://linkedin.com/in/username"
    medium:
      bootstrap_icon: "medium"
      name: "Medium"
      url: "https://medium.com/@username"
    pinterest:
      bootstrap_icon: "pinterest"
      name: "Pinterest"
      url: "https://pinterest.com/username"
    quora:
      bootstrap_icon: "quora"
      name: "Quora"
      url: "https://quora.com/profile/username"
    reddit:
      bootstrap_icon: "reddit"
      name: "Reddit"
      url: "https://reddit.com/u/username"
    spotify:
      bootstrap_icon: "spotify"
      name: "Spotify"
      url: "https://open.spotify.com/user/username"
    stackoverflow:
      bootstrap_icon: "stack-overflow"
      name: "Stack Overflow"
      url: "https://stackoverflow.com/users/username"
    strava:
      bootstrap_icon: "strava"
      name: "Strava"
      url: "https://strava.com/athletes/username"
    twitch:
      bootstrap_icon: "twitch"
      name: "Twitch"
      url: "https://twitch.tv/username"
    twitter:
      bootstrap_icon: "twitter"
      name: "Twitter"
      url: "https://twitter.com/username"
    vimeo:
      bootstrap_icon: "vimeo"
      name: "Vimeo"
      url: "https://vimeo.com/username"
    wordpress:
      bootstrap_icon: "wordpress"
      name: "Wordpress"
      url: "https://username.wordpress.com"
    yelp:
      bootstrap_icon: "yelp"
      name: "Yelp"
      url: "https://yelp.com/user_details?userid=username"
    youtube:
      bootstrap_icon: "youtube"
      name: "YouTube"
      url: "https://youtube.com/user/username"
tags: ["home"]
title: "Home Layout"
weight: 10
---