forked from ruffle-rs/ruffle-rs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
30 lines (29 loc) · 796 Bytes
/
_config.yml
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
30
title: Ruffle
# email: [email protected]
description: >-
Ruffle is a Flash Player emulator written in Rust. Ruffle targets both desktop and the web using WebAssembly.
image: "/assets/logo.svg"
baseurl: ""
url: "https://ruffle.rs"
# twitter_username: jekyllrb
github_username: ruffle-rs
github_url: "https://github.com/ruffle-rs/ruffle"
repository: ruffle-rs/ruffle
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-github-metadata
- jekyll-seo-tag
show_excerpts: true
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- docker-compose.yml