-
Notifications
You must be signed in to change notification settings - Fork 19
/
_config.yml
41 lines (31 loc) · 1.25 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
url: https://www.glfw.org
permalink: /:title.html
highlighter: rouge
markdown: kramdown
exclude: [README.md, docker-compose.yml]
collections:
changelogs:
sort_by: date
output: false
plugins:
- jekyll-seo-tag
- jekyll-sitemap
sass:
sass_dir: css
style: compressed
# jekyll-seo-tag specific
# Your site's title (e.g., Ben's Awesome Site, The GitHub Blog, etc.), used as
# part of the title tag like Home | Ben's Awesome Site.
title: GLFW
# A short description (e.g., A blog dedicated to reviewing cat gifs), used as
# part of the title tag like Ben's Awesome Site | A blog dedicated to reviewing
# cat gifs instead of Ben's Awesome Site | Long description about a blog
# dedicated to reviewing cat gifs that would be used when page.title is not
# defined.
tagline: An OpenGL library
# A longer description used for the description meta tag. Also used as fallback
# for pages that don't provide their own description, and also as part of the
# page's title tag if neither page.title nor site.tagline has been defined.
description: GLFW is an Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan development on the desktop.
# URL to a site-wide logo (e.g., /assets/your-company-logo.png)
logo: img/favicon/favicon-196x196.png