-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
49 lines (41 loc) · 1.16 KB
/
_config.yml
File metadata and controls
49 lines (41 loc) · 1.16 KB
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
42
43
44
45
46
47
48
49
title: Library of Fonts
baseurl: /
url: https://uvacoder.github.io/font-library
permalink: pretty
description: An open source project to tag and organize Google Fonts.
github: https://github.com/katydecorah/font-library
contributing: https://github.com/katydecorah/font-library/blob/gh-pages/CONTRIBUTING.md
author:
name: Katy DeCorah
email: katydecorah@gmail.com
uri: http://katydecorah.com
twitter: katydecorah
angular: 1.6.1
jquery: 3.1.1
underscore: 1.8.3
port: 4000
host: 127.0.0.1
exclude:
- Gemfile
- Gemfile.lock
- .scss-lint.yml
- .travis.yml
- LICENSE
- README.md
- node_modules
- package.json
- test
- CONTRIBUTING.md
- scripts
plugins:
- jekyll-sitemap
- jekyll-feed
sass:
style: :compressed
### The brains
# Used in head.html (gets the fonts)
# and index.html (outputs the data)
###
filter: |
font in searchCount=( data |
filter:{ tags: selectedTags, count:tagCount, variants:selectedVariants, subsets:selectedSubsets, category:selectedCategory, variantCount: (selectedVariantCount || undefined), fullVariant:(fullVariant || undefined) }:true | filter:search ) | orderBy: familySorter | startFrom: starter | limitTo:pageSize