Samuel-Hoskin / govuk-eleventy-plugin

Build websites using the GOV.UK Design System and the Eleventy static site generator.

Home Page:https://x-govuk.github.io/govuk-eleventy-plugin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GOV.UK Eleventy Plugin • test

Build documentation websites using Markdown and GOV.UK styles.

You’re welcome to use the plugin even if your service isn’t considered part of GOV.UK, but your site or service must not:

  • identify itself as being part of GOV.UK
  • use the crown or GOV.UK logotype in the header
  • use the GDS Transport typeface
  • suggest that it’s an official UK government website if it’s not

Requirements

Installation

npm install @x-govuk/govuk-eleventy-plugin

Usage

const govukEleventyPlugin = require('@x-govuk/govuk-eleventy-plugin')

eleventyConfig.addPlugin(govukEleventyPlugin, {
  // Options
})

Learn more about how to get started and which options you can provide.

About

Build websites using the GOV.UK Design System and the Eleventy static site generator.

https://x-govuk.github.io/govuk-eleventy-plugin/

License:MIT License


Languages

Language:JavaScript 50.2%Language:Nunjucks 29.7%Language:SCSS 20.1%