Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gma/nesta-plugin-yaml-metadata
Replaces Nesta's metadata syntax with Yaml
https://github.com/gma/nesta-plugin-yaml-metadata
nesta plugin
Last synced: 28 days ago
JSON representation
Replaces Nesta's metadata syntax with Yaml
- Host: GitHub
- URL: https://github.com/gma/nesta-plugin-yaml-metadata
- Owner: gma
- Created: 2012-03-03T13:26:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-03-03T23:17:45.000Z (over 12 years ago)
- Last Synced: 2023-04-10T08:57:32.448Z (over 1 year ago)
- Topics: nesta, plugin
- Language: Ruby
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yaml metadata plugin for Nesta
Pages of content in [Nesta CMS][] can be embellished with metadata,
written in a simple key/value pair syntax. If you'd like extra
flexibility in your metadata, you can use this plugin to replace Nesta's
built-in metadata parser with Ruby's Yaml parser.You still need to make sure that all the metadata is at the top of the
page; the first blank line signifies the start of the page content.To use the plugin just add it to your project's `Gemfile` and rebuild
your bundle:$ echo 'gem "nesta-plugin-yaml-metadata"' >> Gemfile
$ bundleIt requires Nesta 0.9.12 or later.
[Nesta CMS]: http://nestacms.com