1.0.1 • Published 4 years ago

bloggify-theme v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

bloggify-theme

Version Downloads

Helper to create Bloggify themes

:cloud: Installation

# Using npm
npm install --save bloggify-theme

# Using yarn
yarn add bloggify-theme

:clipboard: Example

const theme = require("bloggify-theme");

// Call this in your theme file
module.exports = conf => theme(conf, __dirname)

:question: Get Help

There are few ways to get help:

  1. Please post questions on Stack Overflow. You can open issues with questions, as long you add a link to your Stack Overflow question.
  2. For bug reports and feature requests, open issues. :bug:

:memo: Documentation

init(conf, dirname)

Helper to create Bloggify themes

Params

  • Object conf: The theme configuration. If it contains the templates array, those will be added as templates. The options property will be used to set the default data for each template.
  • String dirname: The root of the plugin.

:yum: How to contribute

Have an idea? Found a bug? See how to contribute.

:dizzy: Where is this library used?

If you are using this library in one of your projects, add it in this list. :sparkles:

  • bloggify-theme-simple

:scroll: License

MIT © Bloggify