Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

A guide to writing and modifying store themes on the Engine Ecommerce platform using the Liquid templating language

License

Notifications You must be signed in to change notification settings

enginecommerce/engine-theme-manual

Repository files navigation

The Engine Flight Manual

Welcome to the Engine Theme Manual. This is the repo README.md, located at the root of the repo. This file is not used in the creation of the navigable site content.

The entry content file is index.md.

Format

This repo uses Kramdown. It looks like Github Flavored Markdown, but it allows you to also use HTML tags because we think HTML is still useful.

Running Locally

After cloning this repo, you will need to use Bundler to install dependencies and run locally.

bundle install
bundle exec jekyll serve

Before You Commit

Lint

This repo uses Markdownlint and scss-lint.

After editing, perform the following to check your work against our guidelines: run Markdown Linter and scss-lint with Rake.

bundle exec rake

About

A guide to writing and modifying store themes on the Engine Ecommerce platform using the Liquid templating language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published