-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
52 lines (48 loc) · 1.42 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
# Site settings
title: Ordina JTech
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
We build innovative solutions with Java and JavaScript. 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 Nederland
keywords: Ordina,JTech,Blog,Java,JavaScript,TypeScript,Angular,DevOps
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://ordina-jtech.github.io" # the base hostname & protocol for your site
twitter_username: ordina
github_username: ordina-jtech
facebook: ordina
plugins: [jekyll-paginate, jekyll-feed]
# 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/
training:
output: true
permalink: /training/:path/
talks:
output: true
permalink: /talks/:path/
defaults:
- scope:
path: "jobs"
type: jobs
values:
layout: job
- scope:
path: "training"
type: training
values:
layout: training
- scope:
path: "talks"
type: talks
values:
layout: talk