-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path_config.yml
More file actions
84 lines (63 loc) · 1.9 KB
/
_config.yml
File metadata and controls
84 lines (63 loc) · 1.9 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
# Site Jekyll settings.
# Without a clear rule enforced, both title and name are used.
title: GNU ARM Eclipse
name: GNU ARM Eclipse
description: A family of Eclipse CDT extensions and tools for GNU ARM development
email: il@livius.net
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://gnuarmeclipse.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
gems:
- 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: gnuarmeclipse
github-project-url: http://github.com/gnuarmeclipse
sourceforge-project-url: http://sourceforge.net/projects/gnuarmeclipse
facebook-page: https://facebook.com/gnumcueclipse/
google-analytics-id: UA-16767008-16
google-site-verification: NT_y3tqI_8mrd8gYA_FDWHT2-tkJExOC6KBkSnyZx6c
# jekyll-toc-generator
tocTopTag: h2
minItemsToShowToc: 3
useExistingAnchors: true
# UTC time, YYYYMMDDHHmm (minutes)
css-date: 201702222107
# Content copyright. Update it to your needs.
copyright-message: "© 2017 Liviu Ionescu"