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
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
-
Repository Configuration:
- Ensure the repository is named
zejks-labs.github.io - Repository must be public for GitHub Pages (free tier)
- Ensure the repository is named
-
Enable GitHub Pages:
- Go to repository Settings → Pages
- Source: "Deploy from a branch"
- Branch:
main(ormaster) - Folder:
/ (root)
-
Custom Domain (Optional):
- Add a
CNAMEfile with your custom domain - Configure DNS settings with your domain provider
- Enable "Enforce HTTPS" in GitHub Pages settings
- Add a
-
Prerequisites:
# Install Ruby and Bundler gem install bundler jekyll -
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
-
Development Server:
# Start local server bundle exec jekyll serve # Visit http://localhost:4000
-
Build for Production:
# Generate static files bundle exec jekyll build
- Meta descriptions and titles
- Open Graph tags for social sharing
- Structured data markup
- XML sitemap generation
- RSS feed support
Add Google Analytics ID to _config.yml:
google_analytics: "GA_MEASUREMENT_ID"This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
For questions about the website or Zejks Labs:
- 📧 Email: zejks.labs@gmail.com
- 🐙 GitHub: zejks-labs
Built with ❤️ using Jekyll and GitHub Pages