Skip to content

Latest commit

 

History

39 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages