Skip to content

A Wordpress Genesis child theme requiring the Advanced Custom Fields (ACF) plugin

License

Notifications You must be signed in to change notification settings

cameronkloot/gct

Repository files navigation

Genesis Child Theme (GCT)

A Wordpress Genesis child theme requiring the Advanced Custom Fields (ACF) plugin

Installation

Install Docker and Docker Compose

Grab the child theme and environment config

  • git clone https://github.com/cameronkloot/gct.git your_theme_name
  • cd your_theme_name
  • rm -rf .git

Initialize a new git repo to track theme

  • git init .
  • git add .
  • git commit -m "Initial commit"

Initialize and run environment

  • docker-compose up --build -d

The site will be available at localhost:5647

About

A Wordpress Genesis child theme requiring the Advanced Custom Fields (ACF) plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published