Skip to content
/ yimd Public

A custom Wordpress theme with modern web dev tooling created for my personal site/blog

License

Notifications You must be signed in to change notification settings

danyim/yimd

Repository files navigation

daniely.im Wordpress Theme

This is the Gulp-based WordPress theme tailored for my personal blog and website @ http://blog.daniely.im.

Installation

  1. Use Node v11.10.1 nvm install 11.10.1

  2. Fetch dependencies: yarn install && bower install

  3. Run make up to pull the containers and build a Dockerized Wordpress installation

  4. 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
      
  5. Within the Wordpress administrative UI, activate the daniely.im Theme from Appearance > Themes

Development

  1. Run the container in the background make up
  2. Start the /src watch process: yarn run watch
  3. Edit files
  4. See changes after a refresh at http://localhost:8000

Deployment

Copy the example config and add credentials:

cp .env{.example,}

Then run yarn run deploy

About

A custom Wordpress theme with modern web dev tooling created for my personal site/blog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published