/yk-theme

Your Knowledge home page

Primary LanguagePHP

Your Knowledge WordPress Theme

This repository houses the custom WordPress theme for Your Knowledge. The theme is designed with a sleek and responsive approach, leveraging the power of Tailwind CSS.

🌟 Features

  • Tailwind CSS: Crafted using Tailwind CSS for a contemporary and adaptive design.
  • GraphQL: Employs GraphQL for efficient data retrieval, ensuring timely content updates.
  • Docker Integration: Features a Dockerfile for streamlined containerized deployment.
  • Continuous Deployment: Utilizes GitHub Actions for seamless theme deployment.
  • Custom WordPress Functions: Incorporates custom functions in functions.php to enhance WordPress capabilities.
  • Utility Functions: Specialized functions for data extraction from the Tutor LMS plugin and GraphQL.

🛠 Installation

  1. Clone this repository to your WordPress themes directory.
  2. Activate the theme via the WordPress dashboard.
  3. Ensure all necessary plugins and dependencies are in place.

💻 Development

# Install dependencies
yarn install

# Start the development server
yarn start

# Build for production
yarn build