-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
88 lines (66 loc) · 2.05 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
84
85
86
87
88
# Site Jekyll settings.
# Without a clear rule enforced, both title and name are used.
title: Eclipse Embedded CDT
name: Eclipse Embedded CDT
description: A family of Eclipse CDT extensions and tools for GNU Arm & RISC-V development
email: [email protected]
destination: _site
exclude:
- README.md
- '*.command'
- '*.webloc'
- Gemfile
- Gemfile.lock
- vendor/
- scripts/
# The subpath of the site, e.g. /blog (note the leading slash and the
# absence of a trailing slash).
baseurl: ""
# Used in sitemap.xml
url: "http://gnu-mcu-eclipse.github.io" # the base hostname & protocol for your site
# This timezone is used to display post dates and last modified messages.
timezone: UTC
encoding: utf-8
# Default permalink used for posts.
permalink: /blog/:year/:month/:day/:title/
# Currently disabled, since it generates incomplete content.
# Use manually written RSS feed.xml.
# - jekyll-feed
# {% feed_meta %} in head.html
plugins:
- jekyll-last-modified-at
- jekyll-mentions
- jemoji
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-paginate
# Build settings.
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
# Warning: paginator retired in Jekyll 3!
# Make this larger, probably 5 is a good choice.
paginate: 10
paginate_path: "/blog/page:num/"
# The number of links added to the 'Latest news' box.
latest-news-pages: 5
# Custom defs.
github-username: ilg-ul
github-project-name: gnu-mcu-eclipse
github-project-url: http://github.com/eclipse-embed-cdt
sourceforge-project-url: http://sourceforge.net/projects/gnuarmeclipse
# facebook-page: https://facebook.com/gnu-mcu-eclipse/
twitter-id: gnu_mcu_eclipse
twitter-url: http://twitter.com/gnu_mcu_eclipse
google-analytics-id: UA-16767008-16
google-site-verification: NT_y3tqI_8mrd8gYA_FDWHT2-tkJExOC6KBkSnyZx6c
# jekyll-toc-generator
# https://github.com/dafi/jekyll-toc-generator
tocTopTag: h2
minItemsToShowToc: 3
useExistingAnchors: true
# UTC time, YYYYMMDDHHmm (minutes)
css-date: 201901210928
# Content copyright. Update it to your needs.
copyright-message: "© 2020 Liviu Ionescu"