{"id":20110379,"url":"https://github.com/lukeocodes/netlify-plugins-by-lukeocodes","last_synced_at":"2025-07-20T14:35:38.177Z","repository":{"id":37182911,"uuid":"266743821","full_name":"lukeocodes/netlify-plugins-by-lukeocodes","owner":"lukeocodes","description":"Demo site for my Netlify Plugins. Check out how I have them configured in the README","archived":false,"fork":false,"pushed_at":"2024-02-29T01:50:50.000Z","size":916,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T05:42:03.796Z","etag":null,"topics":["netlify","netlify-plugin","nuxtjs"],"latest_commit_sha":null,"homepage":"https://netlify-plugins-by-lukeocodes.netlify.app/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lukeocodes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-25T09:54:27.000Z","updated_at":"2020-06-26T15:49:56.000Z","dependencies_parsed_at":"2024-11-13T21:16:38.206Z","dependency_job_id":null,"html_url":"https://github.com/lukeocodes/netlify-plugins-by-lukeocodes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukeocodes%2Fnetlify-plugins-by-lukeocodes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukeocodes%2Fnetlify-plugins-by-lukeocodes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukeocodes%2Fnetlify-plugins-by-lukeocodes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukeocodes%2Fnetlify-plugins-by-lukeocodes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukeocodes","download_url":"https://codeload.github.com/lukeocodes/netlify-plugins-by-lukeocodes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241550472,"owners_count":19980735,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["netlify","netlify-plugin","nuxtjs"],"created_at":"2024-11-13T18:11:38.516Z","updated_at":"2025-03-02T18:26:38.131Z","avatar_url":"https://github.com/lukeocodes.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://img.shields.io/badge/main-not%20master-green)\n![](https://img.shields.io/badge/made%20with-%E2%9D%A4-red)\n![](https://img.shields.io/github/contributors/lukeocodes/netlify-plugins-by-lukeocodes)\n![](https://img.shields.io/github/issues/lukeocodes/netlify-plugins-by-lukeocodes)\n\n# Netlify Plugins by ME\n\nThis is the source for the Nuxt.js based [demo site deployed to Netlify](https://netlify-plugins-by-lukeocodes.netlify.app/), that includes the use of plugins I've created for the [Netlify Plugin Directory](http://app.netlify.com/plugins)\n\n## Netlify Plugin: Algolia Export\n\nThe [Algolia Export plugin](https://github.com/lukeocodes/netlify-plugin-algolia-export) exports the parsed built pages to Algolia directly. Requires environment variables to be set to work, without which it will fail the plugin but not the build, with a message reminding you to set them.\n\n```\n[[plugins]]\n  package = \"netlify-plugin-algolia-export\"\n    [plugins.inputs]\n      exclude = ['/private', '/200', '/search']\n```\n\n## Netlify Plugin: OpenSearch\n\nThe [OpenSearch plugin](https://github.com/lukeocodes/netlify-plugin-opensearch) builds a simple search.xml file based on config. Why not just create a `search.xml` file? It is just another arbitrary file to store statically.\n\n```\n[[plugins]]\n  package = \"netlify-plugin-opensearch\"\n    [plugins.inputs]\n      siteShortName = \"Demo Site\"\n      siteDescription = \"Find stuff on the demo site\"\n      siteTags = \"demos\"\n      siteContact = \"luke@lukeoliff.com\"\n```\n\n## Running This Demo Locally\n\nInstall and run :)\n\n```\nnpm install\n```\n\n```\nnpm run dev\n```\n\n## Using This As a Nuxt.js Starter\n\nUsing this as an Algolia enabled Nuxt.js Starter repo, see above for running locally.\n\nTo build as a universal server-side rendered Vue application:\n\n```\nnpm run generate\n```\n\nDist folder is the standard Nuxt.js `dist` directory.\n\n### Using Algolia Export\n\nThe Algolia Export plugin requires the following environment variables.\n\n| env variable name  | type  | required  | default  | description  |\n|---|---|---|---|---|\n| ALGOLIA_APPLICATION_ID | String | true | `null` | Your Algolia application ID |\n| ALGOLIA_ADMIN_KEY | String | true | `null` | Your Algolia Admin (or any index-write enabled) API key |\n| ALGOLIA_INDEX | String | true | `null` | Your Algolia index name |\n\n### Using Algolia InstantSearch\n\nThe `/search` page uses [Algolia InstantSearch](https://www.algolia.com/doc/api-reference/widgets/instantsearch/vue/). You'll need to add an extra environment variable to get this working.\n\n| env variable name  | type  | required  | default  | description  |\n|---|---|---|---|---|\n| ALGOLIA_SEARCH_KEY | String | true | `null` | Your Algolia Search (or any index-read enabled) API key |\n\n## Contributing\n\nMake pull-requests, but follow [code of conduct](.github/CODE_OF_CONDUCT.md) please.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukeocodes%2Fnetlify-plugins-by-lukeocodes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukeocodes%2Fnetlify-plugins-by-lukeocodes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukeocodes%2Fnetlify-plugins-by-lukeocodes/lists"}