{"id":20060685,"url":"https://github.com/xhostcomweb/vuewp-gridsome-blueprint","last_synced_at":"2026-03-19T13:20:43.644Z","repository":{"id":39406304,"uuid":"204895642","full_name":"xhostcomweb/vuewp-gridsome-blueprint","owner":"xhostcomweb","description":"Vue Wordpress Starter with Blueprint vCSS","archived":false,"fork":false,"pushed_at":"2022-12-11T03:34:19.000Z","size":9505,"stargazers_count":0,"open_issues_count":20,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-12T22:14:48.563Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/xhostcomweb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-28T09:28:10.000Z","updated_at":"2019-08-28T09:31:00.000Z","dependencies_parsed_at":"2023-01-26T14:30:14.074Z","dependency_job_id":null,"html_url":"https://github.com/xhostcomweb/vuewp-gridsome-blueprint","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/xhostcomweb%2Fvuewp-gridsome-blueprint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xhostcomweb%2Fvuewp-gridsome-blueprint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xhostcomweb%2Fvuewp-gridsome-blueprint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xhostcomweb%2Fvuewp-gridsome-blueprint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xhostcomweb","download_url":"https://codeload.github.com/xhostcomweb/vuewp-gridsome-blueprint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241488201,"owners_count":19970829,"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":[],"created_at":"2024-11-13T13:16:21.885Z","updated_at":"2026-03-07T13:01:57.479Z","avatar_url":"https://github.com/xhostcomweb.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue JS Wordpress starter for Gridsome Blueprint CSS\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/gridsome/gridsome-starter-wordpress)\n\n\n## Install \u0026 Todo\nInstall Gridsome first, then clone repo and run yarn.\n\nUses Blueprint CSS \u0026 custom nav, but can swap out nav, header, footer for your own.\nJust change nav and page templates to yours, strip back to Layouts tag and put in content, header and footer in components folder.\n4 pages made, Home, About, Blog/News and Contact\nSee main.js for imports, put extra plugins in index.js.  DELETE index.html if not required but that currently pulls in Font Awesome 4.7 (usually for cdns/font awsome etc). Some extra assets in images and img folder, not used yet.\n\n## Guide\n\nAdd your WordPress URL to the plugin options. Already done here, change to required field in gridsome.config and netlify.toml\n\n```js\n// gridsome.config.js\n\nmodule.exports = {\n  plugins: [\n    {\n      use: '@gridsome/source-wordpress',\n      options: {\n        baseUrl: 'YOUR_WEBSITE_URL', // required\n        typeName: 'WordPress', // GraphQL schema name (Optional)\n        routes: {\n          post: '/:year/:month/:day/:slug', //adds route for \"post\" post type (Optional)\n          post_tag: '/tag/:slug' // adds route for \"post_tag\" post type (Optional)\n        }\n      }\n    }\n  ]\n}\n\n```\n\nSee all [options](https://gridsome.org/plugins/@gridsome/source-wordpress).\n\n## Included templates\n\nThis starter includes basic templates for categories, tags and posts, Home, About and News page.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxhostcomweb%2Fvuewp-gridsome-blueprint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxhostcomweb%2Fvuewp-gridsome-blueprint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxhostcomweb%2Fvuewp-gridsome-blueprint/lists"}