Skip to content
/ Nelumbo Public

WordPress starter theme based on Foundation 6 and Underscores.

Notifications You must be signed in to change notification settings

dm-nz/Nelumbo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nelumbo

Nelumbo is a starter WordPress theme based on Foundation 6 and Underscores.

Customizing

Requirements

You'll need the following software installed to get started.

  • Node.js 0.12+: Use the installer provided on the NodeJS website.
    • With Node installed, run [sudo] npm install -g gulp bower.
  • Git: Use the installer for your OS.

Installing

The Foundation CLI is installed through npm. This will add the foundation command to your system.

npm install -g foundation-cli

Open theme's folder in your command line, and install the needed dependencies:

npm install

Commands

Watch

While inside of theme's folder, use the watch command to compile all scss and js files.

foundation watch

Build

To build customized theme for production, use foundation build.

foundation build