Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/simonv3/unevenearth

unevenearth's wordpress theme
https://github.com/simonv3/unevenearth

blog environment environmental-justice news wordpress

Last synced: 13 days ago
JSON representation

unevenearth's wordpress theme

Awesome Lists containing this project

README

        

# This is the theme for Unevenearth

To install it, [download it from GitHub](https://github.com/simonv3/unevenearth/archive/master.zip) and install it in your theme directory.

# Development.

It's highly recommended that you use VVV to develop for this theme. That way you don't have to worry about any server dependencies and can just focus on what things look like.

Instructions for VVV can be found here: https://gist.github.com/daggerhart/d8f380f823f76b86894f

Once your installation is complete, you can start up your virtual machine and run your server by doing:

```
vagrant up
```

You'll have unevenearth installed. You can access it by going to http://local.wordpress.dev. The username / password combo is `admin` & `password`

Then let's install our sass dependencies (Sass):

```
gem install bundler
bundle install
```

Now you can change watch for sass changes while developing:

```
sass --watch sass/main.scss:style.css
```

## Troubleshooting

If `vagrant up` leaves you with a "no connection possible" type of page, try running "vagrant halt" first.