Skip to content

Jobs

Usage

To populate <Jobs> you will want to set the theme config here.

You can also customize or disable the jobs on a per-page basis with frontmatter.

html
<Jobs title="Jobs" />

Example - Defaults

html
<Jobs />

Example - Custom Title

html
<Jobs title="LOOKING FOR A NEW JOB?"/>

Example - No Title

html
<Jobs :title="false"/>

NOTE

You must use :title and not title to parse "false" correctly.