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

Latest commit

 

History

History
40 lines (26 loc) · 625 Bytes

File metadata and controls

40 lines (26 loc) · 625 Bytes

Statamic theme

A bare bones Statamic theme

Prerequisites

You should copy this theme into the themes directory of your Statamic project.

You should have the latest node and yarn installed.

For development you'll want to navigate to the theme directory.

cd path/to/project/site/themes/statamic-theme

Install dependencies

yarn install

Run build process

yarn build

Build and watch for changes:

yarn watch

Editing

Source CSS, Javascript and images live inside the /src directory. Gulp compiles these into /css /js and /img directories for consumption by the UI.