Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tarmo888/grav-plugin-meta-as-json
- Owner: tarmo888
- License: mit
- Created: 2017-08-16T20:45:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-17T12:40:46.000Z (over 7 years ago)
- Last Synced: 2024-10-23T06:27:32.177Z (2 months ago)
- Topics: grav-blueprints, grav-plugin, json-api, twig-templates
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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`.