Skip to content
This repository was archived by the owner on Dec 23, 2019. It is now read-only.

dashevo/OLD-dashcore-wp-theme

Repository files navigation

Dash Wordpress Theme

This theme is built with the Fabrica Dev Kit.

Requirements

  • Docker
  • Docker-compose
  • Gulp-cli (global installation with npm i -g gulp-cli or yarn global add gulp-cli)

Installation

  1. Install Fabrica Dev Kit
  2. Copy this setup.yml to the project root, making whatever changes you like
  3. Run setup.rb. This will build a Docker container for a local Wordpress installation.

After installation, replace the contents of dev/ with this repo's contents:

git init .
git remote add -t \* -f origin <this-repository-url>
git fetch --all
git reset --hard origin/master

Development

  1. From dev directory, run: docker-compose up -d to start the docker container.
  2. Run gulp to build the theme and start BrowserSync.
  3. Launch the site using the URL shown in the console, probably http://localhost:3000/.
  4. To shut down Docker: docker-compose down from dev directory.

Other commands

Build the site: gulp build Zip up the built site into a theme zip in the Dev folder: gulp zip

Reference Links

Timber Documentation for Twig templates: http://timber.github.io/timber/#timber-post

About

Old Wordpress theme compatible with OLD dash.org visual style

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published