An open API service indexing awesome lists of open source software.

https://github.com/maniruzzamanakash/indblog

A WordPress theme for industry owners
https://github.com/maniruzzamanakash/indblog

wordpress wordpress-development wordpress-site wordpress-theme

Last synced: 5 months ago
JSON representation

A WordPress theme for industry owners

Awesome Lists containing this project

README

          

# IndBlog

A WordPress theme for industry owners blogging

---
## Demo Live URL:
http://blog.devsenv.com

## Dev Environment Setup
```sh
# Install npm packages
npm i

# Run grunt in watch mode
grunt

# To make translation and compile scss file
# Which will create `languages/indblog.pot` and `assets/css/master.css`
grunt release
```