Git Product home page Git Product logo

theme-gardnerfresh-base's Introduction

GardnerFresh_base - Composer Theme

This theme is a work in progress effort for a Magento 2 theme based on GardnerFresh.com. This theme uses magento/blank as a parent.

alt text

Installation

  1. Add "kegdev/gardnerfresh_base": "dev-master" to the require section of the composer.json file in your install.
  2. Add the following to the repositories section:
"gardnerfresh_base": {
    "type": "git",
    "url": "https://github.com/kegdev/theme-gardnerfresh-base"
}
  1. Run composer upgrade.
  2. Go to your install's Admin and navigate to Content >Themes and confirm the theme appears.
  3. Set your install to use the theme from Content > Configuration.

Optional Configuration

Use grunt? Add this to your themes.js normally located at dev/tools/grunt/configs.

    gf_base: {
        area: 'frontend',
        name: 'GardnerFresh/base',
        locale: 'en_US',
        files: [
            'css/styles-m',
            'css/styles-l',
            'css/email',
            'css/email-inline',
            'css/source/_extend',
            'css/source/homepage',
            'css/source/default'
        ],
        dsl: 'less'
    }

Setup

As of this release, you will need to manually add two static blocks needed for the homepage. XML reference

  1. homepage-featured - This occupies the hero section - currently a static span within a div. See the source for information on structure and font usage.
  2. homepage-products - This renders products on the homepage. This utilizes the Catalog product List widget targeted to a specific category and the output is customizeable. See a tutorial on the process for more info.

To Do

  1. Mobile view has not been addressed in _extend imports. At all.
  2. Add setup scripts for static blocks.

Enjoy this work in progress. :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.