forked from plotly/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config_dev.yml
executable file
·29 lines (25 loc) · 1.79 KB
/
_config_dev.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
gems:
- jekyll-redirect-from
- jekyll-sitemap
# ---
# Define URLs
# ---
url: http://localhost:4000
BASE_URL: http://localhost:4000
staticurl: http://localhost:4000/all_static
imgurl: https://images.plot.ly/plotly-documentation/
plotlyjs_download_url: https://cdn.plot.ly/plotly-latest.min.js
# ---
# Excludes
# ---
# all of the posts: ['*.Rmd','_posts/2015-09-09-matlab-reference.html','_posts/2015-09-06-r-reference.html','_posts/2015-09-06-python-reference.html','_posts/2015-08-19-plotly_js-reference.html','_posts/2015-04-05-ggplot2-index.html','_posts/2015-04-05-julia-index.html','_posts/2015-04-05-matlab-index.html','_posts/2015-04-05-matplotlib-index.html','_posts/2015-04-05-node_js-index.html','_posts/2015-04-05-plotly_js-index.html','_posts/2015-04-05-plotlyjs-function-reference.md','_posts/2015-04-05-python-index.html','_posts/2015-05-25-ipython-notebooks_gallery.html','_posts/2015-05-25-ipython-notebooks_index.html','_posts/2015-07-13-eula_index.html','_posts/2015-07-19-pandas.html','_posts/2015-07-26-index.html','_posts/2015-07-30-r-index.Rmd','_posts/2015-07-30-r-index.md','_posts/2015-08-20-research-box-index.html','_posts/ggplot2','_posts/julia','_posts/matlab','_posts/matplotlib','_posts/nodejs','_posts/pandas','_posts/plotly_js','_posts/python','_posts/r','_posts/tutorials','_posts/user_guide_matlab','_posts/user_guide_python']
exclude: ['*.Rmd','_posts/dashboards','_posts/ggplot2','_posts/ipython-notebooks','_posts/julia','_posts/matlab','_posts/matplotlib','_posts/misc','_posts/nodejs','_posts/numpy','_posts/pandas','_posts/scala','_posts/scikit','_posts/tutorials','_posts/user_guide_matlab','_posts/user_guide_python']
#exclude: [_posts/temp, '*.Rmd']
# ---
# Markdown / Syntax
# ---
kramdown:
input: GFM
markdown: redcarpet
redcarpet:
extensions: ["tables", "fenced_code_blocks"]