Skip to content

MSCG/gatsby-source-personio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gatsby-source-personio

Source plugin for pulling data into Gatsby from Personio.

How to use

// In your gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: "gatsby-source-personio",
      options: {
        // Your Personio domain name.
        domainName: "acme",
        // The language to fetch the jobs in.
        language: "de",
        // Remove styling from job description.
        removeStyling: true
      },
    },
  ],
}

About

Source plugin for pulling data into Gatsby from Personio.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published