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

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

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

```