Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danyim/yimd
A custom Wordpress theme with modern web dev tooling created for my personal site/blog
https://github.com/danyim/yimd
Last synced: 8 days ago
JSON representation
A custom Wordpress theme with modern web dev tooling created for my personal site/blog
- Host: GitHub
- URL: https://github.com/danyim/yimd
- Owner: danyim
- License: mit
- Created: 2016-08-17T20:56:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T07:55:44.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T04:56:55.133Z (7 months ago)
- Language: PHP
- Homepage: https://daniely.im
- Size: 12.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# daniely.im Wordpress Theme
This is the [Gulp](https://github.com/gulpjs/gulp)-based WordPress theme tailored for my personal blog and website @ [http://blog.daniely.im](http://blog.daniely.im).
## Installation
1. Use Node v11.10.1 `nvm install 11.10.1`
1. Fetch dependencies: `yarn install && bower install`
1. Run `make up` to pull the containers and build a Dockerized Wordpress installation
1. Navigate to `http://localhost:8080` and go through the setup process- You'll only need to do this once so as long the directory doesn't change.
- Database username/password:
```
WORDPRESS_DB_USER: wordpress
WORDPRESS_DB_PASSWORD: wordpress
```1. Within the Wordpress administrative UI, activate the **daniely.im Theme** from Appearance > Themes
### Development
1. Run the container in the background `make up`
1. Start the `/src` watch process: `yarn run watch`
1. Edit files
1. See changes after a refresh at `http://localhost:8000`### Deployment
Copy the example config and add credentials:
```bash
cp .env{.example,}
```Then run `yarn run deploy`