All Projects → thisiscapra → Shopify Naked

thisiscapra / Shopify Naked

Completely naked Shopify theme to use as a starting point for theme development

Labels

Projects that are alternatives of or similar to Shopify Naked

Alembic
⚗️ A Jekyll boilerplate theme designed to be a starting point for any Jekyll website
Stars: ✭ 501 (+778.95%)
Mutual labels:  liquid
Popup Ajax Subscribe Form
A newsletter subscription form for Shopify with cookie support and ajax submit, with support for both internal Shopify newsletter subscriptions or MailChimp based subscriptions
Stars: ✭ 8 (-85.96%)
Mutual labels:  liquid
Jekyll Timeline
Timeline / Résumé Theme with Jekyll
Stars: ✭ 46 (-19.3%)
Mutual labels:  liquid
Liquidjs
A simple, expressive, safe and Shopify compatible template engine in pure JavaScript.
Stars: ✭ 638 (+1019.3%)
Mutual labels:  liquid
Shopify Lang
Multi-Language Shopify Online Shop
Stars: ✭ 26 (-54.39%)
Mutual labels:  liquid
Timber
The ultimate Shopify theme framework, built by Shopify.
Stars: ✭ 911 (+1498.25%)
Mutual labels:  liquid
Shopify Code Snippets
Shopify code examples and tips
Stars: ✭ 391 (+585.96%)
Mutual labels:  liquid
Plankton
Open source simulator for maritime robotics researchers
Stars: ✭ 51 (-10.53%)
Mutual labels:  liquid
Condensation
A collection of handy extensions to the Liquid templating engine
Stars: ✭ 7 (-87.72%)
Mutual labels:  liquid
Jsx Lite
Write components once, run everywhere. Compiles to Vue, React, Solid, Angular, Svelte, and Liquid.
Stars: ✭ 1,015 (+1680.7%)
Mutual labels:  liquid
Cargo Generate
cargo, make me a project
Stars: ✭ 686 (+1103.51%)
Mutual labels:  liquid
Shopify Starter Theme
Shopify Starter Theme
Stars: ✭ 16 (-71.93%)
Mutual labels:  liquid
Jekyll Liquify
A Jekyll filter that parses Liquid from front matter
Stars: ✭ 21 (-63.16%)
Mutual labels:  liquid
Jekyll Rss Feeds
Templates for rendering RSS feeds for your Jekyll blog
Stars: ✭ 627 (+1000%)
Mutual labels:  liquid
Slater Theme
Shopify Starter theme based on slate
Stars: ✭ 47 (-17.54%)
Mutual labels:  liquid
Craigstarter
An open source crowdfunding tool built on Shopify
Stars: ✭ 484 (+749.12%)
Mutual labels:  liquid
Liquid
Clojure Text Editor, for editing clojure code and markdown. Written entirely in Clojure with inspiration from Emacs and Vim.
Stars: ✭ 859 (+1407.02%)
Mutual labels:  liquid
Jekyll Assets
🎨 Asset pipelines for Jekyll.
Stars: ✭ 1,083 (+1800%)
Mutual labels:  liquid
Liquid.net
.Net Port of the Liquid template language
Stars: ✭ 47 (-17.54%)
Mutual labels:  liquid
Language Liquid
Liquid language support for Atom.
Stars: ✭ 28 (-50.88%)
Mutual labels:  liquid

This is no longer actively maintained.

Shopify Naked theme

This is a completely naked Shopify theme. It's based on Shopify Skeleton and will track the changes applied to that in terms of liquid code. I found myself stripping out so much HTML and CSS I didn't need for client sites this would save me time creating new themes. This is meant for advanced Shopify theme developers, I have left in some semantic HTML such as some header tags and list items but that's about it. I've also left in the product variant JS for now.

You can view it here if you really want to see a blank site https://shopify-naked.myshopify.com/.

Download / Setup

  1. Download the latest version
  2. or clone the git repo: git clone [email protected]:thisiscapra/shopify-naked.git
  3. I like to use the Shopify theme gem for development shopify_theme
  4. Import some dummy product data to start developing download CSV file

Basic structure

├── assets
│   └── Javascript, CSS, and theme images
├── config
│   └── custom Theme Settings
├── layout
│   ├── theme.liquid
│   └── optional alternate layouts
├── snippets
│   └── optional custom code snippets
├── templates
│   ├── 404.liquid
│   ├── article.liquid
│   ├── blog.liquid
│   ├── cart.liquid
│   ├── collection.liquid
│   ├── index.liquid
│   ├── page.liquid
│   ├── product.liquid
│   └── search.liquid
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].