A two column layout with a social profile on the left.
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.
Run the following command in Terminal to install Gulp for LESS preprocessing.
npm install
Run gulp to make sure all CSS and JavaScript files are the latest versions.
gulp
Check out our help documentation for more information on theming Postach.io sites.