Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 64 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,74 @@
title: Kubelabs - Ultimate Kubernetes Learning Platform
description: Master Kubernetes with 500+ hands-on labs and tutorials. Join 9,000+ DevOps Engineers learning through interactive scenarios.
url: https://collabnix.github.io/kubelabs
show_downloads: true
google_analytics:

theme: jekyll-theme-cayman

# Enhanced configuration for modern design
plugins:
- jekyll-sitemap
- jekyll-seo-tag

# SEO and social media
twitter:
username: collabnix
card: summary_large_image

social:
name: Collabnix Kubelabs
links:
- https://twitter.com/collabnix
- https://github.com/collabnix/kubelabs
- https://launchpass.com/collabnix

# Site metadata
author:
name: Ajeet Singh Raina
twitter: ajeetsraina

# Collections for better organization
collections:
tutorials:
output: true
permalink: /:collection/:name/

# Defaults
defaults:
- scope:
path: ""
type: pages
values:
layout: default
- scope:
path: ""
type: tutorials
values:
layout: tutorial

# Exclude files from processing
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- .bundles_cache/

jekyll_admin:
hidden_links:
- posts
- pages
- staticfiles
- datafiles
- configuration

# Modern features
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
Loading