hugosolar / ns-theme

WordPress Themecode test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code test for North Star Marketing

This theme is a code test for applying to North Star Marketing is not intended to be used as a real theme as it is

Features

  • Use of WordPress partials files
  • Nav menu Walker to match Bootstrap navigation layout
  • Singleton class on functions.php initializing basic theme functionality
  • Component class to render post cards
  • Helper functions to render excerpts
  • Simple Page & Single template

Sass

the sass files lives in the front/src/styles folder. The styles are built on top of Bootstrap.

For installing dependencies you need to go to front folder and

npm install

To compile the styles:

npm run build

To watch & compile:

npm run watch

About

WordPress Themecode test

License:MIT License


Languages

Language:PHP 78.3%Language:SCSS 17.3%Language:JavaScript 3.5%Language:CSS 0.9%