-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
76 lines (67 loc) · 1.51 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Site settings
title: Saldo Developers
version: 3.0.0
email: [email protected]
description: >
Documentación de la API de Saldo. Sistema online de gestión para pequeñas y
medianas empresas. Impresora fiscal, factura electrónica, stock,
cuentas corrientes, multiusuario, ¡y más!
baseurl: "" # the subpath of your site, e.g. /blog/
url: https://dev.saldo.com.ar # the base hostname & protocol for your site
appurl: "https://saldo.com.ar"
apiurl: https://api.saldo.com.ar
api_name: "Saldo"
git_address: https://github.com/dev.saldo.com.ar
git_edit_address: https://github.com/saldo/dev.saldo.com.ar/
show_styleguide: false
# images
logo_url: "/img/logo.svg"
tip_image: "img/multinexo-tip.png"
styleguide_img_url: ""
# Build settings
markdown: kramdown
highlighter: rouge
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
exclude:
- Gemfile
- Gemfile.lock
- .idea/
- .gitignore
- bitbucket-pipelines.yml
- README.md
# timezone: america/argentina/mendoza
defaults:
# - scope:
# path: _posts
# type: posts
# values:
# layout: post
# sectionid: blog
- scope:
path: _docs
type: docs
values:
layout: docs
permalink: /:collection/:path/
sectionid: docs
- scope:
path: _styleguide
type: styleguide
values:
layout: docs
sectionid: styleguide
seo:
type: "WebPage"
collections:
docs:
# permalink: /:collection/:path/
output: true
styleguide:
permalink: /styleguide/:title/
output: true
sass:
sass_dir: _sass