Skip to content

Instantly share code, notes, and snippets.

@Kikobeats
Created June 29, 2016 08:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kikobeats/fc1b8f667560e204abb4fbe13f4d3458 to your computer and use it in GitHub Desktop.
Save Kikobeats/fc1b8f667560e204abb4fbe13f4d3458 to your computer and use it in GitHub Desktop.
{
"app": "YOUR_APP_NAME",
"cred": {
"appid": "YOUR_APP_ID",
"apikey": "YOUR_APP_KEY"
},
"oldentries": 86400000,
"index": {
"name": "YOUR_INDEX_NAME",
"settings": {
"attributesToIndex": [
"title, category"
],
"attributesForFaceting": [
"category"
],
"attributesToRetrieve": [
"image",
"url",
"title",
"prettydate"
],
"optionalWords": [
"a",
"all",
"also",
"an",
"and",
"any",
"at",
"he",
"if",
"in",
"into",
"is",
"its",
"of",
"other",
"she",
"that",
"the",
"them",
"they",
"this",
"to",
"too",
"when",
"you",
"yours"
]
}
},
"sitemaps": [
{
"url": "https://YOUR_DOMAIN/sitemap-posts.xml"
},
{
"url": "https://YOUR_DOMAIN/sitemap-pages.xml"
}
],
"http": {
"auth": ""
},
"selectors": {
"category": "meta[property=\"article:tag\"]",
"createdAt": "meta[property=\"article:published_time\"]",
"description": "meta[property=\"og:description\"]",
"image": "meta[property=\"og:image\"]",
"prettydate": "time[datetime]",
"title": "title",
"updatedAt": "meta[property=\"article:modified_time\"]"
},
"formatters": {
"title": "-"
},
"defaults": {
"image": "https://YOUR_DOMAIN/assets/img/android-chrome-192x192.png",
"category": "uncategorized"
},
"blacklist": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment