Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ atom_feed:
search : true # true, false (default)
search_full_content : true # true, false (default)
search_provider : "google" # lunr (default), algolia, google
algolia:
application_id : "DL7L5DVJ0Y" # YOUR_APPLICATION_ID
index_name : "app-service-blog" # YOUR_INDEX_NAME
search_only_api_key : "9e199032deaf58c32297ca08220c3e90" # YOUR_SEARCH_ONLY_API_KEY
files_to_exclude:
- index.html
- _pages/*
powered_by : false # true (default), false
# algolia:
# application_id : "DL7L5DVJ0Y" # YOUR_APPLICATION_ID
# index_name : "app-service-blog" # YOUR_INDEX_NAME
# search_only_api_key : "9e199032deaf58c32297ca08220c3e90" # YOUR_SEARCH_ONLY_API_KEY
# files_to_exclude:
# - index.html
# - _pages/*
# powered_by : false # true (default), false
google:
search_engine_id : 015057007851139702326:ob8gaepprli # YOUR_SEARCH_ENGINE_ID
instant_search : true # false (default), true
Expand Down
Loading