John

Senior Cloud Engineer & Technical Lead

Documentation Index

Welcome to the johnoct.github.io documentation. This guide provides comprehensive information about the Jekyll-based personal website and blog.

Overview

This is a personal portfolio and technical blog built with Jekyll and hosted on GitHub Pages. The site features:

Site Structure

johnoct.github.io/
├── _posts/              # Blog posts (Markdown)
├── _layouts/            # Jekyll page templates
├── scripts/             # Automation scripts
├── assets/              # Images and other assets
├── docs/                # Documentation (this directory)
├── _config.yml          # Jekyll configuration
├── blog.md              # Blog listing page
├── github-stars.md      # GitHub stars page
├── index.html           # Homepage
└── styles.css           # Main stylesheet

Content Categories

The site organizes content into two main categories:

  1. Technical Blog (categories: blog)
    • In-depth technical articles
    • Cloud engineering insights
    • DevOps best practices
    • Personal experiences and learnings
  2. GitHub Stars (categories: github-stars)
    • Daily automated collections
    • Weekly curated roundups
    • Open-source project discoveries
    • Repository metadata and descriptions

Getting Help


Last updated: 2025-08-09