Skip to content

zejks-labs/zejks-labs.github.io

Repository files navigation

Zejks Labs - Official Website

Welcome to the official GitHub Pages website for Zejks Labs, a cutting-edge development organization specializing in Unity packages and game development tools.

🌐 Live Site: zejks-labs.github.io

About Zejks Labs

Zejks Labs is dedicated to crafting innovative Unity development solutions that empower developers to create extraordinary gaming experiences. We specialize in:

  • 🚀 Unity Packages
  • 🎮 Game Development Tools
  • 🔧 Custom Unity Solutions
  • 📚 Developer Resources & Documentation

Deployment Instructions

GitHub Pages Setup

  1. Repository Configuration:

    • Ensure the repository is named zejks-labs.github.io
    • Repository must be public for GitHub Pages (free tier)
  2. Enable GitHub Pages:

    • Go to repository Settings → Pages
    • Source: "Deploy from a branch"
    • Branch: main (or master)
    • Folder: / (root)
  3. Custom Domain (Optional):

    • Add a CNAME file with your custom domain
    • Configure DNS settings with your domain provider
    • Enable "Enforce HTTPS" in GitHub Pages settings

Local Development

  1. Prerequisites:

    # Install Ruby and Bundler
    gem install bundler jekyll
  2. Setup:

    # Clone the repository
    git clone https://github.com/zejks-labs/zejks-labs.github.io.git
    cd zejks-labs.github.io
    
    # Install dependencies
    bundle install
  3. Development Server:

    # Start local server
    bundle exec jekyll serve
    
    # Visit http://localhost:4000
  4. Build for Production:

    # Generate static files
    bundle exec jekyll build

SEO and Analytics

Current SEO Features

  • Meta descriptions and titles
  • Open Graph tags for social sharing
  • Structured data markup
  • XML sitemap generation
  • RSS feed support

Analytics Setup (When Ready)

Add Google Analytics ID to _config.yml:

google_analytics: "GA_MEASUREMENT_ID"

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

Support

For questions about the website or Zejks Labs:


Built with ❤️ using Jekyll and GitHub Pages

About

Crafting the Future of Digital Experiences

Resources

License

Stars

Watchers

Forks