Verge Start
Welcome to Verge.
Verge is a static site builder for the edge, for serverless.
You already speak HTML and CSS, so its a small step to build websites quickly using Verge by reusing visual elements. Elements come from the underlying library, the theme, or are in your own site.
Integrating front end libraries, like Patternfly via NPM is very easy. See the Patternfly theme for an example, start with theme.yaml, the theme configuration.

Verge Start Structure
You will find a couple of Git submodules in this repository:
- lib- A set of base pages that every Verge site needs.
- themes/patternfly- A set of specific pages for the Patternfly theme.
- site- Your content.
When Verge looks for content, it searches site first, then theme, then lib. Copy anything you want to change into your site folder in the same location. You can change everything.
If you have proposals for changes to the underlying library, or changes to the Patternfly theme, you can always propose a pull request.