https://github.com/vikrantnegi/vikrantnegi-wordpress-theme
Blog Theme v2.0
https://github.com/vikrantnegi/vikrantnegi-wordpress-theme
underscores-theme wordpress wordpress-theme
Last synced: 2 months ago
JSON representation
Blog Theme v2.0
- Host: GitHub
- URL: https://github.com/vikrantnegi/vikrantnegi-wordpress-theme
- Owner: vikrantnegi
- Created: 2017-03-13T09:20:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-17T05:57:55.000Z (over 9 years ago)
- Last Synced: 2025-04-08T12:19:38.550Z (about 1 year ago)
- Topics: underscores-theme, wordpress, wordpress-theme
- Language: CSS
- Size: 407 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A wordpress Theme based on [underscores starter theme](https://github.com/Automattic/_s)
### TODOs
- [ ] Add featured image support
## Compile Sass stylesheets to style.css:
```shell
# Install dependencies
npm install
# Start server
gulp watch
```