jekyll-theme-zer0 0.2.0 → 0.2.1
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +16 -0
- data/README.md +443 -417
- data/_data/navigation/main.yml +15 -11
- data/_data/navigation/quickstart.yml +12 -0
- data/_includes/README.md +97 -0
- data/_includes/{info-section.html → components/info-section.html} +4 -4
- data/_includes/content/giscus.html +60 -0
- data/_includes/content/intro.html +66 -0
- data/_includes/{sitemap.html → content/sitemap.html} +1 -1
- data/_includes/{toc.html → content/toc.html} +1 -1
- data/_includes/{branding.html → core/branding.html} +2 -2
- data/_includes/core/footer.html +167 -0
- data/_includes/core/head.html +158 -0
- data/_includes/core/header.html +125 -0
- data/_includes/landing/landing-install-cards.html +52 -0
- data/_includes/landing/landing-quick-links.html +28 -0
- data/_includes/navigation/navbar.html +96 -0
- data/_includes/navigation/sidebar-left.html +83 -0
- data/_includes/{sidebar-right.html → navigation/sidebar-right.html} +3 -10
- data/_layouts/blog.html +2 -2
- data/_layouts/default.html +3 -3
- data/_layouts/journals.html +9 -80
- data/_layouts/landing.html +122 -45
- data/_layouts/root.html +6 -8
- data/assets/js/back-to-top.js +16 -19
- metadata +40 -66
- data/_includes/footer.html +0 -57
- data/_includes/giscus.html +0 -16
- data/_includes/head.html +0 -95
- data/_includes/header.html +0 -79
- data/_includes/intro.html +0 -68
- data/_includes/navbar.html +0 -34
- data/_includes/sidebar-left.html +0 -41
- data/_includes/toc +0 -7
- data/_layouts/javascript.html +0 -63
- /data/_includes/{google-analytics.html → analytics/google-analytics.html} +0 -0
- /data/_includes/{google-tag-manager-body.html → analytics/google-tag-manager-body.html} +0 -0
- /data/_includes/{google-tag-manager-head.html → analytics/google-tag-manager-head.html} +0 -0
- /data/_includes/{dev-shortcuts.html → components/dev-shortcuts.html} +0 -0
- /data/_includes/{halfmoon.html → components/halfmoon.html} +0 -0
- /data/_includes/{js-cdn.html → components/js-cdn.html} +0 -0
- /data/_includes/{powered-by.html → components/powered-by.html} +0 -0
- /data/_includes/{quick-index.html → components/quick-index.html} +0 -0
- /data/_includes/{searchbar.html → components/searchbar.html} +0 -0
- /data/_includes/{svg.html → components/svg.html} +0 -0
- /data/_includes/{zer0-env-var.html → components/zer0-env-var.html} +0 -0
- /data/_includes/{seo.html → content/seo.html} +0 -0
- /data/_includes/{style.html → docs/bootstrap-docs.html} +0 -0
- /data/_includes/{breadcrumbs.html → navigation/breadcrumbs.html} +0 -0
- /data/_includes/{nav_list.html → navigation/nav_list.html} +0 -0
- /data/_includes/{sidebar-categories.html → navigation/sidebar-categories.html} +0 -0
- /data/_includes/{sidebar-folders.html → navigation/sidebar-folders.html} +0 -0
data/_layouts/landing.html
CHANGED
|
@@ -3,75 +3,152 @@ layout: root
|
|
|
3
3
|
---
|
|
4
4
|
<!--
|
|
5
5
|
===================================================================
|
|
6
|
-
LANDING LAYOUT -
|
|
6
|
+
LANDING LAYOUT - Welcome page for first-time visitors
|
|
7
7
|
===================================================================
|
|
8
8
|
|
|
9
9
|
File: landing.html
|
|
10
10
|
Path: _layouts/landing.html
|
|
11
11
|
Inherits: root.html
|
|
12
|
-
Purpose:
|
|
12
|
+
Purpose: Create an engaging first impression for visitors discovering the site
|
|
13
13
|
|
|
14
14
|
Template Logic:
|
|
15
|
-
-
|
|
16
|
-
-
|
|
17
|
-
-
|
|
18
|
-
-
|
|
19
|
-
-
|
|
15
|
+
- Hero section with clear value proposition
|
|
16
|
+
- Feature highlights with visual appeal
|
|
17
|
+
- Quick navigation to key areas
|
|
18
|
+
- Professional presentation with Bootstrap components
|
|
19
|
+
- Mobile-responsive design for all devices
|
|
20
20
|
|
|
21
21
|
Layout Features:
|
|
22
|
-
-
|
|
23
|
-
-
|
|
24
|
-
-
|
|
25
|
-
-
|
|
22
|
+
- Hero banner with call-to-action
|
|
23
|
+
- Feature cards with icons and descriptions
|
|
24
|
+
- Quick start guide and navigation
|
|
25
|
+
- Social proof and credibility indicators
|
|
26
|
+
- Clean, professional aesthetic
|
|
26
27
|
|
|
27
|
-
|
|
28
|
-
-
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
-
|
|
28
|
+
Target Audience:
|
|
29
|
+
- First-time visitors exploring the repository
|
|
30
|
+
- Developers looking for Jekyll themes
|
|
31
|
+
- Users seeking Docker-optimized solutions
|
|
32
|
+
- People interested in error-free development
|
|
32
33
|
|
|
33
|
-
|
|
34
|
-
-
|
|
35
|
-
-
|
|
36
|
-
-
|
|
37
|
-
-
|
|
38
|
-
- Any page requiring visual impact
|
|
34
|
+
Conversion Goals:
|
|
35
|
+
- Encourage exploration of documentation
|
|
36
|
+
- Drive adoption of the theme
|
|
37
|
+
- Build trust through professional presentation
|
|
38
|
+
- Guide users to relevant resources
|
|
39
39
|
|
|
40
40
|
Dependencies:
|
|
41
|
-
-
|
|
42
|
-
-
|
|
43
|
-
-
|
|
44
|
-
|
|
45
|
-
Performance Notes:
|
|
46
|
-
- Particles.js loads at page end for better performance
|
|
47
|
-
- Consider lazy loading for mobile devices
|
|
48
|
-
- Monitor performance impact on older devices
|
|
41
|
+
- Bootstrap 5 components and utilities
|
|
42
|
+
- Custom CSS for enhanced styling
|
|
43
|
+
- Responsive images and icons
|
|
49
44
|
===================================================================
|
|
50
45
|
-->
|
|
51
46
|
|
|
52
47
|
<!-- ================================ -->
|
|
53
|
-
<!--
|
|
48
|
+
<!-- HERO SECTION -->
|
|
54
49
|
<!-- ================================ -->
|
|
55
|
-
|
|
56
|
-
<div class="
|
|
57
|
-
|
|
50
|
+
<div class="bg-primary text-white">
|
|
51
|
+
<div class="container-xl py-5 px-4 px-md-5">
|
|
52
|
+
<div class="row align-items-center min-vh-50 g-4 g-lg-5">
|
|
53
|
+
<div class="col-lg-6">
|
|
54
|
+
<h1 class="display-4 fw-bold mb-3">{{ page.title }}</h1>
|
|
55
|
+
<p class="lead mb-4">{{ page.description }}</p>
|
|
56
|
+
<div class="d-flex flex-column flex-md-row gap-3">
|
|
57
|
+
<a href="#get-started" class="btn btn-light btn-lg">
|
|
58
|
+
<i class="bi bi-rocket-takeoff me-2"></i>Get Started
|
|
59
|
+
</a>
|
|
60
|
+
<a href="#features" class="btn btn-outline-light btn-lg">
|
|
61
|
+
<i class="bi bi-list-check me-2"></i>Features
|
|
62
|
+
</a>
|
|
63
|
+
<a href="{{ site.resources.github_repo }}" class="btn btn-outline-light btn-lg">
|
|
64
|
+
<i class="bi bi-github me-2"></i>GitHub
|
|
65
|
+
</a>
|
|
66
|
+
</div>
|
|
67
|
+
</div>
|
|
68
|
+
<div class="col-lg-6 text-center">
|
|
69
|
+
{% if page.hero_image %}
|
|
70
|
+
<img src="{{ page.hero_image }}" alt="{{ page.title }}" class="img-fluid rounded shadow-lg">
|
|
71
|
+
{% else %}
|
|
72
|
+
<div class="bg-light rounded p-5 text-dark">
|
|
73
|
+
<i class="bi bi-code-square display-1"></i>
|
|
74
|
+
<p class="mt-3 mb-0">Jekyll Theme</p>
|
|
75
|
+
</div>
|
|
76
|
+
{% endif %}
|
|
77
|
+
</div>
|
|
78
|
+
</div>
|
|
79
|
+
</div>
|
|
58
80
|
</div>
|
|
59
81
|
|
|
60
82
|
<!-- ================================ -->
|
|
61
|
-
<!-- MAIN
|
|
83
|
+
<!-- MAIN CONTENT AREA -->
|
|
62
84
|
<!-- ================================ -->
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
<!-- LANDING PAGE CONTENT -->
|
|
67
|
-
<!-- ========================== -->
|
|
68
|
-
<!-- Main content area for hero sections, features, calls-to-action -->
|
|
85
|
+
{% include landing/landing-quick-links.html %}
|
|
86
|
+
|
|
87
|
+
<div class="container-xl py-5 px-4 px-md-5">
|
|
69
88
|
{{ content }}
|
|
70
89
|
</div>
|
|
71
90
|
|
|
72
91
|
<!-- ================================ -->
|
|
73
|
-
<!--
|
|
92
|
+
<!-- FEATURES SECTION -->
|
|
93
|
+
<!-- ================================ -->
|
|
94
|
+
<div class="py-5 bg-body-tertiary" id="features">
|
|
95
|
+
<div class="container-xl px-4 px-md-5">
|
|
96
|
+
<div class="row text-center mb-5">
|
|
97
|
+
<div class="col-lg-8 mx-auto">
|
|
98
|
+
<h2 class="display-5 fw-bold text-body-emphasis">Why Choose zer0-mistakes?</h2>
|
|
99
|
+
<p class="lead text-body-secondary">Built for developers who value reliability, simplicity, and modern workflows</p>
|
|
100
|
+
</div>
|
|
101
|
+
</div>
|
|
102
|
+
|
|
103
|
+
<div class="row g-4">
|
|
104
|
+
<div class="col-md-4">
|
|
105
|
+
<div class="card h-100 border-0 shadow-sm">
|
|
106
|
+
<div class="card-body text-center p-4">
|
|
107
|
+
<div class="bg-primary text-white rounded-circle d-inline-flex align-items-center justify-content-center mb-3" style="width: 60px; height: 60px;">
|
|
108
|
+
<i class="bi bi-shield-check fs-4"></i>
|
|
109
|
+
</div>
|
|
110
|
+
<h5 class="card-title text-body-emphasis">Error-Free Development</h5>
|
|
111
|
+
<p class="card-text text-body-secondary">Built-in error handling and self-healing installation process ensures a smooth development experience.</p>
|
|
112
|
+
</div>
|
|
113
|
+
</div>
|
|
114
|
+
</div>
|
|
115
|
+
|
|
116
|
+
<div class="col-md-4">
|
|
117
|
+
<div class="card h-100 border-0 shadow-sm">
|
|
118
|
+
<div class="card-body text-center p-4">
|
|
119
|
+
<div class="bg-success text-white rounded-circle d-inline-flex align-items-center justify-content-center mb-3" style="width: 60px; height: 60px;">
|
|
120
|
+
<i class="bi bi-boxes fs-4"></i>
|
|
121
|
+
</div>
|
|
122
|
+
<h5 class="card-title text-body-emphasis">Docker-First Approach</h5>
|
|
123
|
+
<p class="card-text text-body-secondary">Cross-platform compatibility with zero local configuration. Works on Apple Silicon, Intel, and Linux.</p>
|
|
124
|
+
</div>
|
|
125
|
+
</div>
|
|
126
|
+
</div>
|
|
127
|
+
|
|
128
|
+
<div class="col-md-4">
|
|
129
|
+
<div class="card h-100 border-0 shadow-sm">
|
|
130
|
+
<div class="card-body text-center p-4">
|
|
131
|
+
<div class="bg-info text-white rounded-circle d-inline-flex align-items-center justify-content-center mb-3" style="width: 60px; height: 60px;">
|
|
132
|
+
<i class="bi bi-lightning-charge fs-4"></i>
|
|
133
|
+
</div>
|
|
134
|
+
<h5 class="card-title text-body-emphasis">AI-Powered Setup</h5>
|
|
135
|
+
<p class="card-text text-body-secondary">Intelligent installation automation that detects and fixes common issues automatically.</p>
|
|
136
|
+
</div>
|
|
137
|
+
</div>
|
|
138
|
+
</div>
|
|
139
|
+
</div>
|
|
140
|
+
</div>
|
|
141
|
+
</div>
|
|
142
|
+
|
|
143
|
+
<!-- ================================ -->
|
|
144
|
+
<!-- QUICK START SECTION -->
|
|
74
145
|
<!-- ================================ -->
|
|
75
|
-
|
|
76
|
-
<
|
|
77
|
-
<
|
|
146
|
+
<div class="container-xl py-5 px-4 px-md-5" id="get-started">
|
|
147
|
+
<div class="row">
|
|
148
|
+
<div class="col-12 col-xl-10 mx-auto text-center">
|
|
149
|
+
<h2 class="display-5 fw-bold mb-4">Ready to Get Started?</h2>
|
|
150
|
+
<p class="lead mb-4">Choose your preferred installation method and be up and running in minutes</p>
|
|
151
|
+
{% include landing/landing-install-cards.html %}
|
|
152
|
+
</div>
|
|
153
|
+
</div>
|
|
154
|
+
</div>
|
data/_layouts/root.html
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
<!-- =============================================== -->
|
|
39
39
|
|
|
40
40
|
<!-- Core site metadata, stylesheets, and external dependencies -->
|
|
41
|
-
{% include head.html %}
|
|
41
|
+
{% include core/head.html %}
|
|
42
42
|
|
|
43
43
|
<!-- Jekyll SEO plugin for enhanced search engine optimization -->
|
|
44
44
|
<!-- Documentation: https://github.com/jekyll/jekyll-seo-tag -->
|
|
@@ -51,17 +51,16 @@
|
|
|
51
51
|
<!-- ============================================== -->
|
|
52
52
|
|
|
53
53
|
<!-- Inline SVG symbols for consistent iconography throughout the site -->
|
|
54
|
-
{% include svg.html %}
|
|
54
|
+
{% include components/svg.html %}
|
|
55
55
|
|
|
56
56
|
<!-- Google Tag Manager body code for analytics (if configured) -->
|
|
57
57
|
<!-- Note: Currently commented out - uncomment when GTM is needed -->
|
|
58
|
-
<!-- {% include google-tag-manager-body.html %} -->
|
|
59
58
|
|
|
60
59
|
<!-- Main site header with navigation, branding, and search functionality -->
|
|
61
|
-
{% include header.html %}
|
|
60
|
+
{% include core/header.html %}
|
|
62
61
|
|
|
63
62
|
<!-- Site-wide information banner or announcement section -->
|
|
64
|
-
{% include info-section.html %}
|
|
63
|
+
{% include components/info-section.html %}
|
|
65
64
|
|
|
66
65
|
<!-- ======================== -->
|
|
67
66
|
<!-- MAIN CONTENT AREA -->
|
|
@@ -76,16 +75,15 @@
|
|
|
76
75
|
<!-- ======================== -->
|
|
77
76
|
|
|
78
77
|
<!-- Site footer with links, copyright, and additional navigation -->
|
|
79
|
-
{%- include footer.html -%}
|
|
78
|
+
{%- include core/footer.html -%}
|
|
80
79
|
|
|
81
80
|
<!-- JavaScript dependencies and custom scripts -->
|
|
82
81
|
<div>
|
|
83
82
|
<!-- Search functionality (Algolia or similar) -->
|
|
84
83
|
<!-- Note: Currently commented out - uncomment when search is implemented -->
|
|
85
|
-
<!-- {% include algolia.html %} -->
|
|
86
84
|
|
|
87
85
|
<!-- External JavaScript libraries and custom scripts -->
|
|
88
|
-
{% include js-cdn.html %}
|
|
86
|
+
{% include components/js-cdn.html %}
|
|
89
87
|
</div>
|
|
90
88
|
</body>
|
|
91
89
|
</html>
|
data/assets/js/back-to-top.js
CHANGED
|
@@ -1,24 +1,21 @@
|
|
|
1
|
-
document.addEventListener('DOMContentLoaded', (
|
|
2
|
-
|
|
1
|
+
document.addEventListener('DOMContentLoaded', () => {
|
|
2
|
+
const btn = document.getElementById('backToTopBtn');
|
|
3
|
+
if (!btn) return;
|
|
3
4
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
5
|
+
// Smooth scroll to top and keep accessible
|
|
6
|
+
const scrollToTop = (e) => {
|
|
7
|
+
if (e) e.preventDefault();
|
|
8
|
+
window.scrollTo({ top: 0, behavior: 'smooth' });
|
|
9
|
+
};
|
|
9
10
|
|
|
10
|
-
|
|
11
|
-
mybutton.onclick = topFunction;
|
|
12
|
-
}
|
|
11
|
+
btn.addEventListener('click', scrollToTop);
|
|
13
12
|
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
const toggle = () => {
|
|
14
|
+
const y = window.scrollY || document.documentElement.scrollTop || document.body.scrollTop || 0;
|
|
15
|
+
btn.style.display = y > 200 ? 'block' : 'none';
|
|
16
|
+
};
|
|
16
17
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
} else {
|
|
21
|
-
mybutton.style.display = "none";
|
|
22
|
-
}
|
|
23
|
-
}
|
|
18
|
+
// Initialize state and bind listener without clobbering
|
|
19
|
+
toggle();
|
|
20
|
+
window.addEventListener('scroll', toggle, { passive: true });
|
|
24
21
|
});
|
metadata
CHANGED
|
@@ -1,57 +1,29 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-zer0
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amr Abdel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
11
|
+
date: 2025-10-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
18
|
-
- !ruby/object:Gem::Version
|
|
19
|
-
version: '4.0'
|
|
20
|
-
type: :runtime
|
|
21
|
-
prerelease: false
|
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
-
requirements:
|
|
24
|
-
- - "~>"
|
|
25
|
-
- !ruby/object:Gem::Version
|
|
26
|
-
version: '4.0'
|
|
27
|
-
- !ruby/object:Gem::Dependency
|
|
28
|
-
name: jekyll-feed
|
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
|
30
|
-
requirements:
|
|
31
|
-
- - "~>"
|
|
17
|
+
- - ">="
|
|
32
18
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '0
|
|
19
|
+
version: '0'
|
|
34
20
|
type: :runtime
|
|
35
21
|
prerelease: false
|
|
36
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
23
|
requirements:
|
|
38
|
-
- - "
|
|
39
|
-
- !ruby/object:Gem::Version
|
|
40
|
-
version: '0.15'
|
|
41
|
-
- !ruby/object:Gem::Dependency
|
|
42
|
-
name: jekyll-sitemap
|
|
43
|
-
requirement: !ruby/object:Gem::Requirement
|
|
44
|
-
requirements:
|
|
45
|
-
- - "~>"
|
|
46
|
-
- !ruby/object:Gem::Version
|
|
47
|
-
version: '1.4'
|
|
48
|
-
type: :runtime
|
|
49
|
-
prerelease: false
|
|
50
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
-
requirements:
|
|
52
|
-
- - "~>"
|
|
24
|
+
- - ">="
|
|
53
25
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: '
|
|
26
|
+
version: '0'
|
|
55
27
|
- !ruby/object:Gem::Dependency
|
|
56
28
|
name: bundler
|
|
57
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -110,43 +82,45 @@ files:
|
|
|
110
82
|
- _data/navigation/docs.yml
|
|
111
83
|
- _data/navigation/main.yml
|
|
112
84
|
- _data/navigation/posts.yml
|
|
113
|
-
-
|
|
114
|
-
- _includes/
|
|
115
|
-
- _includes/
|
|
116
|
-
- _includes/
|
|
117
|
-
- _includes/
|
|
118
|
-
- _includes/
|
|
119
|
-
- _includes/
|
|
120
|
-
- _includes/
|
|
121
|
-
- _includes/
|
|
122
|
-
- _includes/
|
|
123
|
-
- _includes/
|
|
124
|
-
- _includes/
|
|
125
|
-
- _includes/
|
|
126
|
-
- _includes/
|
|
127
|
-
- _includes/
|
|
128
|
-
- _includes/
|
|
129
|
-
- _includes/
|
|
130
|
-
- _includes/
|
|
131
|
-
- _includes/
|
|
132
|
-
- _includes/
|
|
133
|
-
- _includes/
|
|
134
|
-
- _includes/
|
|
135
|
-
- _includes/
|
|
136
|
-
- _includes/
|
|
137
|
-
- _includes/
|
|
138
|
-
- _includes/
|
|
139
|
-
- _includes/
|
|
140
|
-
- _includes/
|
|
141
|
-
- _includes/
|
|
142
|
-
- _includes/
|
|
85
|
+
- _data/navigation/quickstart.yml
|
|
86
|
+
- _includes/README.md
|
|
87
|
+
- _includes/analytics/google-analytics.html
|
|
88
|
+
- _includes/analytics/google-tag-manager-body.html
|
|
89
|
+
- _includes/analytics/google-tag-manager-head.html
|
|
90
|
+
- _includes/components/dev-shortcuts.html
|
|
91
|
+
- _includes/components/halfmoon.html
|
|
92
|
+
- _includes/components/info-section.html
|
|
93
|
+
- _includes/components/js-cdn.html
|
|
94
|
+
- _includes/components/powered-by.html
|
|
95
|
+
- _includes/components/quick-index.html
|
|
96
|
+
- _includes/components/searchbar.html
|
|
97
|
+
- _includes/components/svg.html
|
|
98
|
+
- _includes/components/zer0-env-var.html
|
|
99
|
+
- _includes/content/giscus.html
|
|
100
|
+
- _includes/content/intro.html
|
|
101
|
+
- _includes/content/seo.html
|
|
102
|
+
- _includes/content/sitemap.html
|
|
103
|
+
- _includes/content/toc.html
|
|
104
|
+
- _includes/core/branding.html
|
|
105
|
+
- _includes/core/footer.html
|
|
106
|
+
- _includes/core/head.html
|
|
107
|
+
- _includes/core/header.html
|
|
108
|
+
- _includes/docs/bootstrap-docs.html
|
|
109
|
+
- _includes/landing/landing-install-cards.html
|
|
110
|
+
- _includes/landing/landing-quick-links.html
|
|
111
|
+
- _includes/navigation/breadcrumbs.html
|
|
112
|
+
- _includes/navigation/nav_list.html
|
|
113
|
+
- _includes/navigation/navbar.html
|
|
114
|
+
- _includes/navigation/sidebar-categories.html
|
|
115
|
+
- _includes/navigation/sidebar-folders.html
|
|
116
|
+
- _includes/navigation/sidebar-left.html
|
|
117
|
+
- _includes/navigation/sidebar-right.html
|
|
143
118
|
- _layouts/README.md
|
|
144
119
|
- _layouts/blog.html
|
|
145
120
|
- _layouts/collection.html
|
|
146
121
|
- _layouts/default.html
|
|
147
122
|
- _layouts/home.html
|
|
148
123
|
- _layouts/index.html
|
|
149
|
-
- _layouts/javascript.html
|
|
150
124
|
- _layouts/journals.html
|
|
151
125
|
- _layouts/landing.html
|
|
152
126
|
- _layouts/root.html
|
|
@@ -198,7 +172,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
198
172
|
requirements:
|
|
199
173
|
- - ">="
|
|
200
174
|
- !ruby/object:Gem::Version
|
|
201
|
-
version: 2.
|
|
175
|
+
version: 2.6.0
|
|
202
176
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
203
177
|
requirements:
|
|
204
178
|
- - ">="
|
data/_includes/footer.html
DELETED
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
file: footer.html
|
|
3
|
-
path: _includes/footer.html
|
|
4
|
-
includes: none
|
|
5
|
-
descrition: Social Links and Branding
|
|
6
|
-
-->
|
|
7
|
-
|
|
8
|
-
<footer class="bd-footer container-xl d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
|
|
9
|
-
<div class="col-sm d-flex align-items-center">
|
|
10
|
-
|
|
11
|
-
<!-- Frameworks/Engines and Affiliations -->
|
|
12
|
-
<ul class="nav col-sm justify-content-end list-unstyled d-flex align-items-center">
|
|
13
|
-
|
|
14
|
-
<!-- Search for Site Frameworks in config file -->
|
|
15
|
-
<span class="align-self">
|
|
16
|
-
© {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}. Powered by:
|
|
17
|
-
</span>
|
|
18
|
-
{% for power in site.powered_by %}
|
|
19
|
-
<li class="btn ">
|
|
20
|
-
<a href="{{ power.url }}" rel="nofollow">
|
|
21
|
-
<i class="{{ site.default_icon }} {{ power.icon | default: site.powered_by.default }}" aria-hidden="true"></i>
|
|
22
|
-
<!-- display name if there's enough space, else icon only -->
|
|
23
|
-
<span class="d-none d-md-inline">
|
|
24
|
-
{{ power.name }}
|
|
25
|
-
</span>
|
|
26
|
-
</a>
|
|
27
|
-
</li>
|
|
28
|
-
{% endfor %}
|
|
29
|
-
|
|
30
|
-
<!-- Search for Site Affiliation links in config file -->
|
|
31
|
-
{% for link in site.links %}
|
|
32
|
-
<li class="btn ">
|
|
33
|
-
<a href="{{ link.url }}" rel="nofollow">
|
|
34
|
-
<i class="{{ site.default_icon }} {{ link.icon | default: site.links.default }}" aria-hidden="true"></i>
|
|
35
|
-
<!-- display name if there's enough space, else icon only -->
|
|
36
|
-
<span class="d-none d-md-inline">
|
|
37
|
-
{{ link.label }}
|
|
38
|
-
</span>
|
|
39
|
-
</a>
|
|
40
|
-
</li>
|
|
41
|
-
{% endfor %}
|
|
42
|
-
|
|
43
|
-
<!-- RSS Feed -->
|
|
44
|
-
<li class="btn">
|
|
45
|
-
<a href="{{ '/feed.xml' | relative_url }}">
|
|
46
|
-
<i class="{{ site.default_icon }} bi-rss" aria-hidden="true"></i>
|
|
47
|
-
<!-- https://icons.getbootstrap.com/icons/rss/ -->
|
|
48
|
-
<span class="d-none d-md-inline">
|
|
49
|
-
{{ site.data.ui-text[site.locale].feed_label | default: "Feed" }}
|
|
50
|
-
</span>
|
|
51
|
-
</a>
|
|
52
|
-
</li>
|
|
53
|
-
</ul>
|
|
54
|
-
|
|
55
|
-
</div>
|
|
56
|
-
</footer>
|
|
57
|
-
|
data/_includes/giscus.html
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<!-- giscus app - https://giscus.app/ - Feature # FR000001 -->
|
|
2
|
-
|
|
3
|
-
<script src="https://giscus.app/client.js"
|
|
4
|
-
data-repo="{{ site.repository }}"
|
|
5
|
-
data-repo-id="{{ site.gisgus.data-repo-id }}"
|
|
6
|
-
data-category-id="{{ site.gisgus.data-category-id }}"
|
|
7
|
-
data-mapping="pathname"
|
|
8
|
-
data-strict="1"
|
|
9
|
-
data-reactions-enabled="1"
|
|
10
|
-
data-emit-metadata="0"
|
|
11
|
-
data-input-position="top"
|
|
12
|
-
data-theme="preferred_color_scheme"
|
|
13
|
-
data-lang="en"
|
|
14
|
-
crossorigin="anonymous"
|
|
15
|
-
async>
|
|
16
|
-
</script>
|
data/_includes/head.html
DELETED
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
file: head.html
|
|
3
|
-
path: includes/head.html
|
|
4
|
-
includes: seo.html, google-analytics.html
|
|
5
|
-
description: Head section of the HTML document
|
|
6
|
-
|
|
7
|
-
-->
|
|
8
|
-
|
|
9
|
-
<!-- Google Tag Manager - Head -->
|
|
10
|
-
|
|
11
|
-
{% include google-tag-manager-head.html %}
|
|
12
|
-
|
|
13
|
-
<!-- Custom JS Scripts -->
|
|
14
|
-
<script src="{{ '/assets/js/myScript.js' | relative_url }}"></script>
|
|
15
|
-
<script src="{{ '/assets/js/auto-hide-nav.js' | relative_url }}"></script>
|
|
16
|
-
<script src="{{ '/assets/js/back-to-top.js' | relative_url }}"></script>
|
|
17
|
-
<script src="{{ '/assets/js/halfmoon.js' | relative_url }}"></script>
|
|
18
|
-
<script src="{{ '/assets/js/side-bar-folders.js' | relative_url }}"></script>
|
|
19
|
-
<script src="{{ '/assets/js/code-copy.js' | relative_url }}"></script>
|
|
20
|
-
|
|
21
|
-
<!-- third party scripts -->
|
|
22
|
-
|
|
23
|
-
<!-- mermaid script -->
|
|
24
|
-
<!-- <script src="https://cdn.jsdelivr.net/npm/mermaid@8/dist/mermaid.min.js"></script>
|
|
25
|
-
<script >mermaid.initialize({ startOnLoad: true });</script> -->
|
|
26
|
-
|
|
27
|
-
<!-- Nano Bar -->
|
|
28
|
-
<script src="{{'/assets/js/nanobar.min.js' | relative_url }}"></script>
|
|
29
|
-
|
|
30
|
-
<!-- add dummy progress bar -->
|
|
31
|
-
<script>
|
|
32
|
-
var options = {
|
|
33
|
-
classname: 'nanobar',
|
|
34
|
-
id: 'top-progress-bar'
|
|
35
|
-
};
|
|
36
|
-
var nanobar = new Nanobar(options);
|
|
37
|
-
nanobar.go( 30 );
|
|
38
|
-
nanobar.go( 76 );
|
|
39
|
-
nanobar.go(100);
|
|
40
|
-
</script>
|
|
41
|
-
|
|
42
|
-
<!-- MathJax for LaTex -->
|
|
43
|
-
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
|
|
44
|
-
|
|
45
|
-
<!-- Meta -->
|
|
46
|
-
<meta charset="utf-8">
|
|
47
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
48
|
-
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
49
|
-
|
|
50
|
-
<!-- includes/seo.html -->
|
|
51
|
-
{% include seo.html %}
|
|
52
|
-
|
|
53
|
-
<!-- SEO https://analytics.google.com/ -->
|
|
54
|
-
|
|
55
|
-
<!-- Meta data attributes -->
|
|
56
|
-
{% if page.title %}
|
|
57
|
-
<meta itemprop="headline" content="{{ page.title | markdownify | strip_html | strip_newlines | escape_once }}">
|
|
58
|
-
{% endif %}
|
|
59
|
-
{% if page.description %}
|
|
60
|
-
<meta itemprop="description" content="{{ page.description | markdownify | strip_html | strip_newlines | escape_once }}">
|
|
61
|
-
{% elsif page.excerpt %}
|
|
62
|
-
<meta itemprop="description" content="{{ page.excerpt | markdownify | strip_html | strip_newlines | escape_once}} ">
|
|
63
|
-
{% endif %}
|
|
64
|
-
{% if page.date %}
|
|
65
|
-
<meta itemprop="datePublished" content="{{ page.date | date_to_xmlschema }}">
|
|
66
|
-
{% endif %}
|
|
67
|
-
{% if page.last_modified_at %}
|
|
68
|
-
<meta itemprop="dateModified" content="{{ page.lastmod | date_to_xmlschema }}">
|
|
69
|
-
{% endif %}
|
|
70
|
-
|
|
71
|
-
<!-- Google Analytics -->
|
|
72
|
-
{% include google-analytics.html %}
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
<!-- Styles -->
|
|
76
|
-
|
|
77
|
-
<!-- CDN Styles -->
|
|
78
|
-
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
|
79
|
-
|
|
80
|
-
<!-- Local Install -->
|
|
81
|
-
<!-- <script src="/assets/js/bootstrap.js"></script> -->
|
|
82
|
-
|
|
83
|
-
<!-- Tailwind CDN -->
|
|
84
|
-
<!-- TODO: Add tailwind -->
|
|
85
|
-
<!-- <script src="https://cdn.tailwindcss.com"></script> -->
|
|
86
|
-
|
|
87
|
-
<!-- Bootstrap Icons -->
|
|
88
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">
|
|
89
|
-
|
|
90
|
-
<!-- Custom Styles -->
|
|
91
|
-
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
|
|
92
|
-
<!-- Custom CSS -->
|
|
93
|
-
<link rel="stylesheet" href="{{'/assets/css/custom.css' | relative_url }}">
|
|
94
|
-
<!-- TODO: Replace this css with a compiled sass. currently, when docs.scss is compiled to main.css, the scroll spy doesn't work -->
|
|
95
|
-
<!-- <link rel="stylesheet" href="/assets/css/docs.css"> -->
|