mirror of
https://github.com/baz-scm/awesome-reviewers.git
synced 2025-08-20 18:58:52 +03:00
45 lines
965 B
YAML
45 lines
965 B
YAML
# Site settings
|
|
title: "Awesome Reviewers"
|
|
description: "Ready-to-use system prompts extracted from thousands of code review comments in leading open source repositories"
|
|
baseurl: "" # the subpath of your site, e.g. /blog
|
|
url: "https://awesomereviewers.com" # the base hostname & protocol for your site
|
|
|
|
# Build settings
|
|
markdown: kramdown
|
|
highlighter: rouge
|
|
permalink: pretty
|
|
|
|
# Collections
|
|
collections:
|
|
reviewers:
|
|
output: true
|
|
permalink: /:collection/:name/
|
|
|
|
# Plugins
|
|
plugins:
|
|
- jekyll-feed
|
|
- jekyll-sitemap
|
|
|
|
# Exclude from processing
|
|
exclude:
|
|
- Gemfile
|
|
- Gemfile.lock
|
|
- node_modules
|
|
- vendor/bundle/
|
|
- vendor/cache/
|
|
- vendor/gems/
|
|
- vendor/ruby/
|
|
|
|
# Ensure discussion JSON files in the `_reviewers` directory are copied to the
|
|
# generated site so they can be fetched by the drawer script.
|
|
include:
|
|
- _reviewers
|
|
|
|
# Default front matter
|
|
defaults:
|
|
- scope:
|
|
path: ""
|
|
type: "reviewers"
|
|
values:
|
|
layout: "reviewer"
|