All Projects → carrot → roots-dynamic-content

carrot / roots-dynamic-content

Licence: other
Dynamic content extension for roots v3

Programming Languages

coffeescript
4710 projects
Makefile
30231 projects

Roots Dynamic Content

npm tests coverage dependencies

Dynamic content functionality for roots

Note: This project is in early development, and versioning is a little different. Read this for more details.

Installation

  • make sure you are in your roots project directory

  • npm i dynamic-content -S

  • modify your app.coffee file to include the extension, as such

    dynamic_content = require 'dynamic-content'
    
    module.exports =
      extensions: [dynamic_content()]
    
      # everything else...

Usage

Please see the documentation for an overview of the functionality.

License & Contributing

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].