Skip to content

cforlando/new-code-for-orlando-website

 
 

Repository files navigation

Code for Durham Website

This is the WordPress theme for the new Code for Durham website.

In a WordPress site, put this folder into the wp-content/themes folder.

Setup style automation

Install packages

You will need to have NPM installed. Then run this command in the terminal:

$ npm install

Build style.css

Make sure all your css files are imported in the css/style.css file. Then in the terminal, run:

$ npm run gulpstyles

This will bundle all the styles into style.css in the root folder.

Watch styles

Make sure all your css files are imported in the css/style.css file. Then in the terminal, run:

$ npm run gulpwatch

Now on each save of a css file, the styles will be bundled into style.css in the root folder, and the browser will automatically be updated.

About

New website WP theme!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 75.1%
  • PHP 23.6%
  • JavaScript 1.3%