forked from netlify/staticgen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.yaml
29 lines (29 loc) · 1.3 KB
/
site.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
url: https://www.staticgen.com
title: StaticGen
repo: https://github.com/netlify/staticgen
titleHome: StaticGen | Top Open Source Static Site Generators
subtitle: A List of Static Site Generators for JAMstack Sites
description: StaticGen is a leaderboard of the top open source static site generators. Promoting a static approach to building websites.
socialPreviewImageFilename: staticgen.png
shareButtons:
- twitter
- reddit
shareText: Check out StaticGen, a leaderboard of open source static site generators.
shareTextProjectStart: "Check out "
shareTextProjectEnd: ", an open source static site generator on the staticgen.com leaderboard."
copyrightName: Netlify
navLinks:
- { url: https://jamstack.org, text: About JAMstack }
- { url: https://headlesscms.org, text: Need a Static CMS? }
sorts:
- { field: "stars", label: "Repo stars", reverse: true }
- { field: "followers", label: "Twitter followers", reverse: true }
- { field: "title", label: "Title" }
filters:
- { field: "language", emptyLabel: "Any Language", multiple: true }
- { field: "templates", emptyLabel: "Any Template", multiple: true }
- { field: "license", emptyLabel: "Any License", multiple: true }
fields:
- { name: "language", label: "Languages" }
- { name: "templates", label: "Templates" }
- { name: "license", label: "License" }