-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
28 lines (27 loc) · 916 Bytes
/
_config.yml
File metadata and controls
28 lines (27 loc) · 916 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
title: Human Language Project
description: A new kind of language for all people on earth
url: https://link-assistant.github.io
baseurl: /human-language
repository: link-assistant/human-language
github:
repository_url: https://github.com/link-assistant/human-language
theme: jekyll-theme-cayman
plugins:
- jekyll-seo-tag
# Files at repo root that aren't site content.
#
# Only exclude files that are NOT loaded by any HTML page served from
# GitHub Pages. JS / JSX modules imported (statically or dynamically) by a
# demo page MUST be published, otherwise the demo 404s in production. See
# docs/case-studies/issue-31 for the regression that motivated this list.
exclude:
- node_modules
- data
- api-patterns.json
- limitations-found.json
- "*.mjs"
# Node-only modules (use the *-browser.js counterparts in the browser).
- persistent-cache.js
- unified-cache.js
- wikidata-api.js
- .gitkeep