-
Notifications
You must be signed in to change notification settings - Fork 30
/
_config.yml
45 lines (34 loc) · 1.06 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
########################################## CUSTOM site VARIABLES
title: Curso de Ciencia de Datos
description: Curso sobre Análisis de Datos, Machine Learning, Deep Learing, Big Data, Web Scraping, NLP, Minería de Procesos...
email: [email protected]
github_username: CenticMurcia
twitter_username: CenticTwitt
########################################## URL
#url: # the base hostname for your site, e.g. http://example.com
baseurl: /curso-ciencia-datos # the subpath of your site, e.g. /blog
exclude: ['readme.md']
########################################## THEME
#remote_theme: pages-themes/cayman
theme: minima
header_pages:
- about.md
- references.md
- youtube.md
#plugins:
# - jekyll-feed
# - jekyll-gist
# - jekyll-octicons
# - jekyll-github-metadata
#
#
#markdown: kramdown # Default markdown processor in github
#use_math: True # Set this to true to get LaTeX math equation support
#highlighter: rouge
#markdown: kramdown
#kramdown:
# math_engine: katex
# input: GFM
# auto_ids: true
# hard_wrap: false
# syntax_highlighter: rouge