-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy path_config.yml
More file actions
36 lines (32 loc) · 798 Bytes
/
_config.yml
File metadata and controls
36 lines (32 loc) · 798 Bytes
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
# Site settings
title: "Plotly Academy"
description: "site description goes here"
url: "http://academy.plot.ly"
# Tutorials
collections:
react:
output: true
permalink: /react/:path/index.html
title: "Learn React.js with @mxstbr"
category: "Frontend"
ipython-notebook:
output: false
title: "IPython Notebook Tutorial"
category: "Data Science"
# Link style
permalink: /:year/:month/:title
# Default YAML Front Matter
defaults:
scope:
path: ""
type: "posts"
values:
layout: "post"
# Build settings
markdown: redcarpet
redcarpet:
extensions: [smart, no_intra_emphasis, tables, fenced_code_blocks, lax_spacing, footnotes, disable_indented_code_blocks, superscript, with_toc_data]
sass:
sass_dir: _sass
style: expanded
deploy_style: compressed