Last Updated: 2025-01-09
This document tracks known issues, recommendations, and maintenance tasks for the website.
jekyll
and github-pages
gems active_config.yml
_config.yml
Update Gemfile to resolve Jekyll configuration:
# Remove: gem "jekyll", "~> 3.9.0"
# Keep: gem "github-pages", group: :jekyll_plugins
Update _config.yml
:
Implement asset verification:
Add CI/CD checks for:
Fixed Gemfile configuration:
jekyll
dependencyUpdated _config.yml
:
title
configurationCreated post template and documentation:
docs/POST_TEMPLATE.md
Implemented SEO image verification:
scripts/verify_seo_images.rb
Enhanced markdown linting:
.markdownlint.json
Added CI/CD workflow:
Improved template organization:
Enhanced documentation:
MAINTENANCE.md
to root directoryUpdated Spring logo URLs:
spring-logo.svg
to spring-2.svg
in Swagger UI posts_posts/2022-03-01-spring-boot-swagger-ui.md
_posts/2022-09-15-spring-boot-swagger-ui-redux.md
Improved markdown formatting and linting:
.markdownlint.json
with new rules and ignore patternsscripts/fix_markdown.rb
to automatically fix common formatting issuesMoved maintenance log entries to MAINTENANCE.md and fixed formatting.
This section will be updated as changes are implemented.
Note: This is a living document. Updates will be made as issues are resolved and new recommendations are identified.