forked from mamuso/figma-designdoc-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
41 lines (35 loc) · 1.13 KB
/
_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
39
40
41
# -----------------------------------------------------------
## Figma configuration
# -----------------------------------------------------------
# Adding your figma personal token to a .env file as FIGMATOKEN is highly recommended
# Values in the .env file take precedence over the figma token here
figmaconfig:
token: xxxx-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
scale: 2
format: png
figmaurls: true
home: true
documents:
- document: aPDeXozOjVEEBVnRGP3gsm5B
category: Components
# -----------------------------------------------------------
## Jekyll configuration
# -----------------------------------------------------------
title: Figma Designdoc
description: >- # this means to ignore newlines until "baseurl:"
Check this awesome design documentation.
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
permalink: /:categories/:title/
# Jekyll Build settings
markdown: kramdown
# Exclude from processing.
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
livereload: true