Skip to content

AmGarera/gridsome_atn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordPress starter for Gridsome

Guide

Add your WordPress URL to the plugin options.

// gridsome.config.js

module.exports = {
  plugins: [
    {
      use: '@gridsome/source-wordpress',
      options: {
        baseUrl: 'YOUR_WORDPRESS_URL'
      }
    }
  ]
}

Included templates

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

About

Android TV News Powered by Gridsome

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published