dorkhub

gridsome-starter-wordpress

πŸ‘©β€πŸ’» WordPress starter for Gridsome

gridsome
Vueβ˜… 92β‘‚ 30 forksupdated 6 years ago
visit the demogit clone https://github.com/gridsome/gridsome-starter-wordpress.gitgridsome/gridsome-starter-wordpress

WordPress starter for Gridsome

Deploy to Netlify

Install

gridsome create my-gridsome-project wordpress

Guide

Add your WordPress URL to the plugin options.

// gridsome.config.js

module.exports = {
  plugins: [
    {
      use: '@gridsome/source-wordpress',
      options: {
        baseUrl: 'YOUR_WEBSITE_URL', // required
        typeName: 'WordPress', // GraphQL schema name
      }
    }
  ],
  // Setup template routes for any WordPress collection
  templates: {
    WordPressPost: '/:year/:month/:day/:slug',
    WordPressTag: '/tag/:slug'
  },
}

See all options.

Included templates

This starter includes basic templates for categories, tags and posts.

more like this

InfraRead

A Self-Hosted Web Feed Reader and Sync Service Built with Laravel and VueJs

PHPβ˜… 52

Tenon

Tenon / 榫卯 πŸ—οΈζ–½ε·₯δΈ­ηš„δ½Žδ»£η εΉ³ε°

TypeScriptβ˜… 53

dones

Simple team task management and tracking

JavaScriptβ˜… 70

search

search projects, people, and tags