-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
38 lines (30 loc) · 1.2 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
# workshop-template https://github.com/evanwill/workshop-template
# A Jekyll template for a simple workshop website, designed for github-pages,
# based on Minima theme https://github.com/jekyll/minima
# Notes:
# - fig include, {% include figure.html file="my-cat.jpg" alt="cat" caption="My cat" width="50%" %}
# - pages with "nav: true" in front matter will be in header nav
# - use environment variable on build command to include analytics: JEKYLL_ENV=production jekyll build
# site settings
title: veille technologique
description: "Découvrez les failles classiques de sécurité des systèmes d'informations. Il est temps d'apprendre à se protéger."
keywords: "github, github-pages, websites, static gen, hosting, html, workshop, gh-pages"
# author settings for cc-by
author: taoufik bouchikhi
pub_year: 2019
github_username: tbouchik
# add the full url for the github repository
repo: "https://github.com/tbouchik/vcentrale"
# urls
# your gh-pages url: https://username.github.io
url: https://tbouchik.github.io
# your repository name: /repository
baseurl: /vcentrale
# defaults (to simplify front matter)
defaults:
- scope:
path: ""
values:
layout: default
# Build settings
markdown: kramdown