summaryrefslogtreecommitdiff
path: root/vendor/github.com/playwright-community/playwright-go/_config.yml
blob: 15ec3b230724d51273936f155e1b21a9b6149875 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
title: Playwright for Go
email: max@schmitt.mx
description: >- # this means to ignore newlines until "baseurl:"
  Playwright is a Node.js library to automate Chromium, Firefox and WebKit with a single API.
  Playwright is built to enable cross-browser web automation that is ever-green, capable, reliable and fast.
baseurl: "/playwright-go"
url: "https://playwright-community.github.io/"
twitter_username: maxibanki
github_username: playwright-community
remote_theme: pages-themes/cayman@v0.2.0
plugins:
  - jekyll-remote-theme
  - jekyll-optional-front-matter
  - jekyll-readme-index
exclude:
  - playwright/
defaults:
  - scope:
      path: "" # an empty string here means all files in the project
    values:
      layout: "default"