Navigation Menu

Skip to content
This repository has been archived by the owner on May 6, 2019. It is now read-only.

allnightgrocery/theme-expanse

 
 

Repository files navigation

theme-expanse

The official repository for our default theme, Expanse. Fork this to use it as a boilerplate.

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

Need More Info?

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

About

The official repository for our default theme, Expanse. Fork this to use it as a boilerplate for your own site.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 94.8%
  • JavaScript 5.2%