forked from fusioninventory/fusioninventory.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
24 lines (20 loc) · 675 Bytes
/
_config.yml
File metadata and controls
24 lines (20 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Site settings
title: FusionInventory
email: your-email@domain.com
description: > # this means to ignore newlines until "baseurl:"
FusionInventory website with documentation and news of this wonderful
inventory and software deployment tool ;)
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://fusioninventory.github.io" # the base hostname & protocol for your site
twitter_username: fusioninventory
github_username: fusioninventory
favicon: /images/fusioninventory.png
exclude:
- documentation/agent/man/generate-mans.pl
paginate: 8
paginate_path: "/news/page:num/"
# Build settings
markdown: kramdown
# Used gem
gems:
- jekyll-redirect-from