forked from CenticMurcia/curso-ciencia-datos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
38 lines (31 loc) · 997 Bytes
/
_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
title: Curso de Ciencia de Datos
description: Curso sobre Análisis de Datos, Machine Learning, Big Data, Web Scraping, NLP, Minería de Procesos...
email: [email protected]
github_username: CenticMurcia
twitter_username: CenticTwitt
# OPTIONAL: override baseurl and url if using a custom domain
#url: the base hostname & protocol for your site, e.g. http://example.com
#baseurl: the subpath of your site, e.g. /blog
# Set this to true to get LaTeX math equation support
use_math: True
# Add your Google Analytics ID here if you have one and want to use it
google_analytics:
# Everything below here can be ignored, unless you want to change the theme entirely
theme: minima
plugins:
- jekyll-feed
- jekyll-gist
- jekyll-octicons
- jekyll-github-metadata
titles_from_headings:
enabled: true
strip_title: true
collections: true
highlighter: rouge
markdown: kramdown
kramdown:
math_engine: katex
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge