-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
44 lines (37 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
42
43
44
# Site settings
title: Ordina JWorks Tech Blog
email: jworks@ordina.be
description: > # this means to ignore newlines until "baseurl:"
We build innovative solutions with Java and Cloud. To support this mission, we have several Competence Centers. From within those Competence Centers, we provide coaching to the employee and expert advice towards our customer. In order to keep in sync with the latest technologies and the latest trends, we frequently visit conferences around the globe.
metadata:
author: Ordina Belgium
keywords: Ordina,ORAJ,JWorks,Blog,Java,JavaScript,TypeScript,Angular,DevOps,Cloud
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://ordina-jworks.github.io" # the base hostname & protocol for your site
github_username: ordina-jworks
facebook: lifeatordinabe
# Plugins
plugins: [jekyll-paginate, jekyll-feed, jekyll-redirect-from]
whitelist: [jekyll-redirect-from]
# Build settings
markdown: kramdown
sass:
sass_dir: _sass
style: compressed
# Pagination
paginate: 10
collections:
# Needed for our job board
jobs:
output: true
permalink: /jobs/:path/
defaults:
- scope:
path: ""
type: jobs
values:
layout: job
active: true
keep_files: [.git, img]
exclude:
- .idea/