Zeukkari / ultimate-wp-theme

This is one of the first actually great Wordpress themes created inside the PHZ offices.

Home Page:https://phz.fi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ultimate Wordpress Theme

This is one of the first actually great Wordpress themes created at PHZ Full Stack Oy.

Requirements

Initial steps

  1. vagrant up

Concept

Building assets

Just run npm run dev or npm run prod for production

Usage

Contents

  • assets/
    These contain every asset used in the project. Including images, js and scss.

    • assets/scss/
      Scss, done with BEM -workflow and a perfect codebase.

      • assets/scss/app.scss
        Contains only imports and sitewide generic stylings
    • assets/scss/components/
      Every HTML element combination on a website can be considered as a reusable component.
      This is where we have the styling for those components.

    • assets/scss/core/
      Core styling and useful variables.

      • assets/scss/core/_colors.scss
        All colors named with HEX Name Generator

      • assets/scss/core/_typography.scss
        Sitewide typography stylings

  • index.php
    Default template, used only for the front page

  • header.php
    Header that's used on every page

  • footer.php
    Footer that's used on every page

About

This is one of the first actually great Wordpress themes created inside the PHZ offices.

https://phz.fi

License:GNU General Public License v2.0


Languages

Language:PHP 66.0%Language:Shell 19.2%Language:Ruby 7.3%Language:CSS 7.1%Language:JavaScript 0.2%Language:Batchfile 0.1%