...

Text file src/github.com/playwright-community/playwright-go/_config.yml

Documentation: github.com/playwright-community/playwright-go

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

View as plain text