Table of Contents
Overview
This page contains the Jekyll configuration file, site tree structure, and automated workflows for maintaining configuration synchronization across the IT-Journey platform.
Configuration Management
Automated Updates
The configuration files in this directory are automatically updated via GitHub Actions workflow whenever the root `_config.yml` file changes. This ensures consistency and reduces manual maintenance overhead.
Trigger Events:
- Push to main branch with changes to `_config.yml`
- Manual workflow dispatch
Manual Regeneration
If you need to manually regenerate the configuration files, use these commands:
PowerShell (Windows)
```powershell
Regenerate Config File
cd ~/github/it-journey cp _config.yml pages/_about/settings/config-utf16.txt Get-Content pages/_about/settings/config-utf16.txt | Set-Content -Encoding UTF8 pages/_about/settings/_config.yml
Generate tree structure
tree /f > pages/_about/settings/tree-utf16.txt Get-Content pages/_about/settings/tree-utf16.txt -Encoding Unicode | Set-Content -Encoding UTF8 pages/_about/settings/tree.txt ```
Bash (Linux/macOS)
```bash
Regenerate Config File
cd ~/github/it-journey cp _config.yml pages/_about/settings/_config.yml
Generate tree structure (respecting .gitignore)
This will automatically exclude files/directories listed in .gitignore
if command -v tree >/dev/null 2>&1; then ignore_pattern=$(generate_gitignore_pattern) tree -a -I β$ignore_patternβ βdirsfirst βcharset ascii > pages/_about/settings/tree.txt else # Fallback for systems without tree command find . -type d | grep -v -E β($(generate_gitignore_pattern))β | sort > pages/_about/settings/tree.txt fi ```
Gitignore Integration
The tree structure and sitemap generation automatically respect the `.gitignore` file, ensuring that:
- Files and directories listed in `.gitignore` are excluded from the tree structure
- Sitemap generation skips ignored files
- Documentation remains clean and relevant
- Sensitive or build artifacts are not included in public documentation
Current .gitignore patterns respected: ```ignore _site .sass-cache .jekyll-cache .jekyll-metadata _algolia_api_key Gemfile.lock .obsidian pages/_notes/.DS_Store *.DS_Store .env ```
Jekyll Configuration
Current configuration from `_config.yml`:
```yml
Welcome to Jekyll!
Configuration file for Jekyll.
Full docs at: http://jekyllrb.com/docs/configuration/
YAML docs at: https://yaml.org/spec/1.2.2/
βββββββββββββββββββββββββββ
#
This config file is meant for settings that affect your whole blog, values
which you are expected to set up once and rarely edit after that. If you find
yourself editing this file very often, consider using Jekyllβs data files
feature for the data you need to update frequently.
#
For technical reasons, this file is NOT reloaded automatically when you use
βbundle exec jekyll serveβ. If you change this file, please restart the server.
#
If you need help with YAML syntax, here are some quick references for you:
https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
https://learnxinyminutes.com/docs/yaml/
#
You can find config options at: https://jekyllrb.com/docs/configuration/options/
#
These are used to personalize your new site. If you look in the HTML files,
you will see them accessed via IT-Journey, amr@it-journey.dev, and so on.
You can create any custom variable you would like, and they will be accessible
in the templates via .
Site Settings
founder : βAmr Abdel-Motalebβ remote_theme : βbamr87/zer0-mistakesβ
theme : βjekyll-theme-zer0β
Github Information
github_user : &github_user βbamr87β repository_name : &github_repository βit-journeyβ repository : [github_user, β/β, *github_repository] # GitHub username/repo-name local_repo : *github_repository branch : &branch βmainβ repo_map : β/sitemap/β portfolio : &portfolio [github_user, β.β, βgithub.ioβ]
Site Information βββββββββββββββββββββ
title : IT-Journey title_url : β/β title_icon : βglobeβ subtitle : βzer0 to her0β subtitle_url : βlocalhostβ subtitle_icon : βcodeβ title_separator : β|β # Appears in the web browser tab name domain : &domain βit-journeyβ domain_ext : β.devβ sub_domain : &sub_domain ββ baseurl : ββ # the subpath of your site, e.g. /blog - Use this if you want this whole repo to be a domain branch url_dev : [βhttps://β, *sub_domain, β.β, *domain, *domain_ext ] url : &url βhttps://it-journey.devβ # the base hostname & protocol for your site, e.g. http://example.com public_folder : βassetsβ port : 4002 # Jekyll Serve Dev port dg_port : 4001 # TODO: Doppelganger site. Use this if you want to switch between parallel deployments og_image : β/images/wizard-on-journey.pngβ
Owner Information ββββββββββββββββββββ-
name : &name βAmrβ email : βamr@it-journey.devβ description : >- # this means to ignore newlines until the next variable Collection of articles, notes, and tutorials to build a website or headless CMS using Jekyll and Github Pages. This is my journey from zer0 to her0. level : βher0β
Maintainer Informationβββββββββββββββββββ-
maintainers:
- name: *name profile: [βhttps://github.comβ, β/β, *github_user]
- name: βVacantβ profile: β/github.comβ
Personalization βββββββββββββββββββββ-
locale : βen-USβ home_dir : &home β/Users/bamr87/β local_git : [ *home, βgithubβ ] logo : /assets/images/gravatar-small.png # path of logo image to display in the masthead, e.g. β/assets/images/88x88.pngβ logo_link : [ *url, *baseurl ] # URL to link the logo to, e.g. β/β
teaser : /images/favicon_gpt_computer_retro.png # path of fallback teaser image, e.g. β/assets/images/500x300.pngβ info_banner : /images/info-banner-mountain-wizard.png # path of fallback teaser image, e.g. β/assets/images/500x300.pngβ breadcrumbs : true # true, false (default) words_per_minute : 200 _posts_file_structure : βyear-month-day-title.mdβ
Identity
author: name : *name # *name is a YAML reference pointing to the &anchor earlier avatar : β/assets/images/gravatar-small.pngβ email_hash : β71d7a4fc9712df49e13d606e620f89c7β # https://en.gravatar.com/site/check/{ site.email } gravatar : [ βhttps://s.gravatar.com/avatar/β, *email_hash, β?s=80β ] bio : βIT nerd trying to be an IT heroβ location : βDenver, COβ twitter_username : βbamr87β github_username : *github_user
Site Analytics
google_analytics : βG-ZBDKNMC168β
Site verification
google_site_verification : null bing_site_verification : null alexa_site_verification : null yandex_site_verification : null aver_site_verification : null baidu_site_verification : null
Affiliations
default_icon: βbiβ ## Bootstrap Icons https://icons.getbootstrap.com/
links:
- label: βBASH Consultingβ url: βhttps://bashconsultants.comβ icon: βbi-linkβ
- label: βTwitterβ icon: βbi-twitterβ url: βhttps://twitter.com/bamr87β
- label: βGitHubβ icon: βbi-githubβ url: [ βhttps://github.com/β , *github_user ]
- label: βInstagramβ icon: βbi-instagramβ url: βhttps://instagram.com/bamr42β
youtube:
- label: βYouTubeβ icon: βbi-youtubeβ url: βhttps://www.youtube.com/channel/UCO0j3Opg3J9i2iWnDwHUsXQβ
Build Framework
powered_by:
- name: βRubyβ version: β3.2.3β url: βhttps://www.ruby-lang.org/β icon: βbi-gemβ
- name: βJekyllβ version: β3.9.5β url: βhttps://jekyllrb.com/β icon: βbi-joystickβ
- name: βBootstrapβ version: β5.2.0β url: βhttps://getbootstrap.com/β icon: βbi-bootstrapβ
- name: βAlgoliaβ version: url: βhttps://algolia.com/β icon: βbi-searchβ
- name: βJQueryβ url: βhttps://jquery.com/β icon: βbi-filetype-jsβ
- name: βMathJaxβ version: β1.0β url: βhttps://www.mathjax.org/β icon: βbi-calculatorβ
- name: βGitHub Pagesβ version: β232β url: βhttps://pages.github.com/β icon: βbi-githubβ
- name: βdockerβ version: β20.10.8β url: βhttps://www.docker.com/β icon: βbi-dockerβ
Plugins
https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll#plugins
http://jekyllrb.com/docs/plugins/
All plugins are enabled by default for GitHub Pages. https://pages.github.com/versions/
plugins:
- github-pages
- jekyll-remote-theme
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-paginate
- jekyll-relative-links
Gisgus Plugin
gisgus: enabled: true data-repo-id: βMDEwOlJlcG9zaXRvcnkyODM4MjI1NzMβ data-category-id: βDIC_kwDOEOrJ7c4CAn8Dβ
https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/
Conversion
Markdown Options https://jekyllrb.com/docs/configuration/markdown/
https://github.com/github/jekyll-commonmark-ghpages
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: β\n\nβ
incremental: false
Markdown Processing https://jekyllrb.com/docs/configuration/markdown/
kramdown: # https://kramdown.gettalong.org/options.html input: GFM header_offset: 0 # hard_wrap: false # auto_ids: true # footnote_nr: 1 # entity_output: as_char toc_levels: 1..6 # smart_quotes: lsquo,rsquo,ldquo,rdquo # enable_coderay: false
Collections: https://jekyllrb.com/docs/collections/
# Permalinks: https://jekyllrb.com/docs/permalinks/
collections_dir: &collections_dir pages local_repo_path: [ *collections_dir, β/β, *local_repo ]
collections: pages: output: true permalink: /:collection/:name/ posts: output: true permalink: /:collection/:year/:month/:day/:slug/ docs: output: true permalink: /:collection/:categories/:name/ quests: output: true permalink: /:collection/:categories/:name/ hobbies: output: true permalink: /:collection/:categories/:name/ notebooks: output: true permalink: /:collection/:path/:name/ notes: output: true permalink: /:collection/:path/:name/ quickstart: output: true permalink: /:collection/:name/ about: output: true permalink: /:collection/:categories/:name/
permalink: pretty
pagination https://jekyllrb.com/docs/pagination/
paginate: 10 paginate_path: β/pages/:num/β
Defaults https://jekyllrb.com/docs/configuration/front-matter-defaults/
defaults: # ALL
- scope: path: ββ values: layout: root author_profile: false read_time: true comments: false # true share: true related: true sidebar: nav: main permalink: /:collection/:name/
# pages
- scope: path: pages values: layout: &pages default author_profile: true read_time: true comments: # true share: true related: true toc_sticky: true sidebar: nav: searchCats permalink: /:path/:name/
# pages/_about
- scope: path: pages/_about values: layout: *pages collection: about share: true related: true sidebar: nav: about
# pages/_quickstart
- scope: path: pages/_quickstart values: layout: default collection: quickstart share: true related: true sidebar: nav: quickstart
# pages/_posts
- scope: path: pages/_posts values: layout: article author_profile: true read_time: true comments: # true share: true related: true sidebar: nav: dynamic # permalink: /:collection/:name/
# pages/_docs
- scope:
path: pages/_docs
values:
layout: *pages
# category: docs
author_profile: true
read_time: true
comments: # true
share: true
related: true
sidebar:
nav: docs
permalink: /docs/:category/:name/
# pages/_quests
- scope: path: pages/_quests values: layout: *pages author_profile: true read_time: true comments: # true share: true related: true sidebar: nav: quests permalink: /:categories/:slug
# pages/_hobbies
- scope: path: pages/_hobbies type: hobbies values: layout: *pages share: false author_profile: false sidebar: nav: hobbies
# pages/_notes
- scope: path: pages/_notes type: notes values: layout: *pages share: false author_profile: false sidebar: nav: notebooks
# pages/_notebooks
- scope: path: pages/_notebooks type: notebooks values: layout: *pages share: false author_profile: false sidebar: nav: notebooks
Exclude from processing.
The following items will not be processed, by default.
Any item listed under the exclude: key here will be automatically added to
the internal βdefault listβ.
#
Excluded items can be processed by explicitly listing the directories or
their entriesβ file path in the include: list.
exclude: # Jekyll/Ruby specific
- .sass-cache/
- .jekyll-cache/
- .bundle/
- .ruby-lsp/
- Gemfile
- Gemfile.lock
- gemfiles/
- vendor/
# Build and dependency directories
- node_modules/
- .venv/
- _site/
# Development and configuration files
- .env
- .DS_Store
- .obsidian/
- .vscode/
- .devcontainer/
- .frontmatter/
- .git/
- .gitignore
- .gitmodules
# Docker and containerization
- Dockerfile
- docker-compose.yml
- docker-compose.*.yml
# Scripts and automation
- β*.shβ
- β*.pyβ
- scripts/
- Makefile
# Testing and validation
- test/
- test-results/
- .lycheeignore
- .markdownlint.json
- .yamllint.yml
# Documentation and project files
- docs/
- logs/
- prompts/
- TODO/
- work/ # Temporary build/cache directory
- β*.logβ
- β*/.logβ
# Configuration and metadata files
- frontmatter.json
- β*.md.backupβ
- β*.tmpβ
- β.seed.mdβ
# Project-specific files
- submodules/
- post-organization.log
- β*_SUMMARY.mdβ
- roadmap.md
Sass/SCSS
sass: sass_dir: _sass style: expanded
TODO: Fix bootstrap plugin
# load_paths: # - /usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets
Style Settings ββββββββββββββββββββ-
theme : βzer0-mistakes-jekyllβ
remote_theme : βbamr87/zer0-mistakesβ
theme_skin : βdarkβ # βairβ, βaquaβ, βcontrastβ, βdarkβ, βdirtβ, βneonβ, βmintβ, βplumβ, βsunriseβ
style : βdefaultβ # βdefaultβ, βdarkβ, βlightβ, βsolarized-darkβ, βsolarized-lightβ
remote_style : βbamr87/zer0-mistakesβ
theme_color: main: #007bff secondary: #6c757d red: #a11111 yellow: #ffe900 teal: #376986 blue: #007bff green: #28a745 purple: #6f42c1 pink: #e83e8c orange: #fd7e14 brown: #795548 cyan: #17a2b8 indigo: #6610f2 lime: #cddc39 amber: #ffc107 deep_orange: #ff5722 deep_purple: #673ab7 light_blue: #03a9f4 light_green: #8bc34a light_purple: #9c27b0 light_red: #f44336 light_yellow: #ffeb3b light_teal: #009688
Copyright Settings βββββββββββββββββββββ
cr_year: 2024 cr_entity: *name cr_lisense: βMITβ
Sitemap Settings βββββββββββββββββββββ
sitemap_include: A list of file extensions that should be included in the sitemap. By default, HTML files and any files with sitemap: true in their front matter are included.
sitemap_exclude: A list of files or directories that should be excluded from the sitemap.
sitemap_include: [βhtmlβ, βxmlβ] sitemap_exclude: [βsecret.htmlβ, βprivateβ]
=============================================================================
AI Preview Image Generator Configuration
Feature: ZER0-003
Documentation: https://github.com/bamr87/zer0-mistakes/blob/main/docs/features/preview-image-generator.md
=============================================================================
preview_images: enabled: true provider: openai # openai, stability, or local model: dall-e-3 # OpenAI model to use size: β1792x1024β # Landscape banner size quality: standard # standard or hd style: βretro pixel art, 8-bit video game aesthetic, vibrant colors, nostalgic, clean pixel graphicsβ style_modifiers: βpixelated, retro gaming style, CRT screen glow effect, limited color paletteβ output_dir: assets/images/previews # Where to save generated images auto_generate: false # Generate during build (slow, use script instead) collections: # Collections to scan for missing previews - posts - docs - quickstart - quests
```
Site Tree Structure
Current directory structure (auto-generated):
```
.
|β .devcontainer
| |β Dockerfile
| |β Dockerfile.lightweight
| |β README.md
| |β devcontainer.json
| -- docker-compose.yml
|-- .frontmatter
| |-- database
| | |-- mediaDb.json
| | |-- pinnedItemsDb.json
| | β taxonomyDb.json
| -- templates
| |-- article.md
| |-- default.md
| |-- notes.md
| |-- poem.md
| β quests.md
|β .ruby-lsp
| |β .gitignore
| |β Gemfile
| |β bundle_env
| |β last_updated
| -- main_lockfile_hash
|-- TODO
| |-- ARCHIVE
| | β README.md
| |β scripts
| | -- seo-tracking-report.sh
| |-- seo
| | |-- data
| | | |-- freshness-report.json
| | | |-- frontmatter-report.json
| | | β seo-metrics.json
| | |β reports
| | | |β content-freshness-2025-12-20.md
| | | -- weekly-review-2025-12-20.md
| | |-- BEST_PRACTICES.md
| | |-- MONITORING_DASHBOARD.md
| | |-- OPTIMIZATION_PLAN.md
| | |-- QUICK_ACTIONS.md
| | |-- README.md
| | β TRACKING.md
| |β templates
| | |β PROJECT_TEMPLATE.md
| | |β QUICK_ACTIONS_TEMPLATE.md
| | |β SEO_FRONTMATTER_TEMPLATE.md
| | -- TRACKING_TEMPLATE.md
| |-- README.md
| β STATUS.md
|β _data
| |β navigation
| | |β about.yml
| | |β docs.yml
| | |β hobbies.yml
| | |β home.yml
| | |β main.yml
| | |β notebooks.yml
| | |β posts.yml
| | |β quests.yml
| | -- quickstart.yml
| |-- README.md
| |-- SOLUTION_SUMMARY.md
| |-- content_statistics.yml
| |-- generate_statistics.rb
| |-- generate_statistics.sh
| |-- github-actions-example.yml
| |-- posts_organization.yml
| |-- prerequisites.yml
| |-- statistics_config.yml
| |-- ui-text.yml
| β update_statistics.sh
|β _includes
| |β content_statistics
| | |β minimal.html
| | |β simple_fixed.html
| | |β static_test.html
| | |β test.html
| | -- ultra_simple.html
| |-- content_stats_direct.html
| |-- quest-card.html
| |-- quest-filters.html
| |-- quest-stats.html
| |-- quest_card.html
| |-- quest_grid.html
| β quest_stats.html
|β _layouts
| |β javascript.html
| -- quest-collection.html
|-- _plugins
| |-- preview_generator.rb
| β preview_image_generator.rb
|β assets
| |β gif
| | -- windows-developer-settings.gif
| |-- images
| | |-- jekyll
| | | |-- 8102
| | | | |-- change-baseurl.png
| | | | |-- change-path.png
| | | | |-- domain-changed.png
| | | | |-- edit-readme.png
| | | | |-- error-too-large.png
| | | | |-- fork-jekyll.png
| | | | |-- main-css.png
| | | | |-- merge-after-build.png
| | | | |-- merge-request.png
| | | | |-- new-domain.png
| | | | |-- pipeline-build.png
| | | | |-- pipeline-deploy.png
| | | | |-- pipeline-pending.png
| | | | |-- remove-fork-relationship.png
| | | | |-- settings-pages.png
| | | | |-- stage-and-commit.png
| | | | |-- test-local.png
| | | | |-- test-migration.png
| | | | |-- test-new-domain.png
| | | | β test-website.png
| | | |β 8103
| | | | -- local.png
| | | |-- 8104
| | | | |-- githubpage.png
| | | | |-- installmsys2.png
| | | | |-- jekyllsite.png
| | | | |-- msys.png
| | | | |-- setupruby.png
| | | | β ubuntuapp.png
| | | |β 8105
| | | | |β nomachine_port.png
| | | | |β nomachine_preferences.png
| | | | -- port.png
| | | |-- 8111
| | | | |-- account.png
| | | | |-- comments.png
| | | | β count.png
| | | |β 8112
| | | | |β collection.png
| | | | |β datafile.png
| | | | |β excerpt.png
| | | | |β favorite.png
| | | | |β javahighlight.png
| | | | |β pagination.png
| | | | |β portfolio.png
| | | | |β table_markdown.png
| | | | |β table_partial.png
| | | | |β table_scroll.png
| | | | |β table_striped.png
| | | | -- withouthighlight.png
| | | |-- 8113
| | | | β progress_bar.png
| | | |β 8117
| | | | -- sharelinks.png
| | | |-- 8118
| | | | |-- buttondesign.png
| | | | |-- buttontype.png
| | | | |-- desktop_201.png
| | | | |-- desktop_home.png
| | | | |-- desktop_tutorial.png
| | | | |-- mobile_201.png
| | | | |-- mobile_home.png
| | | | |-- mobile_tutorial.png
| | | | |-- multi-domain.png
| | | | |-- scripts.png
| | | | |-- sharing_facebook.png
| | | | |-- sharing_linkedin.png
| | | | β sharing_twitter.png
| | | |β 8122
| | | | |β button-bottom.png
| | | | -- button-top.png
| | | |-- 8123
| | | | |-- custom-style.png
| | | | |-- highlighting_with_js.png
| | | | |-- javahighlight.png
| | | | |-- line-numbers.png
| | | | β withouthighlight.png
| | | |β 8126
| | | | -- mathml.png
| | | |-- 8131
| | | | |-- cloudflare_notification.png
| | | | |-- godaddy_changenameserver.png
| | | | |-- godaddy_done.png
| | | | |-- godaddy_mydomains.png
| | | | |-- godaddy_nameservers.png
| | | | |-- rssfeed.png
| | | | β sitemap.png
| | | |β 8132
| | | | -- imagesize_before.png
| | | |-- 8133
| | | | |-- header_githubpages.png
| | | | β header_netlify_fixed.png
| | | |β 8141
| | | | |β branches.png
| | | | |β dashboard.png
| | | | |β fix1.png
| | | | |β fix2.png
| | | | |β history.png
| | | | |β history2.png
| | | | |β latestbuild.png
| | | | |β linkerror.png
| | | | |β notification_builderror.png
| | | | |β notification_fixed.png
| | | | |β notification_travis.png
| | | | |β travis1.png
| | | | |β travis2.png
| | | | |β travisci_account.png
| | | | -- travisci_activate.png
| | | |-- 8142
| | | | |-- custom_domain.png
| | | | |-- godaddy_adddns.png
| | | | |-- godaddy_cart.png
| | | | |-- godaddy_domain.png
| | | | |-- godaddy_searchdomain.png
| | | | |-- rongzhuang_home.png
| | | | β rongzhuang_portfolio.png
| | | -- 8143
| | | |-- app.png
| | | |-- authorize.png
| | | |-- changename.png
| | | |-- homepage.png
| | | |-- inprogress.png
| | | |-- install_netlify.png
| | | |-- monitor.png
| | | |-- newname.png
| | | |-- newsite.png
| | | |-- options.png
| | | |-- portfolio.png
| | | |-- published.png
| | | |-- repository.png
| | | β settings.png
| | |β previews
| | | |β .gitkeep
| | | |β 404-hunting-binary-wards-for-unbreakable-links.png
| | | |β advanced-git-workflows-rebase-cherry-pick-quest-ti.png
| | | |β advanced-markdown-tables-footnotes-quest-title-ext.png
| | | |β ai-ethics-and-responsible-ai-descriptive-subtitle.png
| | | |β ai-feature-pipeline-architect-devsecops-mastery-qu.png
| | | |β alerting-systems-pagerduty-quest-title-incident-ma.png
| | | |β analytics-integration-tracking-user-engagement-des.png
| | | |β apache-spark-mastery-descriptive-subtitle.png
| | | |β api-authentication-oauth-jwt-quest-title-api-keys-.png
| | | |β api-documentation-openapi-quest-title-developer-ex.png
| | | |β api-fundamentals-building-web-services-descriptive.png
| | | |β api-gateway-patterns-descriptive-subtitle.png
| | | |β api-versioning-managing-api-evolution-descriptive-.png
| | | |β architecture-reviews-descriptive-subtitle.png
| | | |β artifact-management-build-output-quest-title-depen.png
| | | |β aws-essentials-core-services-quest-title-architect.png
| | | |β backup-quest-title-recovery-data-protection-strate.png
| | | |β bashcrawl-quest-terminal-adventure-rpg.png
| | | |β bashrun-and-beyond-building-an-advanced-terminal-g.png
| | | |β begin-your-it-journey.png
| | | |β bootstrap-framework-responsive-design-toolkit-desc.png
| | | |β building-technical-communities-descriptive-subtitl.png
| | | |β building-testing-the-git-init-script-headless-inte.png
| | | |β career-advancement-strategies-descriptive-subtitle.png
| | | |β character-building-forge-your-it-identity-and-deve.png
| | | |β character-selection.png
| | | |β ci-cd-fundamentals-continuous-integration-quest-ti.png
| | | |β cloud-computing-fundamentals-iaas-paas-quest-title.png
| | | |β commitments-to-clean-commits.png
| | | |β compliance-standards-soc-2-gdpr-quest-title-hipaa-.png
| | | |β computer-vision-mastery-descriptive-subtitle.png
| | | |β connection-pooling-efficient-resource-management-d.png
| | | |β container-fundamentals-isolation-quest-title-porta.png
| | | |β css-styling-basics-visual-design-fundamentals-desc.png
| | | |β custom-domains-professional-site-setup-descriptive.png
| | | |β data-modeling-schema-design-quest-title-relationsh.png
| | | |β data-quality-engineering-descriptive-subtitle.png
| | | |β data-warehousing-descriptive-subtitle.png
| | | |β database-fundamentals-data-storage-quest-title-ret.png
| | | |β database-migrations-schema-evolution-descriptive-s.png
| | | |β database-security-access-control-quest-title-encry.png
| | | |β deep-learning-frameworks-descriptive-subtitle.png
| | | |β deployment-pipelines-production-release-automation.png
| | | |β distributed-tracing-jaeger-quest-title-opentelemet.png
| | | |β docker-compose-orchestration-multi-container-apps-.png
| | | |β docker-containerization-mastery-level-0101-5-quest.png
| | | |β dockering-jekyll-with-bootstrap-5.png
| | | |β domain-driven-design-descriptive-subtitle.png
| | | |β elk-stack-elasticsearch-logstash-quest-title-kiban.png
| | | |β environment-management-dev-staging-quest-title-pro.png
| | | |β epic-quest-zer0-to-her0-cmstyle.png
| | | |β error-handling-api-response-quest-title-status-cod.png
| | | |β etl-pipeline-design-descriptive-subtitle.png
| | | |β event-driven-architecture-descriptive-subtitle.png
| | | |β forging-the-la-zy-tex-cv-binary-level-0101-5-quest.png
| | | |β forging-the-prompt-crystal-master-ai-communication.png
| | | |β forging-the-prompt-crystal-vs-code-copilot-mastery.png
| | | |β forging-the-stats-portal-data-analytics-quest.png
| | | |β frontend-docker-level-000.png
| | | |β git-basics-version-control-introduction-descriptiv.png
| | | |β git-workflow-mastery-branches-and-collaboration-de.png
| | | |β github-actions-basics-workflow-automation-descript.png
| | | |β github-pages-basics-free-hosting-fundamentals-desc.png
| | | |β glossary.png
| | | |β hello-n00b-your-first-steps-into-the-it-journey.png
| | | |β hello-windows-mastering-the-windows-development-en.png
| | | |β infrastructure-as-code-terraform-quest-title-cloud.png
| | | |β innovation-and-r-quest-title-d-descriptive-subtitl.png
| | | |β inventory-learner-collection-tracker.png
| | | |β it-fundamentals.png
| | | |β javascript-fundamentals-interactive-web-elements-d.png
| | | |β jekyll-fundamentals-static-site-generation-descrip.png
| | | |β jekyll-plugins-extending-site-functionality-descri.png
| | | |β jekyll-quest-tracking-building-dynamic-collection-.png
| | | |β kaizen-quest-the-path-of-continuous-improvement-in.png
| | | |β kubernetes-configmaps-quest-title-secrets-configur.png
| | | |β kubernetes-fundamentals-container-orchestration-de.png
| | | |β kubernetes-pods-quest-title-workloads-deployments-.png
| | | |β kubernetes-services-quest-title-networking-ingress.png
| | | |β level-0000-foundation-init-world.png
| | | |β level-001-frontend-docker.png
| | | |β level-001-journeyman-challenges.png
| | | |β level-0010-terminal-enhancement-shell-mastery.png
| | | |β level-0011-development-tools-ai-integration.png
| | | |β level-010-frontend-docker.png
| | | |β level-0100-frontend-development-docker.png
| | | |β level-0101-advanced-docker-devops.png
| | | |β level-1010-automation-testing.png
| | | |β level-1011-feature-development.png
| | | |β level-1100-data-templates.png
| | | |β level-1101-machine-learning-ai.png
| | | |β level-1110-quality-assurance.png
| | | |β level-1111-leadership-innovation.png
| | | |β level-binary-decimal-level-name.png
| | | |β link-to-the-future-automated-hyperlink-guardian-qu.png
| | | |β linux-fundamentals.png
| | | |β liquid-templating-dynamic-content-basics-descripti.png
| | | |β machine-learning-fundamentals-descriptive-subtitle.png
| | | |β markdown-mastery-content-formatting-fundamentals-d.png
| | | |β mastering-branches-and-pull-requests-for-developer.png
| | | |β mastering-the-bash-incantations-binary-level-0010-.png
| | | |β mentorship-programs-descriptive-subtitle.png
| | | |β microservices-architecture-descriptive-subtitle.png
| | | |β mlops-engineering-descriptive-subtitle.png
| | | |β monitoring-fundamentals-metrics-logs-quest-title-t.png
| | | |β natural-language-processing-descriptive-subtitle.png
| | | |β nerd-font-enchantment-terminal-icon-mastery.png
| | | |β neural-networks-deep-dive-descriptive-subtitle.png
| | | |β oh-my-zsh-terminal-enchantment-shell-enhancement-m.png
| | | |β open-source-contribution-descriptive-subtitle.png
| | | |β os-selection.png
| | | |β overworld-master-quest-map.png
| | | |β penetration-testing-tools-quest-title-methodologie.png
| | | |β personal-site.png
| | | |β phase-4-complete-expert-tier-quests-generated.png
| | | |β phase-5-complete-master-legend-tier-quest-generati.png
| | | |β planting-seeds.png
| | | |β prometheus-quest-title-grafana-metrics-collection-.png
| | | |β python-for-data-science-descriptive-subtitle.png
| | | |β query-optimization-performance-tuning-descriptive-.png
| | | |β quest-build-plan-complete-placeholder-quest-system.png
| | | |β quest-mastering-the-ancient-arts-of-source-control.png
| | | |β quest-network-mapping-comprehensive-learning-path-.png
| | | |β quest-title-descriptive-subtitle.png
| | | |β quest-to-conquer-king-edgar-the-epic-siege-of-the-.png
| | | |β quests-index.png
| | | |β rate-limiting-api-traffic-control-descriptive-subt.png
| | | |β recursive-realms-testing-infinite-loops-with-ai.png
| | | |β rest-principles-restful-api-design-descriptive-sub.png
| | | |β revolutionizing-work-with-ai-automation.png
| | | |β scaling-strategies-descriptive-subtitle.png
| | | |β secrets-management-secure-configuration-handling-d.png
| | | |β secure-coding-practices-owasp-top-10-descriptive-s.png
| | | |β security-fundamentals-cia-triad-quest-title-defens.png
| | | |β seo-optimization-search-engine-visibility-descript.png
| | | |β siege-of-king-edgar-storming-the-sec-data-castle.png
| | | |β software-design-patterns-descriptive-subtitle.png
| | | |β sql-mastery-query-language-proficiency-descriptive.png
| | | |β stack-attack-analysis-it-journey.png
| | | |β stack-attack-deciphering-the-technology-matrix.png
| | | |β stream-processing-descriptive-subtitle.png
| | | |β system-design-interview-mastery-descriptive-subtit.png
| | | |β tech-speaking-and-writing-descriptive-subtitle.png
| | | |β technical-leadership-descriptive-subtitle.png
| | | |β technology-stack-analysis-barodybroject.png
| | | |β terminal-artificer-forging-the-glass-interface.png
| | | |β terminal-enchantment-oh-my-zsh-mastery-related-que.png
| | | |β terminal-fundamentals-command-line-navigation-ques.png
| | | |β terminal-mastery-conquering-the-command-line-realm.png
| | | |β terminal-navigation-mastery-command-line-fundament.png
| | | |β testing-integration-automated-quality-assurance-de.png
| | | |β the-diagrammatic-enchantment-jekyll-mermaid-integr.png
| | | |β the-digital-portfolio-fortress-full-stack-epic-con.png
| | | |β the-epic-quest-for-the-hidden-gem-unleashing-githu.png
| | | |β the-github-pages-portal-forging-your-digital-realm.png
| | | |β the-knowledge-vault-building-an-automated-document.png
| | | |β the-temple-of-templates-binary-abstractions-and-re.png
| | | |β threat-modeling-stride-quest-title-attack-trees-de.png
| | | |β tools-collection-development-tools-workflows.png
| | | |β understanding-action-triggers-in-depth.png
| | | |β vs-code-mastery-quest-forge-your-ultimate-developm.png
| | | |β workflow-optimization-caching-quest-title-parallel.png
| | | |β world-map-navigation-guide-to-the-it-journey-realm.png
| | | -- yaml-configuration-site-settings-mastery-descripti.png
| | |-- 20250116190030.png
| | |-- about-profile.png
| | |-- ai-blockchain.png
| | |-- ai-campus.png
| | |-- ai-erp-control.png
| | |-- ai-gpt-results.png
| | |-- aws-cloud-pract-practice-test-domain.png
| | |-- bash-fix.png
| | |-- building-machines.png
| | |-- class-struggle.png
| | |-- excel-data-validationlist.png
| | |-- excel-to-wizard.png
| | |-- favicon_gpt_computer_retro.png
| | |-- frontend-forests.png
| | |-- git-django.png
| | |-- github-fork-it-journey.png
| | |-- github-login.png
| | |-- google-gpt-results.png
| | |-- gpt-code-review.png
| | |-- gpt-gas-riddle-confusion.png
| | |-- gpt-gas-riddle.png
| | |-- gpt-penrose-1.png
| | |-- gpt-penrose-2.png
| | |-- gpt-penrose-svg.png
| | |-- gpt-site-uptime-code.png
| | |-- gpt-site-uptime.png
| | |-- gpt-syntax-help.png
| | |-- gravatar-small.png
| | |-- gravatar.png
| | |-- great-lambda-pyramids-v1.png
| | |-- header_pages.png
| | |-- hover-note.png
| | |-- iTerm-shortcuts-2.png
| | |-- iTerm-shortcuts.png
| | |-- info-banner-mountain-wizard-1100X220.xcf
| | |-- info-banner-mountain-wizard-1100pxx220px.png
| | |-- info-banner-mountain-wizard.png
| | |-- jekyll-seo-preview.png
| | |-- jekyll-seo-snippet.png
| | |-- jekyll-serve-1.png
| | |-- markdown-paste-update-path.png
| | |-- markdown_paste.gif
| | |-- nubi-sink.png
| | |-- nubi-son.png
| | |-- nubi-yawn.png
| | |-- penrose-hard.png
| | |-- pixel_art_diptych_1920x1080.png
| | |-- sharex-imgur.png
| | |-- sharex-upload-task-imgur.png
| | |-- sonic-pi-app.png
| | |-- sonic-pi-change-skin.png
| | |-- sonic-pi-chords.png
| | |-- sonic-pi-note-numbers.png
| | |-- sonic-pi-scale-1.png
| | |-- sonic-pi-scale-2.png
| | |-- sonic-pi-scale-3.png
| | |-- sonic-pi-synth-options.png
| | |-- top-nav.png
| | |-- windows-developer-settings-powershell.png
| | |-- windows-developer-settings.png
| | |-- wizard-on-journey.png
| | |-- zer0-checkpoint-1.png
| | β zer0-checkpoint-2.png
| |β js
| | |β auto-hide-nav.js
| | |β back-to-top.js
| | |β cheetsheet.js
| | |β code-copy.js
| | |β color-modes.js
| | |β docs.min.js
| | |β halfmoon.js
| | |β myScript.js
| | |β nanobar.min.js
| | |β particles-source.js
| | |β particles.js
| | -- side-bar-folders.js
| |-- svg
| | |-- great-lamda-pyramids.svg
| | |-- jquery-4.svg
| | |-- penrose-actual.svg
| | |-- penrose-amr-42px.svg
| | |-- penrose-amr-banner-468x60px.svg
| | |-- penrose-amr-business-card-74x52px.svg
| | |-- penrose-amr-icon-1000.svg
| | |-- penrose-amr-icon-256.png
| | |-- penrose-amr-icon-256.svg
| | |-- penrose-amr-icon-32px.svg
| | |-- penrose-amr-icon-36px.svg
| | |-- penrose-amr-icon-48px.svg
| | |-- penrose-amr-icon.png
| | |-- penrose-amr-icon.svg
| | |-- penrose-amr.svg
| | |-- penrose-gpt-vs-human.png
| | |-- penrose-min-plain.svg
| | |-- penrose-min.svg
| | |-- penrose-test.svg
| | |-- penrose.png
| | |-- penrose.svg
| | β qrcode-bash-consultants-site.svg
| -- particles.json
|-- docs
| |-- architecture
| | |-- ABOUT_REORGANIZATION_SUMMARY.md
| | |-- JEKYLL_IMPLEMENTATION.md
| | β REPOSITORY_STRUCTURE.md
| |β scripts
| | |β CLEANUP_SUMMARY.md
| | |β CONSOLIDATION_PLAN.md
| | |β PRD_MACHINE.md
| | -- SCRIPTS_GUIDE.md
| |-- setup
| | |-- DEVELOPMENT_ENVIRONMENT.md
| | β INSTALLATION_UPDATE.md
| |β standards
| | |β CONTENT_GUIDELINES.md
| | |β FRONTMATTER_STANDARDS.md
| | -- QUEST_TEMPLATE_ENHANCEMENT_SUMMARY.md
| |-- testing
| | β TESTING_FRAMEWORKS.md
| |β workflows
| | |β DEPENDENCY_UPDATE_SUMMARY.md
| | |β GITHUB_ACTIONS.md
| | |β LINK_CHECKER_FIX_RESOLUTION.md
| | |β LINK_CHECKER_VALIDATION.md
| | |β LINK_CONSOLIDATION_SUMMARY.md
| | -- ORGANIZE_POSTS_WORKFLOW.md
| |-- CONTRIBUTING_DEVELOPER.md
| β README.md
|β features
| -- features.yml
|-- link-check-results
| |-- ANALYSIS_SUMMARY.md
| |-- FIXES_APPLIED.md
| |-- THEME_FIXES.md
| |-- ai_analysis.md
| |-- ai_analysis_summary.env
| |-- analysis_summary.env
| |-- detailed_analysis.md
| |-- lychee_results.json
| |-- statistics.env
| β summary.md
|β pages
| |β _about
| | |β contribute
| | | |β contributors
| | | | -- bamr87
| | | | β README.md
| | | -- contributing.md
| | |-- features
| | | β index.md
| | |β profile
| | | -- bamr87.md
| | |-- settings
| | | |-- _config.yml
| | | |-- config.md
| | | |-- sitemap-data.yml
| | | |-- sitemap.md
| | | |-- tree.md
| | | β tree.txt
| | |β README.md
| | |β about.md
| | |β automation.md
| | |β purpose.md
| | -- versioning.md
| |-- _docs
| | |-- jekyll
| | | |-- index.md
| | | |-- jekyll-config.md
| | | |-- jekyll-diagram-with-mermaid.md
| | | |-- jekyll-frontmatter-cms.md
| | | |-- jekyll-liquid.md
| | | |-- jekyll-math-symbols-with-mathjax.md
| | | β mermaid-migration.md
| | |β terminal
| | | -- terminal-shortcuts-cheat-sheet.md
| | |-- frontmatter-preview-solution.md
| | β index.md
| |β _hobbies
| | |β Aquarium_Equipment_List.csv
| | -- home.md
| |-- _notebooks
| | |-- JeykLLM-create.ipynb
| | |-- JeykLLM-create.md
| | |-- html_md_doc_scrapper.ipynb
| | |-- html_md_doc_scrapper.md
| | |-- html_md_doc_scrapper_v2.ipynb
| | |-- jupyter-to-markdown.ipynb
| | |-- jupyter-to-markdown.md
| | |-- jupyter.md
| | |-- markdown-to-script.ipynb
| | |-- markdown-to-script.md
| | β parodynew.ipynb
| |β _notes
| | |β Journal Entries
| | | |β GPT App Build.md
| | | |β Github_s hidden gem.md
| | | -- What is my PiDentity_.md
| | |-- cheetsheets
| | | |-- 2022-10-07-powershell.md
| | | |-- Bash cheatsheet.md
| | | |-- Shell and the CLI.md
| | | |-- Windows Powershell Cheatsheet.md
| | | |-- bash.md
| | | |-- command-line.md
| | | |-- mac-shortcuts.md
| | | |-- markdown.md
| | | β programming.md
| | |β code-snippets
| | | |β chrod-progressions.rb
| | | |β gimp-img-resize.py
| | | |β resize_and_center.py
| | | |β sonic-pi.rb
| | | -- test.md
| | |-- dev
| | | |-- projects
| | | | |-- Master_s Project.md
| | | | |-- People.md
| | | | |-- Production.md
| | | | β Project List.md
| | | |β 2024-05-14-side-bar-folders.md
| | | |β Curiculum.md
| | | -- Take good notes.md
| | |-- misc
| | | |-- AWS Practice Question Set.md
| | | |-- Favicons.md
| | | β cloud.md
| | |β zero
| | | -- Start.md
| | |-- 2025-01-16-iterm-tips-and-tricks.md
| | |-- 2025-01-16-mastering-iterm-shortcuts-for-efficiency.md
| | |-- 2025-01-23-sass-mixins.md
| | |-- 2025-01-24-set-up-azure-for-jekyll-contact-us-form.md
| | |-- 2025-01-24-using-jekyll-lambda-and-ses-for-efficient-web-solutions.md
| | |-- 2025-02-05-host-django-on-raspberry-pi-a-complete-guide.md
| | |-- html_md_doc_scrapper.md
| | |-- index.md
| | β jekyllm-integration.md
| |β _posts
| | |β ai & machine learning
| | | |β 2023-03-26-chatgpt-vs-impossible-triangle.md
| | | |β 2024-06-27-gpt-prompt-engineering.md
| | | |β 2025-03-15-ai-to-create-ai.md
| | | |β 2025-03-19-open-ai-future-features-with-github-action.md
| | | |β 2025-08-19-mother-grokking-programmers.md
| | | -- 2025-08-20-from-programmed-to-grokking-off.md
| | |-- business
| | | β 2025-05-02-erp-systems-as-the-engine-of-modern-economic-design.md
| | |β creative & experimental
| | | |β 2024-06-16-enchanted-baking-unicorn-delights.md
| | | |β 2024-06-16-unwavering-joy-of-fetch.md
| | | |β 2024-06-17-wizard-topples-capitalist-dominance-ingeniously.md
| | | |β 2024-06-18-aquaaids-devastating-desert-mission.md
| | | |β 2024-06-24-furry-monarchs-rule-night.md
| | | |β 2024-06-27-sandle-tuesday.md
| | | |β 2024-12-31-cats-and-dogs-pet-care.md
| | | |β 2025-07-03-music-resources-free-sheet-music.md
| | | |β 2025-09-01-enchanted-overhaul-wizards-ethical-sorcery.md
| | | |β 2025-11-16-fish-flavored-egg-plant.md
| | | -- 2025-11-16-sonic-pi.md
| | |-- culture & society
| | | |-- 2023-04-20-arab-americans-journalists-guide.md
| | | |-- 2024-05-22-rise-of-the-matriarchs-capitalism-and-religion-face-the-femme-fatale.md
| | | |-- 2024-07-18-texan-cowboys-learn-history-pyramid-scheme-revealed.md
| | | |-- 2025-05-01-exploring-the-roots-of-injustice.md
| | | β 2025-11-16-defiances-role-in-democracy.md
| | |β data & analytics
| | | |β 2019-08-22-aws-database-setup-for-django-lambda-functions.md
| | | |β 2019-08-22-secs-edgar-database.md
| | | |β 2023-12-04-robots-txt-jekyll.md
| | | |β 2024-03-11-gpt-cv-analysis.md
| | | |β 2024-04-25-placeholders.md
| | | |β 2024-05-01-doc-scraper.md
| | | |β 2025-03-13-excel-gurus-are-the-most-valuable-programmers.md
| | | |β 2025-03-13-excel-to-python.md
| | | -- 2025-11-16-excel-circular-reference-error-by-design.md
| | |-- devops
| | | |-- 2019-08-22-deploy-django-on-aws-lambda-with-sam-a-step-by-step-guide.md
| | | |-- 2019-08-22-dockering-your-it-journey.md
| | | |-- 2025-07-05-advanced-version-management-ai-implementation.md
| | | |-- 2025-07-05-debugging-github-actions-workflows-ai-assisted.md
| | | |-- 2025-07-07-ai-assisted-script-consolidation-development-workflows.md
| | | |-- 2025-07-09-fixing-github-actions-bash-compatibility-ai-evolution-engine.md
| | | |-- 2025-07-10-fixing-github-actions-version-integration-prepare-command.md
| | | |-- 2025-07-10-github-actions-authentication-fix-2025-07-10.md
| | | β 2025-12-20-docker-beginners-tutorial.md
| | |β learning
| | | |β 2021-11-08-it-purpose-manifesto.md
| | | |β 2024-05-16-groking-journey.md
| | | -- 2025-08-01-enhancing-bashcrawl-cellar-scroll-educational-content.md
| | |-- programming
| | | |-- 2024-05-28-auto-increment-frontmatter-version.md
| | | |-- 2024-06-02-markdown-code-to-scripts.md
| | | |-- 2025-01-27-consolidating-github-actions-modular-architecture.md
| | | |-- 2025-01-27-fixing-github-actions-link-checker-keyerror.md
| | | |-- 2025-03-12-ais-infinite-loop-unveiling-arbitrage-in-complexity-of-models.md
| | | |-- 2025-07-05-ai-powered-modular-shell-script-refactoring.md
| | | |-- 2025-08-19-refactory.md
| | | |-- 2025-08-22-forking-around-github.md
| | | |-- 2025-08-27-vscode-front-matter-fork-development-setup.md
| | | |-- 2025-10-17-erp-stack-architecture-guide.md
| | | |-- 2025-11-16-bash-scripting.md
| | | β 2025-11-16-working-directories-in-software-development.md
| | |β system administration
| | | |β 2022-05-21-windows-sub-linux-setup.md
| | | |β 2024-02-10-retropie-imaging.md
| | | |β 2024-03-27-bootable-mac-os.md
| | | |β 2025-10-13-el-capitan-bootable-installer-apple-silicon.md
| | | |β 2025-11-16-desktop-widgets-windows.md
| | | |β 2025-11-16-dual-boot-win-linux.md
| | | -- 2025-11-16-raspberry-pi.md
| | |-- technology
| | | |-- 2021-10-27-build-destroy-repeat-mastery.md
| | | β 2024-08-24-test-post-organization.md
| | |β tools & environment
| | | |β 2023-11-04-latex-cv-professional-resume.md
| | | |β 2023-12-14-cms-app-python-javascript.md
| | | |β 2024-02-14-building-code-extension.md
| | | |β 2024-05-16-fight-with-tools.md
| | | |β 2025-11-16-krita-tips-and-tricks.md
| | | |β 2025-11-16-sharex.md
| | | |β 2025-11-19-terminal-frontend-architecture.md
| | | -- 2025-12-20-essential-vscode-extensions-developers.md
| | |-- trends & ideas
| | | |-- 2023-03-17-penrose-triangle-impossible-geometry.md
| | | |-- 2024-05-09-bootstrap-your-theme-and-character.md
| | | |-- 2024-06-01-latest-trends-in-manufacturing-technology.md
| | | |-- 2025-06-29-planting-seeds-software-evolution.md
| | | β 2025-08-22-millennials-ai-takeover.md
| | |β web development
| | | |β 2019-08-22-auto-hide-navbar.md
| | | |β 2019-08-22-how-to-build-a-django-application-on-aws-lambda.md
| | | |β 2024-05-14-jekyll-sidebar.md
| | | |β 2024-05-16-dynamic-sidebar-tree.md
| | | |β 2024-05-24-searchbar-and-sitemaping.md
| | | |β 2025-08-29-integrating-ai-chatbot-jekyll-site.md
| | | |β 2025-08-31-404-hunting-quest.md
| | | |β 2025-11-15-github-pages-hidden-gem.md
| | | |β 2025-11-16-angular-tour-of-heros.md
| | | |β 2025-11-16-javascript-jekyll-interactive-demo.md
| | | |β 2025-11-16-jekyll-and-travis.md
| | | |β 2025-11-24-mastering-react-beginners-guide.md
| | | -- README.md
| | |-- 2022-01-09-sonic-pi.md
| | |-- 2022-02-27-dual-boot-win-linux.md
| | |-- 2022-05-09-javascript-testing.md
| | |-- 2022-06-10-desktop-widgets-windows.md
| | |-- 2022-07-01-angular-tour-of-heros.md
| | |-- 2023-03-26-chat-gpt-vs-the-impossible-triangle.md
| | |-- 2024-02-10-retropie-imaging.md
| | |-- 2024-03-10-raspberry-pi-5-case-build.md
| | |-- 2024-03-11-cv-analysis.md
| | |-- 2024-03-27-bootable-mac-os.md
| | |-- 2024-04-13-sec's-edgar-database.md
| | |-- 2024-05-28-auto-increment-frontmatter-version.md
| | |-- 2024-06-01-latest-trends-in-manufacturing-technology.md
| | |-- 2024-06-02-markdown-code-to-scripts.md
| | |-- 2024-06-16-unwavering-joy-of-fetch.md
| | |-- 2024-06-18-aquaaid's-devastating-desert-mission.md
| | |-- 2025-08-31-404-hunting-the-quest-for-resources.md
| | |-- 2025-09-01-enchanted-overhaul-wizards-ethical-sorcery.md
| | |-- 2025-10-13-el-capitan-boot-loader.md
| | |-- 2025-11-15-githubs-hidden-gem.md
| | |-- 2025-11-16-work-directory-ci-cd.md
| | |-- 2025-11-16-working-directory.md
| | |-- 2025-11-17-deploying-jekyll-sites-to-azure-cloud.md
| | |-- 2025-11-20-using-crush-vscode-github-pages.md
| | |-- 2025-11-22-flow.md
| | |-- 2025-11-26-mastering-prompt-engineering-vscode-copilot.md
| | β 2025-11-28-prd-machine-self-writing-documentation.md
| |β _quests
| | |β 0000
| | | |β bashcrawl
| | | | |β README.md
| | | | -- bash_crawl.sh
| | | |-- hello-cloud
| | | | |-- gcp
| | | | | |-- gcloud-cs.sh
| | | | | |-- gcp-start.sh
| | | | | |-- vm-startup.sh
| | | | | β vm.yaml
| | | | |β hello-cloud.md
| | | | -- install-web.sh
| | | |-- hello-linux
| | | | |-- bash-test.sh
| | | | |-- linux-fun.md
| | | | β shebang.sh
| | | |β hello-mac
| | | | |β apm-apps.sh
| | | | |β hb-install.sh
| | | | |β hb-packages.sh
| | | | |β hello-mac.md
| | | | |β hello-mac.sh
| | | | -- iterminate2.sh
| | | |-- hello-win
| | | | |-- hello-win.md
| | | | |-- profile-ps.ps1
| | | | |-- setup-minimal.ps1
| | | | β setup.ps1
| | | |β scripts
| | | | |β calculator.sh
| | | | -- profile.sh
| | | |-- README.md
| | | |-- bash-run.md
| | | |-- begin-your-it-journey.md
| | | |-- character-building.md
| | | |-- character-selection.md
| | | |-- git-basics.md
| | | |-- hello-noob.md
| | | |-- it-fundamentals.md
| | | |-- markdown-mastery.md
| | | |-- os-selection.md
| | | |-- terminal-fundamentals.md
| | | β vscode-mastery-quest.md
| | |β 0001
| | | |β examples
| | | | |β js-examples.js
| | | | |β js_testing.js
| | | | -- python.py
| | | |-- stacks
| | | | |-- README.md
| | | | |-- barodybroject-stack-analysis.md
| | | | β it-journey-stack-analysis.md
| | | |β README.md
| | | |β building-testing-git-init-script.md
| | | |β docs-in-a-row.md
| | | |β git-workflow-mastery.md
| | | |β github-pages-basics.md
| | | |β github-pages-portal.md
| | | |β jekyll-fundamentals.md
| | | |β kaizen.md
| | | |β liquid-templating.md
| | | |β personal-site.md
| | | |β stackattack.md
| | | |β stating-the-stats.md
| | | |β terminal-illness.md
| | | -- yaml-configuration.md
| | |-- 0010
| | | |-- README.md
| | | |-- advanced-markdown.md
| | | |-- bash-scripting.md
| | | |-- bootstrap-framework.md
| | | |-- css-styling-basics.md
| | | |-- javascript-fundamentals.md
| | | |-- jekyll-mermaid-integration-quest.md
| | | |-- nerd-font-enchantment-side-quest.md
| | | |-- oh-my-zsh-terminal-enchantment.md
| | | |-- prompt-engineering.md
| | | |-- terminal-artificer-frontend-building.md
| | | β testing-quests-with-recurrisive-questing.md
| | |β 0011
| | | |β README.md
| | | |β advanced-git-workflows.md
| | | |β analytics-integration.md
| | | |β custom-domains.md
| | | |β github-hidden-gem-code-search-quest.md
| | | |β jekyll-plugins.md
| | | |β prompt-crystal-mastery-vscode-copilot-quest.md
| | | -- seo-optimization.md
| | |-- 0100
| | | |-- README.md
| | | |-- container-fundamentals.md
| | | |-- docker-compose-orchestration.md
| | | |-- frontend-docker.md
| | | |-- frontend-levels.md
| | | |-- frontend.md
| | | |-- lvl-000-frontend-docker.md
| | | |-- lvl-001-frontend-docker.md
| | | |-- lvl-010-frontend-docker.md
| | | β sourcery-code-methods.md
| | |β 0101
| | | |β README.md
| | | |β artifact-management.md
| | | |β cicd-fundamentals.md
| | | |β deployment-pipelines.md
| | | |β docker-mastery-example.md
| | | |β environment-management.md
| | | |β github-actions-basics.md
| | | |β jekyll-quest-tracking.md
| | | |β secrets-management.md
| | | |β testing-integration.md
| | | |β the-lazytex-of-building-a-curriculum-vitae.md
| | | -- workflow-optimization.md
| | |-- 0110
| | | |-- README.md
| | | |-- backup-recovery.md
| | | |-- connection-pooling.md
| | | |-- data-modeling.md
| | | |-- database-fundamentals.md
| | | |-- database-migrations.md
| | | |-- database-security.md
| | | |-- query-optimization.md
| | | β sql-mastery.md
| | |β 0111
| | | |β README.md
| | | |β api-authentication.md
| | | |β api-documentation.md
| | | |β api-fundamentals.md
| | | |β api-versioning.md
| | | |β error-handling.md
| | | |β rate-limiting.md
| | | -- rest-principles.md
| | |-- 1000
| | | |-- README.md
| | | |-- aws-essentials.md
| | | |-- cloud-computing-fundamentals.md
| | | β infrastructure-as-code.md
| | |β 1001
| | | |β README.md
| | | |β k8s-config-secrets.md
| | | |β k8s-pods-workloads.md
| | | |β k8s-services-networking.md
| | | -- kubernetes-fundamentals.md
| | |-- 1010
| | | |-- README.md
| | | |-- alerting-systems.md
| | | |-- distributed-tracing.md
| | | |-- elk-stack.md
| | | |-- link-to-the-future-automated-hyperlink-checking-and-error-reporting.md
| | | |-- monitoring-fundamentals.md
| | | β prometheus-grafana.md
| | |β 1011
| | | |β README.md
| | | |β compliance-standards.md
| | | |β feature-re-quest-.md
| | | |β penetration-testing.md
| | | |β secure-coding.md
| | | |β security-fundamentals.md
| | | -- threat-modeling.md
| | |-- 1100
| | | |-- README.md
| | | |-- apache-spark.md
| | | |-- data-quality.md
| | | |-- data-warehousing.md
| | | |-- edgar.md
| | | |-- etl-pipeline-design.md
| | | |-- sec-edgar.md
| | | |-- stream-processing.md
| | | β the-temple-of-templates.md
| | |β 1101
| | | |β README.md
| | | |β ai-ethics.md
| | | |β computer-vision.md
| | | |β deep-learning-frameworks.md
| | | |β ml-fundamentals.md
| | | |β mlops.md
| | | |β natural-language-processing.md
| | | |β neural-networks.md
| | | -- python-data-science.md
| | |-- 1110
| | | |-- 404-hunting.md
| | | |-- README.md
| | | |-- api-gateway-patterns.md
| | | |-- design-patterns.md
| | | |-- domain-driven-design.md
| | | |-- event-driven-design.md
| | | |-- microservices-architecture.md
| | | |-- scaling-strategies.md
| | | β system-design-interviews.md
| | |β 1111
| | | |β README.md
| | | |β architecture-reviews.md
| | | |β building-technical-communities.md
| | | |β career-advancement.md
| | | |β innovation-rnd.md
| | | |β mentorship-programs.md
| | | |β open-source-contribution.md
| | | |β tech-speaking-writing.md
| | | -- technical-leadership.md
| | |-- codex
| | | |-- QUEST_ORGANIZATION_SUMMARY.md
| | | |-- full-stack-portfolio-epic-example.md
| | | |-- glossary.md
| | | |-- oh-my-zsh-side-quest-example.md
| | | |-- quest-network-mapping-example.md
| | | |-- terminal-mastery-main-quest-example.md
| | | β world_map.md
| | |β docs
| | | |β PHASE1_COMPLETE.md
| | | |β PHASE2_COMPLETE.md
| | | |β PHASE3_COMPLETE.md
| | | |β PHASE4_COMPLETE.md
| | | |β PHASE5_COMPLETE.md
| | | |β PHASE6_IMPLEMENTATION_SUMMARY.md
| | | |β PHASE6_PLAN.md
| | | -- VALIDATION_FIXES_SUMMARY.md
| | |-- inventory
| | | β README.md
| | |β templates
| | | |β README.md
| | | |β level-readme-template.md
| | | -- main-quest-template.md
| | |-- tools
| | | |-- README.md
| | | |-- action-triggers.md
| | | |-- branches-and-pull-requests.md
| | | |-- change-logs.md
| | | |-- commitments-to-clean-commits.md
| | | |-- django-and-git.md
| | | |-- epic-quest-zer0-to-her0-cmstyle.md
| | | |-- planting-seeds.md
| | | β revolutionizing-work-with-ai-automation.md
| | |β 2025-11-17-azure-ascension-jekyll-deployment-quest.md
| | |β 2025-11-29-prd-codex-mastering-product-reality-distillation.md
| | |β NETWORK_REPORT.md
| | |β QUEST_BUILD_PLAN.md
| | |β README.md
| | -- home.md
| |-- _quickstart
| | |-- 2025-03-08-setting-up-django-and-git.md
| | |-- 2025-07-22-vscode-for-neuroscience.md
| | |-- charm-setup.md
| | |-- github-setup.md
| | |-- index.md
| | |-- jekyll-setup.md
| | β machine-setup.md
| |β home.md
| |β index.html
| |β posts.md
| |β search.md
| -- stats.md
|-- scripts
| |-- core
| | |-- README.md
| | |-- environment-setup.sh
| | β version-manager.sh
| |β deployment
| | |β azure-jekyll-deploy-README.md
| | |β azure-jekyll-deploy-TESTING.md
| | |β azure-jekyll-deploy.sh
| | -- update-settings.sh
| |-- development
| | |-- build
| | | |-- build-site.sh
| | | |-- create-dockerfile.sh
| | | β create-gemfile.sh
| | |β content
| | | |β README.md
| | | |β add-date-prefixes.py
| | | |β append_feature.py
| | | |β jupyter-to-markdown.sh
| | | |β organize-posts.py
| | | |β organize-posts.sh
| | | -- requirements.txt
| | |-- testing
| | | β cibuild
| | |β README.md
| | -- update_level_readmes.py
| |-- generation
| | |-- generate-preview-images.sh
| | |-- generate-zer0-script.sh
| | |-- zer0-to-hero-complete.sh
| | |-- zer0-to-hero-generated-README.md
| | β zer0-to-hero-generated.sh
| |β lib
| | -- preview_generator.py
| |-- prd-machine
| | |-- README.md
| | |-- prd-machine
| | β prd-machine.py
| |β quest
| | |β README.md
| | |β cleanup-placeholder-deps.sh
| | |β fix-quest-frontmatter.py
| | |β fix-quest-types.py
| | |β generate-network-report.sh
| | |β generate-placeholder-quest.sh
| | |β quest-tools.sh
| | |β remove-placeholder-deps.py
| | |β update-quest-links.py
| | -- validate-quest-network.py
| |-- testing
| | |-- TEST_REPORT.md
| | |-- docker-test-scripts.sh
| | |-- test-all-scripts.sh
| | β test-generated-script.sh
| |β utils
| | -- extract-script.sh
| |-- validation
| | |-- content-freshness-check.rb
| | |-- ctr-report-generator.rb
| | |-- frontmatter-validator.py
| | |-- frontmatter-validator.rb
| | |-- link-checker.py
| | |-- requirements.txt
| | |-- seo-tracker.py
| | |-- test_analyze_link_failures.py
| | β test_link_checker.py
| -- README.md
|-- test
| |-- hyperlink-guardian
| | |-- config
| | | |-- exclusions.txt
| | | β guardian-config.yml
| | |β docs
| | | |β setup.md
| | | -- usage.md
| | β scripts
| | |β ai-analyzer.py
| | |β guardian.sh
| | -- validate.sh
| |-- quest-validator
| | |-- CHECKLIST.md
| | |-- COMPLETION_SUMMARY.md
| | |-- DOCKER_MIGRATION_SUMMARY.md
| | |-- IMPLEMENTATION_SUMMARY.md
| | |-- README.md
| | |-- SUMMARY.md
| | |-- final-test-report.json
| | |-- quest_validator.py
| | |-- requirements.txt
| | |-- test-report-docker.json
| | |-- test-report.json
| | β test-validator.sh
| |β test-link-results
| | |β test_links.txt
| | -- test_summary.json
| |-- README.md
| β test-mermaid.html
|β βhelp
|β -h
|β .gitignore
|β .gitmodules
|β .lycheeignore
|β .markdownlint.json
|β .yamllint.yml
|β 404.html
|β AGENTS.md
|β CHANGELOG.md
|β CNAME
|β CODE_OF_CONDUCT.md
|β CONTRIBUTING.md
|β Dockerfile
|β Gemfile
|β LICENSE
|β Makefile
|β PRD.md
|β README.md
|β SECURITY.md
|β _config.yml
|β _config_dev.yml
|β docker-compose.yml
|β favicon.ico
|β frontmatter.json
|β index.md
|β init_setup.sh
|β journey.sh
|β roadmap.md
|β robots.txt
`β test.prompt.yml
141 directories, 1003 files
```
Site Map Data
Site structure and page information:
```yml
generated_date: 2026-01-15T05:11:28.000Z generator: update-settings-script respects_gitignore: true pages:
```
Related Files
- Tree Structure - Detailed site tree visualization
- Sitemap - Complete site navigation map
- Raw Config File - Direct access to configuration
- GitHub Workflow - Automation workflow
Workflow Integration
This configuration management follows IT-Journeyβs core principles:
Design for Failure (DFF)
- Automated backups of configuration files
- Fallback to manual regeneration processes
- Error handling in workflow steps
Donβt Repeat Yourself (DRY)
- Single source of truth for configuration
- Automated synchronization across settings
- Reusable workflow components
AI-Powered Development (AIPD)
- AI-generated documentation updates
- Intelligent workflow optimization
- Automated content enhancement
Release Early and Often (REnO)
- Continuous integration for configuration changes
- Automatic deployment of updates
- Incremental improvement processes
Last updated: 2026-01-15 05:11:51 +0000
Workflow: update-settings.yml