-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
99 lines (87 loc) · 1.84 KB
/
Copy path_config.yml
File metadata and controls
99 lines (87 loc) · 1.84 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
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# Site settings
title: PivotPHP
tagline: The Evolutionary PHP Microframework
description: Build modern APIs with Express.js-like syntax, 2.57M+ ops/sec performance, and zero configuration.
url: "https://pivotphp.github.io"
baseurl: "/website"
logo: /assets/images/pivotphp-logo.svg
# GitHub
github_url: "https://github.com/PivotPHP"
github_username: PivotPHP
# Social Media
social_image: /assets/images/social-share.svg
twitter_username: "@pivotphp"
linkedin_url: "https://www.linkedin.com/company/pivotphp"
facebook_url: "https://www.facebook.com/pivotphp"
author: PivotPHP Team
# Internationalization
languages: ["en", "pt"]
default_lang: "en"
exclude_from_localization: ["assets", "CNAME"]
parallel_localization: true
# Build settings
markdown: kramdown
highlighter: rouge
permalink: pretty
# Plugins (GitHub Pages compatible)
plugins:
- jekyll-sitemap
- jekyll-feed
- jekyll-relative-links
- jekyll-redirect-from
# Collections
collections:
docs:
output: true
permalink: /docs/:path/
# Defaults
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "default"
- scope:
path: "_docs"
type: "docs"
values:
layout: "docs"
- scope:
path: "pt"
type: "pages"
values:
layout: "docs-i18n"
- scope:
path: "pt/docs"
type: "pages"
values:
layout: "docs-i18n"
# Navigation
navigation:
- title: Home
url: /
- title: Documentation
url: /docs/
- title: GitHub
url: https://github.com/PivotPHP
external: true
# Footer
footer:
links:
- title: GitHub
url: https://github.com/PivotPHP
- title: Documentation
url: /docs/
- title: Examples
url: /examples/
# Include Portuguese pages
include:
- pt
# Exclude from build
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- .gitignore
- README.md