nvQuickTheme

nvQuickTheme is more than just a great minimalist DNN (DotNetNuke) theme. It is a powerful theme building framework and developer workflow.

View project on GitHub
nvQuickTheme

Project Setup (Video)

nvQuickTheme Video Series - Project Setup

When you start a new theme project, you will need to edit project-details.json with your project information.

var project       = '[project name]',
    author        = '[author]',
    company       = '[company]',
    url           = '[website]',
    email         = '[email]',
    description   = '[short description]';

Make sure you use html codes for any symbols used in these variables. After you’ve completed and saved the file, in the node command prompt within your root, you will need to run gulp manifest. This will take your information and populate the DNN manifest file with the information provided.