Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tarmo888/grav-plugin-meta-as-json

Enables output meta data as JSON.
https://github.com/tarmo888/grav-plugin-meta-as-json

grav-blueprints grav-plugin json-api twig-templates

Last synced: 18 days ago
JSON representation

Enables output meta data as JSON.

Awesome Lists containing this project

README

        

# Grav meta JSON pages

Plugin for [Grav CMS](http://github.com/getgrav/grav).

## Installation

### CLI install

Enable un-official gpm installs by adding this to `/user/config/system.yaml` file.
```
gpm:
official_gpm_only: false
```

Run direct-install command:
```
bin/gpm direct-install https://github.com/tarmo888/grav-plugin-meta-as-json/archive/master.zip
```

### Manual install
Download the zip version of this repository and unzip it under `/user/plugins` folder, then rename the folder to `meta-as-json`.