Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
imsamthomas authored Mar 1, 2017
1 parent 3e51b65 commit 7cd820a
Showing 1 changed file with 33 additions and 13 deletions.
46 changes: 33 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,36 @@
Magento 2 Blog extension is integrated right into the Magento backend so you can manage your blog and your e-commerce store all in the one place. It is the perfect marketing tool for your bussiness that not only provides update information to your existing customers but also drive more visitors to your online store.

Visit https://www.mageplaza.com/magento-2-blog-extension/ or https://www.mageplaza.com for more information

##Blog benefits
## Documentations

- User guide: https://docs.mageplaza.com/blog-m2/
- Contribute on Github: https://github.com/mageplaza/magento-2-blog-extension/
- Get premium support from Mageplaza: Purchase Support package https://www.mageplaza.com/magento-2-extension-support-package/

## How to install?

### Install Package from Mageplaza

- Download the latest version at [Mageplaza Blog for Magento 2](https://www.mageplaza.com/magento-2-blog-extension/)
- [Installation guide](https://docs.mageplaza.com/kb/installation.html)

### Install via composer

Run the following command in Magento 2 root folder

```
composer require mageplaza/magento-2-blog-extension
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
```


## Contribute to this module

Feel free to **Fork** and contrinute to this module and create a pull request so we will merge your changes to `master` branch.


## Blog benefits

Magento 2 blog extension can give you a greate opportunity to communicate with your potential and existing customers. Blog posts can help you to create a 2-way communication platform to publish new information such as news, promotions, comming products. Read more benefits of Blog.

Expand All @@ -28,7 +56,6 @@ Writing a blog enables you to interact with your website visitors. You can accom
- Responsive design
- SEO friendly
- Post attributes
- Multiselect categories
- Multiselect tags
- Numerous Comment engine: Magento Built-in comments, Facebook Comment, Disqus Comment.
- RSS Optimization
Expand Down Expand Up @@ -62,17 +89,10 @@ Better blog is integrated with Addthis, that why your customers can share posts
Full RSS integration into Magento 2. The blog RSS feed appears right next to the standard product and Magento 2 RSS feeds, allowing users that are familiar with your website to easily find all the blog RSS feeds easily and simply.


## How to install?

After installing magento 2, run these commands:

~~~
composer config repositories.mageplaza-magento-2-blog-extension git [email protected]:mageplaza/magento-2-blog-extension.git
sudo composer require mageplaza/magento-2-blog-extension:dev-master
php bin/magento setup:upgrade
~~~


## License

Mageplaza License
https://www.mageplaza.com/LICENSE.txt

Website: https://www.mageplaza.com/

0 comments on commit 7cd820a

Please sign in to comment.