All Projects → ZeekInteractive → heisenberg

ZeekInteractive / heisenberg

Licence: other
Zeek WordPress starter theme based on _s and Foundation

Programming Languages

SCSS
7915 projects
PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to heisenberg

Foundationpress
FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb
Stars: ✭ 2,776 (+3505.19%)
Mutual labels:  foundation, starter-theme
sage-starter
The best starter theme with a modern front-end development workflow. Based on Sage, HTML5 Boilerplate, gulp, Bower, and Bootstrap.
Stars: ✭ 42 (-45.45%)
Mutual labels:  starter-theme
Swift Essentials
A set of essential Swift stuff I use in every single iOS app.
Stars: ✭ 223 (+189.61%)
Mutual labels:  foundation
reactive.foundation
reactive.foundation website
Stars: ✭ 18 (-76.62%)
Mutual labels:  foundation
ignition
The Starter Theme that Could
Stars: ✭ 78 (+1.3%)
Mutual labels:  starter-theme
Ignite
A comprehensive Flask boilerplate to build SaaS applications that includes Stripe billing, emails, login, and OAuth.
Stars: ✭ 102 (+32.47%)
Mutual labels:  foundation
Pinky
A Foundation for Emails (Inky) template transpiler
Stars: ✭ 154 (+100%)
Mutual labels:  foundation
OperationPlus
NSOperation's missing pieces
Stars: ✭ 119 (+54.55%)
Mutual labels:  foundation
tools-android
Objective-C on Android with Foundation, CoreFoundation, and libdispatch.
Stars: ✭ 38 (-50.65%)
Mutual labels:  foundation
luxe
Luxe is a WordPress starter theme using a modern workflow and best practices.
Stars: ✭ 22 (-71.43%)
Mutual labels:  starter-theme
yibu.io
A simple and elegant forum, inspired from Reddit. https://yibuio.herokuapp.com/
Stars: ✭ 16 (-79.22%)
Mutual labels:  foundation-site
mesh
A page builder, simplified. Get the most flexibility to display content by adding multiple content sections within Pages, Posts, or Custom Post Types.
Stars: ✭ 44 (-42.86%)
Mutual labels:  foundation
foxer
Foxer starter theme based on _s.
Stars: ✭ 14 (-81.82%)
Mutual labels:  starter-theme
Scipio Erp
Your Online Business Kit - Build your own business applications. Create your own online shop. Customize to your own needs.
Stars: ✭ 247 (+220.78%)
Mutual labels:  foundation
themes-starter-material
Material Design WordPress Starter Theme.
Stars: ✭ 22 (-71.43%)
Mutual labels:  starter-theme
Vue Foundation
VueJS + Foundation + Vue-Router + Webpack
Stars: ✭ 212 (+175.32%)
Mutual labels:  foundation
StrapPress
Bootstrap 4 WordPress Starter Theme that is Gutenberg Compatible
Stars: ✭ 55 (-28.57%)
Mutual labels:  starter-theme
Swift-ISO8601-DurationParser
Swift ISO8601 Parser
Stars: ✭ 24 (-68.83%)
Mutual labels:  foundation
sleek
The WordPress Theme for Developers.
Stars: ✭ 35 (-54.55%)
Mutual labels:  starter-theme
fnd-docs
Foundation developer docs
Stars: ✭ 33 (-57.14%)
Mutual labels:  foundation

Heisenberg - Zeek Starter Theme

A minimalistic WordPress starter theme, based on Underscores and Foundation for Sites, version ^6.4.3.

Prerequisites

  • Node.js 9.x and npm 5.x

How to get started

  1. Clone or download the project onto your themes directory (./wp-content/themes)
  2. Run a find for the string/slug heisenberg throughout the theme and replace it with your project name.
  3. Run npm install
  4. (optional) Copy the variables.sample.env file and name it variables.env to override some development variables
  5. Run npm start.

Webpack

The theme uses Webpack as its bundler with ES6 modules for JavaScript files.

Deployment

npm run build

This will run both a production and development set of webpack tasks. The enqueue hook will load the correct version of the JS file, based on whether your development/staging server contains the SCRIPT_DEBUG set to true.

Foundation

How to use the Foundation JS files

The theme uses ES6 Modules, so use the existing foundation.js file as a guide to bring in additional Foundation JS modules. There is an existing module included as an example (Tabs).

How to use the Foundation Sass files

Using the _settings.scss file, you can overwrite a Foundation default style before things get compiled, thereby making your final CSS lighter. To do so, find the variable in the file, uncomment it, and set the value you desire. The file is located in ./assets/sass.

Also, in the app.scss file, you can remove a Foundation CSS module by commenting out the associated mixin. For instance, if your project doesn't use Foundation's Orbit module, simply comment out the @include foundation-orbit mixin and the code will never reach your final app.css file.

Be sure to check Foundation’s docs on using Sass and their mixins for custom control on styles.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].