jekyll-theme-zer0 0.2.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +56 -0
  3. data/README.md +455 -417
  4. data/_data/navigation/about.yml +2 -0
  5. data/_data/navigation/main.yml +17 -11
  6. data/_data/navigation/quickstart.yml +12 -0
  7. data/_includes/README.md +97 -0
  8. data/_includes/{info-section.html → components/info-section.html} +4 -4
  9. data/_includes/components/mermaid.html +101 -0
  10. data/_includes/content/giscus.html +60 -0
  11. data/_includes/content/intro.html +66 -0
  12. data/_includes/{sitemap.html → content/sitemap.html} +1 -1
  13. data/_includes/{toc.html → content/toc.html} +1 -1
  14. data/_includes/{branding.html → core/branding.html} +2 -2
  15. data/_includes/core/footer.html +167 -0
  16. data/_includes/core/head.html +163 -0
  17. data/_includes/core/header.html +125 -0
  18. data/_includes/landing/landing-install-cards.html +52 -0
  19. data/_includes/landing/landing-quick-links.html +28 -0
  20. data/_includes/navigation/navbar.html +96 -0
  21. data/_includes/navigation/sidebar-left.html +83 -0
  22. data/_includes/{sidebar-right.html → navigation/sidebar-right.html} +3 -10
  23. data/_layouts/README.md +8 -0
  24. data/_layouts/blog.html +2 -2
  25. data/_layouts/default.html +3 -3
  26. data/_layouts/journals.html +9 -80
  27. data/_layouts/landing.html +122 -45
  28. data/_layouts/root.html +6 -8
  29. data/assets/js/back-to-top.js +16 -19
  30. metadata +44 -69
  31. data/_includes/footer.html +0 -57
  32. data/_includes/giscus.html +0 -16
  33. data/_includes/head.html +0 -95
  34. data/_includes/header.html +0 -79
  35. data/_includes/intro.html +0 -68
  36. data/_includes/navbar.html +0 -34
  37. data/_includes/sidebar-left.html +0 -41
  38. data/_includes/toc +0 -7
  39. data/_layouts/javascript.html +0 -63
  40. /data/_includes/{google-analytics.html → analytics/google-analytics.html} +0 -0
  41. /data/_includes/{google-tag-manager-body.html → analytics/google-tag-manager-body.html} +0 -0
  42. /data/_includes/{google-tag-manager-head.html → analytics/google-tag-manager-head.html} +0 -0
  43. /data/_includes/{dev-shortcuts.html → components/dev-shortcuts.html} +0 -0
  44. /data/_includes/{halfmoon.html → components/halfmoon.html} +0 -0
  45. /data/_includes/{js-cdn.html → components/js-cdn.html} +0 -0
  46. /data/_includes/{powered-by.html → components/powered-by.html} +0 -0
  47. /data/_includes/{quick-index.html → components/quick-index.html} +0 -0
  48. /data/_includes/{searchbar.html → components/searchbar.html} +0 -0
  49. /data/_includes/{svg.html → components/svg.html} +0 -0
  50. /data/_includes/{zer0-env-var.html → components/zer0-env-var.html} +0 -0
  51. /data/_includes/{seo.html → content/seo.html} +0 -0
  52. /data/_includes/{style.html → docs/bootstrap-docs.html} +0 -0
  53. /data/_includes/{breadcrumbs.html → navigation/breadcrumbs.html} +0 -0
  54. /data/_includes/{nav_list.html → navigation/nav_list.html} +0 -0
  55. /data/_includes/{sidebar-categories.html → navigation/sidebar-categories.html} +0 -0
  56. /data/_includes/{sidebar-folders.html → navigation/sidebar-folders.html} +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f029d3472598ac31937d33e1be13a1235597327c5db976783d4117a30a41c3b5
4
- data.tar.gz: aa52aeaeba01639a04d43d7226ba4c73f68eeaa257d1a76594346f2139350edb
3
+ metadata.gz: 838600963804f732b859c697438cccd774d612f404097fb2c6b0c47e9e77a565
4
+ data.tar.gz: eb5be13266ba1956069689b5907ff6d8f78e01b4e3cce6a2f7f26ad788328a1e
5
5
  SHA512:
6
- metadata.gz: e69a6dd943460a6b6218ec1f452b5826b26828937d31ed55f4092244d397ad8fcee77904623618bb2d1278f846be73c970c38edc96733535f2d4f7d0f7e4c72f
7
- data.tar.gz: 188068fa8d6c4c8c5529c115ee1f5530c5df0ced295929f2521588407889d511fd538fb7085c79327a06d203aadb6f14ab43787eb97b9d741c2627f92df26cdb
6
+ metadata.gz: f323ebceccc8ba86d554d819a377d5ca10fe39fa4f4c6a5c93de6ecf2c3180ed39e63c20ba1880aa798c129fe9e565f22998d12f44661651d0bca7c7e0fa5dad
7
+ data.tar.gz: a30d36dee46ec8e56f9b4b269144f5c27f12cb7cf19bd9390e113e12035f5d00b746ce525f7c2cefd06720e3c5f11c0152675742660a1a0e2937ef8c91b45ef4
data/CHANGELOG.md CHANGED
@@ -1,3 +1,59 @@
1
+ ## [0.4.0] - 2025-10-10
2
+
3
+ ### Added
4
+ - **📊 Comprehensive Site Statistics Dashboard**: Complete analytics system for content insights
5
+ - Dynamic statistics generation from site content using Ruby script
6
+ - Real-time analytics showing 61 content pieces, 19 categories, 47 tags, 43,601 words
7
+ - Interactive Bootstrap 5-based dashboard with responsive design
8
+ - Modular component architecture with 6 specialized statistics components
9
+ - Intelligent activity level calculations based on actual data distribution
10
+ - Professional tag cloud visualization with dynamic sizing
11
+ - Mobile-optimized layout with smooth animations and transitions
12
+ - **🔧 Advanced Data Processing Engine**: Automated content analysis and metric generation
13
+ - Ruby-based statistics generator script analyzing posts, pages, and collections
14
+ - YAML data file generation with comprehensive site metrics
15
+ - Smart categorization and tagging analysis with usage frequency tracking
16
+ - Monthly content distribution analysis and trend identification
17
+ - **🎨 Enhanced User Experience Components**: Professional dashboard interface
18
+ - Bootstrap 5-first design approach with minimal custom CSS
19
+ - Card-based layout for metric organization and visual hierarchy
20
+ - Interactive tooltips and progress indicators for enhanced usability
21
+ - Print-friendly styling and accessibility compliance (ARIA support)
22
+ - Smooth scroll navigation and fade-in animations for modern UX
23
+
24
+ ### Changed
25
+ - **📈 Activity Level Intelligence**: Dynamic threshold calculation replacing static values
26
+ - Categories: High activity (≥70% of max), Medium (≥40% of max), Low (remainder)
27
+ - Tags: Frequently used (≥60% of max), Moderately used (≥20% of max), Occasionally used (remainder)
28
+ - Real-time adaptation to content distribution patterns
29
+ - **🏗️ Template Architecture**: Modular include system for maintainable code
30
+ - Separated concerns across 6 specialized components
31
+ - Clean Liquid template syntax with proper error handling
32
+ - Optimized data processing without complex sorting operations
33
+
34
+ ### Fixed
35
+ - **🐛 Data Display Issues**: Resolved template rendering and data access problems
36
+ - Fixed Liquid template syntax errors causing empty displays
37
+ - Corrected data structure references across all components
38
+ - Eliminated type conversion errors in sorting operations
39
+ - Proper handling of nested array data structures
40
+
41
+ ## [0.2.1] - 2025-09-30
42
+
43
+ ### Added
44
+ - Enhanced markdown linting configuration
45
+ - Improved Jekyll template support for link checking
46
+ - Better configuration for markdown validation
47
+
48
+ ### Changed
49
+ - Updated markdown-link-check configuration with Jekyll-specific patterns
50
+ - Relaxed line length requirements in markdownlint configuration
51
+ - Added support for more HTML elements in markdown
52
+
53
+ ### Fixed
54
+ - Improved markdown validation for Jekyll projects
55
+ - Better handling of Liquid templates in link validation
56
+
1
57
  ## [0.2.0] - 2025-09-01
2
58
 
3
59
  ### Changed