-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
41 lines (35 loc) · 905 Bytes
/
Copy path_config.yml
File metadata and controls
41 lines (35 loc) · 905 Bytes
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
31
32
33
34
35
36
37
38
39
40
41
theme: jekyll-theme-cayman
title: Pokermon
description: Where Poker meets Monster Collecting with a Twist!
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://historylabs.dev" # the base hostname & protocol for your site
# GitHub Pages Configuration for Pokermon
show_downloads: true
google_analytics: # Add Google Analytics ID when available
# Navigation
header_page_refs: ['home', 'gameplay', 'download', 'contribute']
# Social links
github_username: Gameaday
repository_url: https://github.com/Gameaday/poker-basic
# Build settings
markdown: kramdown
highlighter: rouge
plugins:
- jekyll-sitemap
- jekyll-feed
- jekyll-seo-tag
# Content settings
excerpt_separator: <!--more-->
# Exclude from processing
exclude:
- .gradle/
- .vscode/
- build/
- Poker-Basic/build/
- android/build/
- desktop/build/
- gradle/
- "*.gradle"
- "gradlew*"
- README.md
- LICENSE