Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/simonv3/unevenearth
- Owner: simonv3
- License: mit
- Created: 2017-07-19T04:13:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-10T18:15:40.000Z (over 4 years ago)
- Last Synced: 2024-12-17T15:11:58.000Z (about 1 month ago)
- Topics: blog, environment, environmental-justice, news, wordpress
- Language: CSS
- Size: 227 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.