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
- Host: GitHub
- URL: https://github.com/maniruzzamanakash/indblog
- Owner: ManiruzzamanAkash
- Created: 2022-01-30T07:52:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-01T07:15:02.000Z (over 4 years ago)
- Last Synced: 2025-04-07T08:42:04.225Z (about 1 year ago)
- Topics: wordpress, wordpress-development, wordpress-site, wordpress-theme
- Language: CSS
- Homepage: http://blog.devsenv.com/
- Size: 1.53 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```