-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
83 lines (64 loc) · 1.93 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
77
78
79
80
81
82
83
# general options
# name of the website
name: The GTK Project
# title of the website
title: The GTK Project - A free and open-source cross-platform widget toolkit
# short description of the website
description: GTK is a highly usable, feature rich toolkit for creating graphical user interfaces which boasts cross platform compatibility and an easy to use API. GTK is licensed under the GNU LGPL 2.1 allowing development of both free and proprietary software with GTK without any license fees or royalties.
# tell about the gtk project in as less words as possible for seo.
mini_description: GTK is a free and open-source cross-platform widget toolkit for creating graphical user interfaces.
# website keywords for seo
keywords: gtk, gtk, gimp, gnome, toolkit, user interface
author: The GTK Team
twitter_username: GTKtoolkit
# the current stable version of GTK
website_repo: https://gitlab.gnome.org/Infrastructure/gtk-web
# jekyll configuration options
# baseurl: 'www.gtk.org'
url: https://www.gtk.org
encoding: utf-8
# markdown converter
markdown: kramdown
kramdown:
parse_block_html: true
input: GFM # github flavored markdown
auto_ids: true
# code highlighter used by the website
highlighter: rouge
# plugins used by the website
plugins:
- jekyll-feed
- jekyll-sitemap
# exclude these files from production site
exclude:
- documents/
- node_modules/
- Gemfile
- Gemfile.lock
- package.json
- package-lock.json
- README.md
- CONTRIBUTING.md
- CODE_OF_CONDUCT.md
- LICENSE.txt
- '*.sh'
- gtk-web.doap
collections:
docs:
output: true
pages:
output: true
defaults:
- scope:
type: docs
values:
permalink: /docs/:path
layout: documentation
navbar_type: dark
# website statistics
# Fill in your Google Analytics gtag.js ID to track your website using gtag
gtag: ''
# Fill in your Google Analytics ID to track your website using GA
google_analytics: ''
# Google Tag Manager ID
gtm: ''