-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
38 lines (33 loc) · 891 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
31
32
33
34
35
36
37
38
url: "https://hsdecktracker.net"
baseurl: ""
permalink: pretty
vars:
name: "Hearthstone Deck Tracker"
description: "Deck and stats tracking for Hearthstone"
logo: "/static/images/logo.png"
email: "[email protected]"
google_analytics: "UA-68659282-1"
links:
download: /download/
discord: https://discord.gg/hearthsim
github: HearthSim/Hearthstone-Deck-Tracker
twitter: HSDeckTracker
tos: https://hsreplay.net/about/tos/
# Syntax highlighting
markdown: kramdown
kramdown:
# Use Github Flavored Markdown (including triple backticks)
input: GFM
hard_wrap: false # No linebreak on newlines unless explicitly specified
syntax_highlighter: rouge
syntax_highlighter_opts:
# Reuse pygments syntax css class
css_class: "highlight"
sass:
style: :compressed
exclude:
- LICENSE
- README.md
- CNAME
- generate_appcast.py
- vendor/