1.1.1 • Published 7 months ago

gatsby-theme-thepuzzlers-legal-pages v1.1.1

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

Gatsby Theme ThePuzzlers Legal Pages

This theme adds /legal page and /privacy-policy pages to your site

Getting Started

  1. Install the gatsby theme
  yarn add gatsby-theme-thepuzzlers-legal-pages
  1. Add plugin to your gatsby-config.js file
module.exports = {
  plugins: [
    {
      resolve: 'gatsby-theme-thepuzzlers-legal-pages',
      options: {
        vimeo: true, // enable the vimeo privacy policy. default is false
        publishingMonth: 3 // publishing month, 1 equals January
        publishingYear: 2023 // publishing year
      }
    }
  ]
};
  1. Add your src/config/businessInfo.json file to set the business information
[
  {
    "legal": {
      "company": "Rainbow GmbH",
      "headOfCompany": "Mrs. Unicorn",
      "address": {
        "street": "Sunshine Road 9",
        "city": "123134 FantasyCity"
      },
      "tel": "",
      "ustid": "",
      "email": "optional@mail.de",
      "commercialRegister": {
        "court": "",
        "number": ""
      },
      "organicCertification": {
        "certification": "",
        "controlAgency": ""
      }
    }
  }
]

Theme Options

OptionValueDescriptionRequired
configPathStringDefault path is "src/config", determines where the config file (businessInfo.json) is locatedNo
vimeoBooleanIs Vimeo used in this project? If true, this will add a disclaimer in the privacy policy. By default false.No
publishingMonthNumberPublishing month, 1 equals January. If not provided, it will use current monthNo
publishingYearNumberPublishing year. If not provided, it will use current yearNo
1.1.1

7 months ago

1.1.0

8 months ago

1.0.1

1 year ago

1.0.0

1 year ago

0.13.6

1 year ago

0.13.7

1 year ago

0.13.8

1 year ago

0.13.9

1 year ago

0.13.11

1 year ago

0.13.10

1 year ago

0.12.7

2 years ago

0.13.0

2 years ago

0.13.1

2 years ago

0.12.6

2 years ago

0.10.11

2 years ago

0.10.13

2 years ago

0.10.10

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.9.2

2 years ago

0.7.0

2 years ago

0.5.14

2 years ago

0.5.6

2 years ago

0.5.0

2 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.22

3 years ago

0.2.8

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.2.4

3 years ago

0.1.6

3 years ago