gatsby-theme-blogify
v0.6.5
Published
<h1 align="center">Welcome to gatsby-theme-blogify π</h1> <p> <img alt="Version" src="https://img.shields.io/badge/version-0.3.1-blue.svg?cacheSeconds=2592000" /> <a href="https://twitter.com/2600hz"> <img alt="Twitter: 2600hz" src="https://img.s
Downloads
12
Readme
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