gatsby-theme-blogify

0.6.5Β β€’Β PublicΒ β€’Β Published

Welcome to gatsby-theme-blogify πŸ‘‹

Version Twitter: 2600hz

Blogify - Yet another simple blog theme for gatsby

🏠 Homepage

Install dependencies

yarn add react-helmet gatsby-source-filesystem gatsby-plugin-react-helmet gatsby-plugin-sharp gatsby-transformer-sharp gatsby-transformer-remark gatsby-remark-relative-images gatsby-remark-images gatsby-remark-lazy-load gatsby-remark-responsive-iframe gatsby-remark-prismjs gatsby-remark-copy-linked-files gatsby-remark-smartypants prismjs gatsby-image moment prop-types @sekmet/react-structured-data

Install theme

yarn add gatsby-theme-blogify

OR

npm install gatsby-theme-blogify

Usage

Add the plugin options in your gatsby-config.js plugins section.

    plugins: [
        {
            resolve: "gatsby-theme-blogify",
            options: {
                basePath: "/blog",
                articlePath: false,
                blogTagline: 'My Blogify Articles',
                readmoreBtnlabel: 'Read more',
                siteMetadata: false,
                metaTitleTpl: 'My Gatsby Blogify - Open4G Media',
                metaDescriptionTpl: 'Gatsby is a free and open source framework based on React that helps developers build blazing fast websites and apps',
            },
        },
    ],

Author

πŸ‘€ Carlos Guimaraes

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❀️ by readme-md-generator

Readme

Keywords

none

Package Sidebar

Install

npm i gatsby-theme-blogify

Weekly Downloads

0

Version

0.6.5

License

MIT

Unpacked Size

24.8 kB

Total Files

11

Last publish

Collaborators

  • sekmet