bloggify-theme

1.0.1 • Public • Published

bloggify-theme

Version Downloads

Helper to create Bloggify themes

☁️ Installation

# Using npm
npm install --save bloggify-theme

# Using yarn
yarn add bloggify-theme

📋 Example

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

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

❓ 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. 🐛

📝 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.

😋 How to contribute

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

💫 Where is this library used?

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

  • bloggify-theme-simple

📜 License

MIT © Bloggify

Package Sidebar

Install

npm i bloggify-theme

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

4.5 kB

Total Files

4

Last publish

Collaborators

  • ionicabizau