Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 883 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 883 Bytes

theme-cur8r

A card style theme with photos for each post on the home page.

Getting Started

This theme uses LESS for CSS precompiling, and it uses Gulp for compiling the LESS into CSS, and also for concatenating and minifying JavaScript files.

Note: You do not need LESS and Gulp to use this theme, you can just edit the CSS directly if you like. LESS and Gulp are for advanced users.

1) Install Node Modules

Run the following command in Terminal to install Gulp for LESS preprocessing.

npm install

2) Run Gulp

Run gulp to make sure all CSS and JavaScript files are the latest versions.

gulp

Whenever you make changes to the LESS or JS files, run gulp before pushing to your site repo.

Need More Info?

Check out our help documentation for more information on theming Postach.io sites.