Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Damiba committed Jan 16, 2019
1 parent 36824b8 commit 9e76191
Showing 1 changed file with 27 additions and 60 deletions.
87 changes: 27 additions & 60 deletions _config_dev.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins:
- jekyll-redirect-from
- jekyll-sitemap
- algoliasearch-jekyll
- jekyll-redirect-from
- jekyll-sitemap
- algoliasearch-jekyll

# ---
# Define URLs
Expand All @@ -12,45 +12,12 @@ 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/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/python",
"_posts/r",
"_posts/tutorials",
"_posts/user_guide_matlab",
"_posts/user_guide_python",
]
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/python','_posts/r','_posts/tutorials','_posts/user_guide_matlab','_posts/user_guide_python']
#exclude: [_posts/temp, '*.Rmd']

# ---
Expand All @@ -67,30 +34,30 @@ redcarpet:
# ---
# Run make search_readme for more information on search
algolia:
application_id: "7EK9KHJW8M"
index_name: "python_docs"
read_only_api_key: "4dae07ded6a721de73bde7356eec9280"
application_id: '7EK9KHJW8M'
index_name: 'python_docs'
read_only_api_key: '4dae07ded6a721de73bde7356eec9280'
excluded_files:
# - '*.ipynb'
- "*.png"
- "*.Rmd"
- "*.R"
- "_posts/dashboards"
- "_posts/ggplot2"
- "_posts/ipython-notebooks"
- "_posts/julia"
- "_posts/matlab"
- "_posts/matplotlib"
- "_posts/misc"
- "_posts/nodejs"
- "_posts/numpy"
- "_posts/pandas"
- "_posts/plotly_js"
- "_posts/r"
- "_posts/reference_pages"
- "_posts/scala"
- "_posts/scikit"
- "_posts/temp"
- '*.png'
- '*.Rmd'
- '*.R'
- '_posts/dashboards'
- '_posts/ggplot2'
- '_posts/ipython-notebooks'
- '_posts/julia'
- '_posts/matlab'
- '_posts/matplotlib'
- '_posts/misc'
- '_posts/nodejs'
- '_posts/numpy'
- '_posts/pandas'
- '_posts/plotly_js'
- '_posts/r'
- '_posts/reference_pages'
- '_posts/scala'
- '_posts/scikit'
- '_posts/temp'
settings:
attributesToIndex:
- name
Expand Down

0 comments on commit 9e76191

Please sign in to comment.