Skip to content

Bloggify/ejs-components

Repository files navigation

bloggify-ejs-components

Version Downloads

EJS Components for Bloggify

☁️ Installation

# Using npm
npm install --save bloggify-ejs-components

# Using yarn
yarn add bloggify-ejs-components

📋 Example

<!DOCTYPE html>
<html lang="en">
    <head>
        <%- include("bloggify-ajs-components/lib/head") %>
        <%- include("bloggify-ajs-components/lib/og-social") %>
    </head>
    <body>
        ... content ...
        <%- include("bloggify-ajs-components/lib/footer") %>
    </body>
</html>

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

😋 How to contribute

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

📜 License

MIT © Bloggify

About

EJS Components for Bloggify

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors