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

serieseight/statamic-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.