Skip to main content

SiteInfo

Less than 1 minute

SiteInfo component, can be used as friend link or project display.

Demo

Basic site info
Mr.Hope's Blog
<SiteInfo name="Mr.Hope's Blog" url="https://mister-hope.com" preview="https://theme-hope.vuejs.press/assets/image/mrhope.jpg" />
Site info with more properties
Mr.Hope's Blog
Where there is light, there is hope
<SiteInfo
  name="Mr.Hope's Blog"
  desc="Where there is light, there is hope"
  url="https://mister-hope.com"
  logo="https://mister-hope.com/logo.svg"
  repo="https://github.com/Mister-Hope/Mister-Hope.github.io"
  preview="https://theme-hope.vuejs.press/assets/image/mrhope.jpg"
/>

Props

name

  • Type: string
  • Required: Yes

Site name

preview

  • Type: string
  • Required: Yes

Site preview image, must be absolute path or complete URL.

desc

  • Type: string
  • Required: No

Site description

  • Type: string
  • Required: No

Site logo

repo

  • Type: string
  • Required: No

Site repository