Skip to content

[codex] Clean up homepage navigation assets - #18

Merged
Ridealist merged 1 commit into
masterfrom
codex-navigation-assets-cleanup
Jun 24, 2026
Merged

[codex] Clean up homepage navigation assets#18
Ridealist merged 1 commit into
masterfrom
codex-navigation-assets-cleanup

Conversation

@Ridealist

Copy link
Copy Markdown
Owner

Summary

  • Remove global MathJax loading from the shared head include so non-math pages avoid unnecessary script loading.
  • Keep MathJax available through the existing use_math: true page path.
  • Replace homepage optional Academicons mappings with Font Awesome fallbacks to avoid broken icons without adding another CDN.
  • Fix favicon manifest and browserconfig icon paths to point at committed assets.

Validation

  • bundle exec jekyll build
  • git diff --check
  • Verified homepage has no masthead/sidebar while category and post pages keep the existing masthead/sidebar.
  • Verified MathJax is absent from home/category/non-math post pages and still present on /llm/fine-tuning-llm/.
  • Verified manifest and browserconfig icon paths resolve to committed files.

Existing Sass deprecation warnings from Minimal Mistakes are still present.

Closes #11

@Ridealist
Ridealist marked this pull request as ready for review June 24, 2026 19:26
@Ridealist
Ridealist merged commit 386db85 into master Jun 24, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Blog MVP 6/7] 기존 페이지와 새 홈의 네비게이션 정리

1 participant