Skip to content

Commit 36824b8

Browse files
author
Joseph Damiba
committed
fixup
1 parent 6b3e51d commit 36824b8

File tree

1 file changed

+60
-27
lines changed

1 file changed

+60
-27
lines changed

_config_dev.yml

Lines changed: 60 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins:
2-
- jekyll-redirect-from
3-
- jekyll-sitemap
4-
- algoliasearch-jekyll
2+
- jekyll-redirect-from
3+
- jekyll-sitemap
4+
- algoliasearch-jekyll
55

66
# ---
77
# Define URLs
@@ -12,12 +12,45 @@ staticurl: http://localhost:4000/all_static
1212
imgurl: https://images.plot.ly/plotly-documentation/
1313
plotlyjs_download_url: https://cdn.plot.ly/plotly-latest.min.js
1414

15-
1615
# ---
1716
# Excludes
1817
# ---
1918
# 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']
20-
exclude: ['*.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-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/r','_posts/tutorials','_posts/user_guide_matlab','_posts/user_guide_python']
19+
exclude:
20+
[
21+
"*.Rmd",
22+
"_posts/2015-09-09-matlab-reference.html",
23+
"_posts/2015-09-06-r-reference.html",
24+
"_posts/2015-09-06-python-reference.html",
25+
"_posts/2015-08-19-plotly_js-reference.html",
26+
"_posts/2015-04-05-ggplot2-index.html",
27+
"_posts/2015-04-05-julia-index.html",
28+
"_posts/2015-04-05-matlab-index.html",
29+
"_posts/2015-04-05-matplotlib-index.html",
30+
"_posts/2015-04-05-node_js-index.html",
31+
"_posts/2015-04-05-plotly_js-index.html",
32+
"_posts/2015-04-05-plotlyjs-function-reference.md",
33+
"_posts/2015-04-05-python-index.html",
34+
"_posts/2015-05-25-ipython-notebooks_gallery.html",
35+
"_posts/2015-05-25-ipython-notebooks_index.html",
36+
"_posts/2015-07-13-eula_index.html",
37+
"_posts/2015-07-19-pandas.html",
38+
"_posts/2015-07-30-r-index.Rmd",
39+
"_posts/2015-07-30-r-index.md",
40+
"_posts/2015-08-20-research-box-index.html",
41+
"_posts/ggplot2",
42+
"_posts/julia",
43+
"_posts/matlab",
44+
"_posts/matplotlib",
45+
"_posts/nodejs",
46+
"_posts/pandas",
47+
"_posts/plotly_js",
48+
"_posts/python",
49+
"_posts/r",
50+
"_posts/tutorials",
51+
"_posts/user_guide_matlab",
52+
"_posts/user_guide_python",
53+
]
2154
#exclude: [_posts/temp, '*.Rmd']
2255

2356
# ---
@@ -34,30 +67,30 @@ redcarpet:
3467
# ---
3568
# Run make search_readme for more information on search
3669
algolia:
37-
application_id: '7EK9KHJW8M'
38-
index_name: 'python_docs'
39-
read_only_api_key: '4dae07ded6a721de73bde7356eec9280'
70+
application_id: "7EK9KHJW8M"
71+
index_name: "python_docs"
72+
read_only_api_key: "4dae07ded6a721de73bde7356eec9280"
4073
excluded_files:
4174
# - '*.ipynb'
42-
- '*.png'
43-
- '*.Rmd'
44-
- '*.R'
45-
- '_posts/dashboards'
46-
- '_posts/ggplot2'
47-
- '_posts/ipython-notebooks'
48-
- '_posts/julia'
49-
- '_posts/matlab'
50-
- '_posts/matplotlib'
51-
- '_posts/misc'
52-
- '_posts/nodejs'
53-
- '_posts/numpy'
54-
- '_posts/pandas'
55-
- '_posts/plotly_js'
56-
- '_posts/r'
57-
- '_posts/reference_pages'
58-
- '_posts/scala'
59-
- '_posts/scikit'
60-
- '_posts/temp'
75+
- "*.png"
76+
- "*.Rmd"
77+
- "*.R"
78+
- "_posts/dashboards"
79+
- "_posts/ggplot2"
80+
- "_posts/ipython-notebooks"
81+
- "_posts/julia"
82+
- "_posts/matlab"
83+
- "_posts/matplotlib"
84+
- "_posts/misc"
85+
- "_posts/nodejs"
86+
- "_posts/numpy"
87+
- "_posts/pandas"
88+
- "_posts/plotly_js"
89+
- "_posts/r"
90+
- "_posts/reference_pages"
91+
- "_posts/scala"
92+
- "_posts/scikit"
93+
- "_posts/temp"
6194
settings:
6295
attributesToIndex:
6396
- name

0 commit comments

Comments
 (0)