Open-source election counting
https://yingtongli.me/opentally/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
527 B
31 lines
527 B
# Site settings
|
|
|
|
title: OpenTally
|
|
baseurl: "/opentally"
|
|
url: "https://yingtongli.me"
|
|
|
|
git_url: "https://yingtongli.me/git/OpenTally"
|
|
|
|
# Build settings
|
|
|
|
plugins: []
|
|
kramdown:
|
|
smart_quotes: ["apos", "apos", "quot", "quot"]
|
|
typographic_symbols: {"mdash": "---", "ndash": "--"}
|
|
|
|
# Exclude from processing.
|
|
|
|
# exclude:
|
|
# - .sass-cache/
|
|
# - .jekyll-cache/
|
|
# - gemfiles/
|
|
# - Gemfile
|
|
# - Gemfile.lock
|
|
# - node_modules/
|
|
# - vendor/bundle/
|
|
# - vendor/cache/
|
|
# - vendor/gems/
|
|
# - vendor/ruby/
|
|
|
|
keep_files:
|
|
- stv
|
|
|