sexyjekyll-theme 1.0.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.
- checksums.yaml +7 -0
- data/CHANGELOG.md +82 -0
- data/LICENSE +21 -0
- data/README.de.md +276 -0
- data/README.es.md +276 -0
- data/README.fr.md +276 -0
- data/README.it.md +219 -0
- data/README.md +276 -0
- data/_includes/critical-css.html +4 -0
- data/_includes/footer.html +81 -0
- data/_includes/head.html +88 -0
- data/_includes/nav.html +21 -0
- data/_includes/related-posts.html +75 -0
- data/_includes/social-icon.html +98 -0
- data/_includes/structured-data-article.html +55 -0
- data/_includes/structured-data-breadcrumb.html +28 -0
- data/_includes/structured-data-person.html +82 -0
- data/_includes/structured-data-website.html +23 -0
- data/_layouts/blog.html +101 -0
- data/_layouts/category.html +66 -0
- data/_layouts/contact.html +26 -0
- data/_layouts/default.html +13 -0
- data/_layouts/home.html +30 -0
- data/_layouts/llms.txt +34 -0
- data/_layouts/post.html +99 -0
- data/_plugins/auto_related_posts.rb +153 -0
- data/_plugins/category_generator.rb +27 -0
- data/_plugins/llms_txt_generator.rb +45 -0
- data/_plugins/localized_date.rb +52 -0
- data/assets/bg.jpeg +0 -0
- data/assets/bg.webp +0 -0
- data/assets/debug/blocco.png +0 -0
- data/assets/debug/categorie.jpeg +0 -0
- data/assets/debug/categorie.png +0 -0
- data/assets/debug/codice.png +0 -0
- data/assets/debug/contrasto.jpeg +0 -0
- data/assets/debug/dipendenze.png +0 -0
- data/assets/debug/h1.png +0 -0
- data/assets/debug/pagespeed.png +0 -0
- data/assets/debug/ricerca.png +0 -0
- data/assets/debug/richieste.png +0 -0
- data/assets/favicon/android-icon-144x144.png +0 -0
- data/assets/favicon/android-icon-192x192.png +0 -0
- data/assets/favicon/android-icon-36x36.png +0 -0
- data/assets/favicon/android-icon-48x48.png +0 -0
- data/assets/favicon/android-icon-72x72.png +0 -0
- data/assets/favicon/android-icon-96x96.png +0 -0
- data/assets/favicon/apple-icon-114x114.png +0 -0
- data/assets/favicon/apple-icon-120x120.png +0 -0
- data/assets/favicon/apple-icon-144x144.png +0 -0
- data/assets/favicon/apple-icon-152x152.png +0 -0
- data/assets/favicon/apple-icon-180x180.png +0 -0
- data/assets/favicon/apple-icon-57x57.png +0 -0
- data/assets/favicon/apple-icon-60x60.png +0 -0
- data/assets/favicon/apple-icon-72x72.png +0 -0
- data/assets/favicon/apple-icon-76x76.png +0 -0
- data/assets/favicon/apple-icon-precomposed.png +0 -0
- data/assets/favicon/apple-icon.png +0 -0
- data/assets/favicon/favicon-16x16.png +0 -0
- data/assets/favicon/favicon-32x32.png +0 -0
- data/assets/favicon/favicon-96x96.png +0 -0
- data/assets/favicon/favicon.ico +0 -0
- data/assets/favicon/ms-icon-144x144.png +0 -0
- data/assets/favicon/ms-icon-150x150.png +0 -0
- data/assets/favicon/ms-icon-310x310.png +0 -0
- data/assets/favicon/ms-icon-70x70.png +0 -0
- data/assets/images/aiact.jpeg +0 -0
- data/assets/images/aiethics.jpeg +0 -0
- data/assets/images/green.jpeg +0 -0
- data/assets/images/jekyll.webp +0 -0
- data/assets/images/parenting.jpeg +0 -0
- data/assets/images/seo-generativo.jpeg +0 -0
- data/assets/images/upskilling-ai.jpeg +0 -0
- data/assets/pic.jpeg +0 -0
- data/assets/screens/screen.jpeg +0 -0
- data/assets/screens/screen2.jpeg +0 -0
- data/css/animations.css +404 -0
- data/css/style.css +2250 -0
- data/css/syntax-dark.css +157 -0
- data/css/syntax-light.css +157 -0
- data/js/main.js +706 -0
- data/js/simple-jekyll-search.min.js +6 -0
- metadata +254 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 7676b2fb6a9335165bcb3d2f22674f6829f7211a4bfdcbb24be34c34f1e0095e
|
|
4
|
+
data.tar.gz: bc0e698014bfe9069f1b992dd03c7be56fb37001e7c7f798185586ae66e82959
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 981e834e7b15ac0880f7739a81145abbc60188d7818e801d0172465d3b89478e729ad8357289f26a29556537c955128e41a664893c18b3a0080131c151905b17
|
|
7
|
+
data.tar.gz: 11acf898a957a2acad18f4b0112b2618addae35c02243fa814887d02b7cb15a1fdc5c7d8a754cccda7df2335d9589e53826ce47bd7f9c5b3ccbcc54298ae822f
|
data/CHANGELOG.md
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
## [SexyJekyll Theme]
|
|
9
|
+
|
|
10
|
+
## [1.0.1] - 2025-11-01
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- **Internationalization System**: Complete i18n system for all UI elements, labels, and text strings
|
|
14
|
+
- Created centralized translation system in `_data/i18n.yml`
|
|
15
|
+
- Support for 5 languages: English, Italian, German, French, Spanish
|
|
16
|
+
- All templates updated to use translation keys (nav, footer, blog, post, categories, home, related posts, SEO, llms.txt)
|
|
17
|
+
- 52 translated strings across 9 logical sections
|
|
18
|
+
- Comprehensive documentation in `docs/I18N.md`
|
|
19
|
+
- **Date Localization**: Enhanced date formatting plugin
|
|
20
|
+
- Renamed `italian_date` plugin to `localized_date`
|
|
21
|
+
- Plugin file renamed from `italian_date.rb` to `localized_date.rb`
|
|
22
|
+
- Added automatic date localization based on site language setting
|
|
23
|
+
- Month names now display in the selected language for all 5 supported languages
|
|
24
|
+
- Backward compatibility maintained with deprecated `italian_date` filter
|
|
25
|
+
- All templates updated to use `localized_date` filter
|
|
26
|
+
- **Documentation Organization**: Moved technical documentation to `docs/` folder
|
|
27
|
+
- Moved ACCESSIBILITY.md, SEARCH.md, READING_PROGRESS.md, STRUCTURED_DATA.md, COMMENTS.md to docs/
|
|
28
|
+
- Created `docs/README.md` as documentation index
|
|
29
|
+
- Updated all 5 README files with correct documentation links
|
|
30
|
+
- Better organization for maintainability and discoverability
|
|
31
|
+
- **Dynamic Configuration**: Made robots.txt dynamic
|
|
32
|
+
- Converted to Liquid template with dynamic `{{ site.url }}` variables
|
|
33
|
+
- Sitemap URLs now automatically reflect site configuration
|
|
34
|
+
|
|
35
|
+
### Added
|
|
36
|
+
- Multi-language README files (English, Italian, German, French, Spanish)
|
|
37
|
+
- Complete i18n support for llms.txt files (all metadata labels localized)
|
|
38
|
+
- `.gitignore` file with comprehensive exclusion rules for Jekyll projects
|
|
39
|
+
- Multi-language documentation system
|
|
40
|
+
|
|
41
|
+
### Fixed
|
|
42
|
+
- Hardcoded Italian text in UI elements now properly localized
|
|
43
|
+
- Hardcoded URLs in robots.txt now dynamic
|
|
44
|
+
- Date formatting now respects site language setting
|
|
45
|
+
- All UI elements now use centralized translation system
|
|
46
|
+
|
|
47
|
+
## [1.0.0] - 2025-11-01
|
|
48
|
+
|
|
49
|
+
### Added
|
|
50
|
+
- Initial release of SexyJekyll Theme
|
|
51
|
+
- Modern, responsive design with clean minimalist aesthetic
|
|
52
|
+
- Advanced search functionality with instant results
|
|
53
|
+
- Reading progress indicator for blog posts
|
|
54
|
+
- Related posts system based on categories, tags, and content similarity (TF-IDF algorithm)
|
|
55
|
+
- Comprehensive accessibility features (WCAG 2.1 Level AA)
|
|
56
|
+
- SEO optimization with structured data (JSON-LD)
|
|
57
|
+
- AI-friendly llms.txt generation for each blog post
|
|
58
|
+
- Site-level llms.txt with content overview
|
|
59
|
+
- Multi-language support (Italian and English)
|
|
60
|
+
- Contact page with social media links
|
|
61
|
+
- Category-based post filtering with auto-generated category pages
|
|
62
|
+
- Responsive navigation with mobile support
|
|
63
|
+
- Code syntax highlighting with line numbers
|
|
64
|
+
- RSS feed support
|
|
65
|
+
- Sitemap generation
|
|
66
|
+
- Reading time estimation
|
|
67
|
+
- Responsive images with WebP support
|
|
68
|
+
- Custom 404 page
|
|
69
|
+
- Print-friendly styles
|
|
70
|
+
- Multi-language date formatting filter (English, Italian, German, French, Spanish)
|
|
71
|
+
|
|
72
|
+
### Features
|
|
73
|
+
- **Layouts**: default, home, blog, post, about, contact, category, llms, 404
|
|
74
|
+
- **Standard Plugins**: jekyll-feed, jekyll-seo-tag, jekyll-paginate, jekyll-sitemap, liquid_reading_time, jekyll_picture_tag
|
|
75
|
+
- **Custom Plugins**: llms_txt_generator, auto_related_posts, category_generator, localized_date (multi-language date formatting)
|
|
76
|
+
- **Accessibility**: Skip to content link, semantic HTML, ARIA labels, reduced motion support
|
|
77
|
+
- **Performance**: Lazy loading images, optimized CSS/JS, WebP image format
|
|
78
|
+
- **SEO**: Meta tags, Open Graph, Twitter Cards, structured data, canonical URLs
|
|
79
|
+
- **AI-Friendly**: llms.txt generation for posts and site, clean semantic markup for AI crawlers
|
|
80
|
+
|
|
81
|
+
[1.0.1]: https://github.com/amargiovanni/sexyjekyll-theme/releases/tag/v1.0.1
|
|
82
|
+
[1.0.0]: https://github.com/amargiovanni/sexyjekyll-theme/releases/tag/v1.0.0
|
data/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Andrea Margiovanni
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
data/README.de.md
ADDED
|
@@ -0,0 +1,276 @@
|
|
|
1
|
+
# SexyJekyll Theme
|
|
2
|
+
|
|
3
|
+
Ein modernes, funktionsreiches Jekyll-Theme, das für professionelle Blogs und persönliche Websites entwickelt wurde. Gebaut mit Fokus auf Barrierefreiheit, Leistung und Benutzererfahrung.
|
|
4
|
+
|
|
5
|
+

|
|
6
|
+
|
|
7
|
+
## Funktionen
|
|
8
|
+
|
|
9
|
+
### Design und Benutzererfahrung
|
|
10
|
+
- **Modernes Design**: Saubere, minimalistische Ästhetik
|
|
11
|
+
- **Vollständig responsiv**: Mobile-first Design, das auf allen Geräten funktioniert
|
|
12
|
+
- **Lesefortschritt**: Visueller Indikator für den Leseffortschritt von Artikeln
|
|
13
|
+
- **Druckstile**: Optimierte Layouts zum Ausdrucken
|
|
14
|
+
|
|
15
|
+
### Inhalts- und Navigationsfunktionen
|
|
16
|
+
- **Erweiterte Suche**: Sofortige clientseitige Suche mit Keyword-Hervorhebung
|
|
17
|
+
- **Verwandte Beiträge**: Intelligente Beitragsempfehlungen basierend auf Kategorien und Tags
|
|
18
|
+
- **Kategorien**: Kategoriebasierte Filterung und Organisation
|
|
19
|
+
- **Paginierung**: Anpassbare Beitragspaginierung
|
|
20
|
+
|
|
21
|
+
### SEO und Soziale Medien
|
|
22
|
+
- **SEO-optimiert**: Meta-Tags, Open Graph, Twitter Cards
|
|
23
|
+
- **Strukturierte Daten**: JSON-LD Schema für besseres Verständnis durch Suchmaschinen
|
|
24
|
+
- **RSS-Feed**: Automatische Feed-Generierung
|
|
25
|
+
- **Sitemap**: Automatisch generierte Sitemap für Suchmaschinen
|
|
26
|
+
|
|
27
|
+
### Barrierefreiheit
|
|
28
|
+
- **WCAG 2.1 Level AA**: Umfassende Unterstützung für Barrierefreiheit
|
|
29
|
+
- **Skip to Content**: Hilfen zur Tastaturnavigation
|
|
30
|
+
- **Semantisches HTML**: Richtige HTML5-Landmarks und Struktur
|
|
31
|
+
- **ARIA-Labels**: Bildschirmleser-freundlich
|
|
32
|
+
- **Reduced Motion**: Respektiert Voreinstellungen des Benutzers für Bewegungsanimationen
|
|
33
|
+
- **Hoher Kontrast**: Ausgezeichnete Farbkontrastverhältnisse
|
|
34
|
+
|
|
35
|
+
### Leistung
|
|
36
|
+
- **Responsive Bilder**: WebP-Format mit mehreren Größen
|
|
37
|
+
- **Lazy Loading**: Bilder werden bei Bedarf geladen
|
|
38
|
+
- **Optimiertes CSS/JS**: Minifizierter und effizienter Code
|
|
39
|
+
- **Schnelle Ladezeiten**: Optimiert für Leistung
|
|
40
|
+
|
|
41
|
+
### Entwickler-Funktionen
|
|
42
|
+
- **Syntax-Hervorhebung**: Code-Blöcke mit Zeilennummern (Rouge)
|
|
43
|
+
- **Lesezeit**: Automatische Schätzung der Lesezeit
|
|
44
|
+
- **Mehrsprachig**: Vollständiges i18n-System mit Unterstützung für Englisch, Italienisch, Deutsch, Französisch und Spanisch
|
|
45
|
+
- **Anpassbar**: Einfache Konfiguration über `_config.yml`
|
|
46
|
+
- **Gut dokumentiert**: Umfassende Dokumentation enthalten
|
|
47
|
+
|
|
48
|
+
### KI und LLM-Funktionen
|
|
49
|
+
- **llms.txt-Unterstützung**: Automatische Generierung von KI-freundlichen Inhaltszusammenfassungen
|
|
50
|
+
- **Pro-Beitrag llms.txt**: Jeder Blogbeitrag generiert seine eigene llms.txt-Datei unter `/blog/YYYY/MM/DD/post-slug/llms.txt`
|
|
51
|
+
- **Seitenebene llms.txt**: Hauptdatei llms.txt im Root-Verzeichnis mit Siteübersicht und Inhaltsstruktur
|
|
52
|
+
- **Strukturierter Inhalt**: Saubere, semantische HTML5-Markierung, optimiert für KI-Crawler
|
|
53
|
+
- **JSON-LD Schema**: Umfangreiche strukturierte Daten für besseres Inhaltsverständnis
|
|
54
|
+
- **KI-Crawler-freundlich**: Willkommener Zugang zur KI-Indexierung mit klaren Anweisungen
|
|
55
|
+
|
|
56
|
+
## Installation
|
|
57
|
+
|
|
58
|
+
### Als Ruby Gem (empfohlen)
|
|
59
|
+
|
|
60
|
+
Fügen Sie diese Zeile zur `Gemfile` Ihrer Jekyll-Website hinzu:
|
|
61
|
+
|
|
62
|
+
```ruby
|
|
63
|
+
gem "sexyjekyll-theme"
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
Und fügen Sie diese Zeile zu Ihrer Jekyll-Website `_config.yml` hinzu:
|
|
67
|
+
|
|
68
|
+
```yaml
|
|
69
|
+
theme: sexyjekyll-theme
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
Führen Sie dann folgendes aus:
|
|
73
|
+
|
|
74
|
+
```bash
|
|
75
|
+
bundle install
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
### Remote Theme (GitHub Pages)
|
|
79
|
+
|
|
80
|
+
Wenn Sie GitHub Pages verwenden, fügen Sie dies zu Ihrer `_config.yml` hinzu:
|
|
81
|
+
|
|
82
|
+
```yaml
|
|
83
|
+
remote_theme: amargiovanni/sexyjekyll-theme
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
### Manuelle Installation
|
|
87
|
+
|
|
88
|
+
1. Laden Sie dieses Repository herunter oder klonen Sie es
|
|
89
|
+
2. Kopieren Sie die Dateien auf Ihre Jekyll-Website
|
|
90
|
+
3. Aktualisieren Sie Ihre `_config.yml` mit den Theme-Einstellungen
|
|
91
|
+
|
|
92
|
+
## Schnelleinstieg
|
|
93
|
+
|
|
94
|
+
1. **Installieren Sie das Theme** mit einer der oben genannten Methoden
|
|
95
|
+
|
|
96
|
+
2. **Konfigurieren Sie** Ihre `_config.yml`:
|
|
97
|
+
|
|
98
|
+
```yaml
|
|
99
|
+
# Siteeinstellungen
|
|
100
|
+
title: Your Name
|
|
101
|
+
email: your.email@example.com
|
|
102
|
+
description: Your site description
|
|
103
|
+
baseurl: ""
|
|
104
|
+
url: "https://yoursite.com"
|
|
105
|
+
lang: de # Optionen: en, it, de, fr, es
|
|
106
|
+
|
|
107
|
+
# Autoreninfos
|
|
108
|
+
author:
|
|
109
|
+
name: Your Name
|
|
110
|
+
email: your.email@example.com
|
|
111
|
+
linkedin: https://www.linkedin.com/in/yourprofile/
|
|
112
|
+
bluesky: https://bsky.app/profile/yourhandle
|
|
113
|
+
|
|
114
|
+
# Navigationslogo
|
|
115
|
+
nav_logo:
|
|
116
|
+
type: text # 'text' oder 'image'
|
|
117
|
+
text: YN # Ihre Initialen oder Text
|
|
118
|
+
# image: /assets/img/logo.png # Oder Pfad zum Logo-Bild
|
|
119
|
+
# alt: Your Logo
|
|
120
|
+
|
|
121
|
+
# Hero-Sektion
|
|
122
|
+
hero:
|
|
123
|
+
name: Your Name
|
|
124
|
+
role: Your Role
|
|
125
|
+
subtitle: Your Company or Tagline
|
|
126
|
+
tagline: Your personal tagline
|
|
127
|
+
description: A brief description about you
|
|
128
|
+
|
|
129
|
+
# Blog-Sektion
|
|
130
|
+
blog:
|
|
131
|
+
title: Blog
|
|
132
|
+
description: Your blog description
|
|
133
|
+
|
|
134
|
+
# Kontakt-Sektion
|
|
135
|
+
contact:
|
|
136
|
+
title: Get In Touch
|
|
137
|
+
description: Contact page description
|
|
138
|
+
links:
|
|
139
|
+
- name: Email
|
|
140
|
+
url: mailto:your.email@example.com
|
|
141
|
+
type: email
|
|
142
|
+
- name: LinkedIn
|
|
143
|
+
url: https://www.linkedin.com/in/yourprofile/
|
|
144
|
+
type: linkedin
|
|
145
|
+
```
|
|
146
|
+
|
|
147
|
+
3. **Erstellen Sie Ihren ersten Beitrag** in `_posts/`:
|
|
148
|
+
|
|
149
|
+
```markdown
|
|
150
|
+
---
|
|
151
|
+
layout: post
|
|
152
|
+
title: "Your First Post"
|
|
153
|
+
subtitle: "Optional subtitle"
|
|
154
|
+
date: 2025-11-01
|
|
155
|
+
categories: blog tech
|
|
156
|
+
---
|
|
157
|
+
|
|
158
|
+
Your post content here...
|
|
159
|
+
```
|
|
160
|
+
|
|
161
|
+
4. **Führen Sie Jekyll aus**:
|
|
162
|
+
|
|
163
|
+
```bash
|
|
164
|
+
bundle exec jekyll serve
|
|
165
|
+
```
|
|
166
|
+
|
|
167
|
+
Besuchen Sie `http://localhost:4000`, um Ihre Site zu sehen!
|
|
168
|
+
|
|
169
|
+
## Konfiguration
|
|
170
|
+
|
|
171
|
+
### Verfügbare Layouts
|
|
172
|
+
|
|
173
|
+
- `default` - Basis-Layout für alle Seiten
|
|
174
|
+
- `home` - Startseite mit Hero-Sektion
|
|
175
|
+
- `blog` - Blog-Auflistungsseite
|
|
176
|
+
- `post` - Einzelner Blogbeitrag
|
|
177
|
+
- `about` - Über-Seite
|
|
178
|
+
- `contact` - Kontaktseite mit Social-Links
|
|
179
|
+
- `category` - Kategoriespezifische Beitragsauflistung
|
|
180
|
+
- `404` - Benutzerdefinierte 404-Fehlerseite
|
|
181
|
+
|
|
182
|
+
### Plugins
|
|
183
|
+
|
|
184
|
+
Das Theme verwendet diese Jekyll-Plugins:
|
|
185
|
+
|
|
186
|
+
**Standard-Plugins:**
|
|
187
|
+
- `jekyll-feed` - RSS-Feed-Generierung
|
|
188
|
+
- `jekyll-seo-tag` - SEO Meta-Tags
|
|
189
|
+
- `jekyll-paginate` - Beitragspaginierung
|
|
190
|
+
- `jekyll-sitemap` - Sitemap-Generierung
|
|
191
|
+
- `liquid_reading_time` - Schätzung der Lesezeit
|
|
192
|
+
- `jekyll_picture_tag` - Responsive Bilder
|
|
193
|
+
|
|
194
|
+
**Benutzerdefinierte Plugins:**
|
|
195
|
+
- `llms_txt_generator` - Generiert automatisch llms.txt-Dateien für jeden Blogbeitrag und erstellt KI-freundliche Inhaltszusammenfassungen
|
|
196
|
+
- `auto_related_posts` - Intelligentes Beitragsempfehlungssystem basierend auf Kategorien, Tags und Inhaltsähnlichkeit mit TF-IDF-ähnlichem Algorithmus
|
|
197
|
+
- `category_generator` - Erstellt automatisch dedizierte Seiten für jede Kategorie mit gefilterten Beitragsauflistungen
|
|
198
|
+
- `localized_date` - Liquid-Filter zur Formatierung von Daten entsprechend der ausgewählten Sprache (z.B. "15 January 2025" auf Englisch, "15 gennaio 2025" auf Italienisch, "15 Januar 2025" auf Deutsch)
|
|
199
|
+
|
|
200
|
+
### Anpassung
|
|
201
|
+
|
|
202
|
+
#### Farben und Stile
|
|
203
|
+
|
|
204
|
+
Bearbeiten Sie `css/style.css`, um Farben, Schriftarten und Stile anzupassen.
|
|
205
|
+
|
|
206
|
+
#### Social Links
|
|
207
|
+
|
|
208
|
+
Konfigurieren Sie Social Links in `_config.yml` unter `contact.links`. Unterstützte Typen:
|
|
209
|
+
- email, linkedin, bluesky, twitter, github, instagram, facebook
|
|
210
|
+
- youtube, mastodon, telegram, whatsapp, medium, reddit
|
|
211
|
+
- discord, tiktok, twitch, slack
|
|
212
|
+
|
|
213
|
+
## Dokumentation
|
|
214
|
+
|
|
215
|
+
Ausführliche Dokumentation ist in den folgenden Dateien verfügbar:
|
|
216
|
+
|
|
217
|
+
- [I18N.md](docs/I18N.md) - Internationalisierungssystem und Sprachunterstützung
|
|
218
|
+
- [ACCESSIBILITY.md](docs/ACCESSIBILITY.md) - Barrierefreiheitsfunktionen und Tests
|
|
219
|
+
- [SEARCH.md](docs/SEARCH.md) - Suchfunktionalität
|
|
220
|
+
- [READING_PROGRESS.md](docs/READING_PROGRESS.md) - Lesefortschrittsindikator
|
|
221
|
+
- [STRUCTURED_DATA.md](docs/STRUCTURED_DATA.md) - SEO strukturierte Daten
|
|
222
|
+
- [SOCIAL_SHARE.md](SOCIAL_SHARE.md) - Wie man Teilen in sozialen Medien hinzufügt (optional)
|
|
223
|
+
- [COMMENTS.md](docs/COMMENTS.md) - Wie man Kommentare hinzufügt (optional)
|
|
224
|
+
- [CHANGELOG.md](CHANGELOG.md) - Versionsverlauf
|
|
225
|
+
- [PUBLISHING.md](PUBLISHING.md) - Anleitung zum Veröffentlichen Ihres Themes
|
|
226
|
+
|
|
227
|
+
### In mehreren Sprachen verfügbar
|
|
228
|
+
|
|
229
|
+
- 🇬🇧 [README.md](README.md) - Englisch
|
|
230
|
+
- 🇮🇹 [README.it.md](README.it.md) - Italienisch
|
|
231
|
+
- 🇩🇪 [README.de.md](README.de.md) - Deutsch
|
|
232
|
+
- 🇫🇷 [README.fr.md](README.fr.md) - Französisch
|
|
233
|
+
- 🇪🇸 [README.es.md](README.es.md) - Spanisch
|
|
234
|
+
|
|
235
|
+
## Browserunterstützung
|
|
236
|
+
|
|
237
|
+
- Chrome (neueste Version)
|
|
238
|
+
- Firefox (neueste Version)
|
|
239
|
+
- Safari (neueste Version)
|
|
240
|
+
- Edge (neueste Version)
|
|
241
|
+
- Mobile-Browser (iOS Safari, Chrome Mobile)
|
|
242
|
+
|
|
243
|
+
## Beiträge
|
|
244
|
+
|
|
245
|
+
Beiträge sind willkommen! Bitte reichen Sie gerne einen Pull Request ein. Für größere Änderungen öffnen Sie bitte zuerst ein Issue, um zu besprechen, was Sie ändern möchten.
|
|
246
|
+
|
|
247
|
+
1. Forken Sie das Repository
|
|
248
|
+
2. Erstellen Sie Ihren Feature-Branch (`git checkout -b feature/AmazingFeature`)
|
|
249
|
+
3. Commit Ihre Änderungen (`git commit -m 'Add some AmazingFeature'`)
|
|
250
|
+
4. Pushen Sie zum Branch (`git push origin feature/AmazingFeature`)
|
|
251
|
+
5. Öffnen Sie einen Pull Request
|
|
252
|
+
|
|
253
|
+
## Support
|
|
254
|
+
|
|
255
|
+
Wenn Sie auf Probleme stoßen oder Fragen haben:
|
|
256
|
+
|
|
257
|
+
- Öffnen Sie ein Issue auf [GitHub](https://github.com/amargiovanni/sexyjekyll-theme/issues)
|
|
258
|
+
- Überprüfen Sie die [Dokumentation](https://github.com/amargiovanni/sexyjekyll-theme#readme)
|
|
259
|
+
|
|
260
|
+
## Lizenz
|
|
261
|
+
|
|
262
|
+
Dieses Projekt ist unter der MIT-Lizenz lizenziert - siehe die [LICENSE](LICENSE)-Datei für Details.
|
|
263
|
+
|
|
264
|
+
## Mitwirkende
|
|
265
|
+
|
|
266
|
+
Erstellt von [Andrea Margiovanni](https://margiovanni.it)
|
|
267
|
+
|
|
268
|
+
## Danksagungen
|
|
269
|
+
|
|
270
|
+
- Gebaut mit [Jekyll](https://jekyllrb.com/)
|
|
271
|
+
- Syntax-Hervorhebung von [Rouge](https://github.com/rouge-ruby/rouge)
|
|
272
|
+
- Symbole und Design-Inspiration von modernen Web-Design-Trends
|
|
273
|
+
|
|
274
|
+
---
|
|
275
|
+
|
|
276
|
+
Wenn Sie dieses Theme nützlich finden, ziehen Sie bitte in Betracht, ihm einen Stern auf GitHub zu geben!
|
data/README.es.md
ADDED
|
@@ -0,0 +1,276 @@
|
|
|
1
|
+
# Tema SexyJekyll
|
|
2
|
+
|
|
3
|
+
Un tema Jekyll moderno y rico en características diseñado para blogs profesionales y sitios web personales. Construido teniendo en cuenta la accesibilidad, el rendimiento y la experiencia del usuario.
|
|
4
|
+
|
|
5
|
+

|
|
6
|
+
|
|
7
|
+
## Características
|
|
8
|
+
|
|
9
|
+
### Diseño y Experiencia de Usuario
|
|
10
|
+
- **Diseño Moderno**: Estética limpia y minimalista
|
|
11
|
+
- **Totalmente Responsivo**: Diseño mobile-first que funciona en todos los dispositivos
|
|
12
|
+
- **Progreso de Lectura**: Indicador visual que muestra el progreso de lectura del artículo
|
|
13
|
+
- **Estilos de Impresión**: Diseños optimizados para imprimir
|
|
14
|
+
|
|
15
|
+
### Contenido y Navegación
|
|
16
|
+
- **Búsqueda Avanzada**: Búsqueda instantánea del lado del cliente con resaltado de palabras clave
|
|
17
|
+
- **Publicaciones Relacionadas**: Recomendaciones inteligentes de posts basadas en categorías y etiquetas
|
|
18
|
+
- **Categorías**: Filtrado y organización basados en categorías
|
|
19
|
+
- **Paginación**: Paginación de posts personalizable
|
|
20
|
+
|
|
21
|
+
### SEO y Redes Sociales
|
|
22
|
+
- **Optimizado para SEO**: Meta etiquetas, Open Graph, Twitter Cards
|
|
23
|
+
- **Datos Estructurados**: esquema JSON-LD para mejor comprensión de motores de búsqueda
|
|
24
|
+
- **Feed RSS**: Generación automática de feed
|
|
25
|
+
- **Sitemap**: Sitemap generado automáticamente para motores de búsqueda
|
|
26
|
+
|
|
27
|
+
### Accesibilidad
|
|
28
|
+
- **WCAG 2.1 Nivel AA**: Soporte de accesibilidad integral
|
|
29
|
+
- **Saltar al Contenido**: Ayudas de navegación por teclado
|
|
30
|
+
- **HTML Semántico**: Puntos de referencia HTML5 adecuados y estructura
|
|
31
|
+
- **Etiquetas ARIA**: Amigable con lectores de pantalla
|
|
32
|
+
- **Movimiento Reducido**: Respeta las preferencias de movimiento del usuario
|
|
33
|
+
- **Alto Contraste**: Excelentes relaciones de contraste de color
|
|
34
|
+
|
|
35
|
+
### Rendimiento
|
|
36
|
+
- **Imágenes Responsivas**: Formato WebP con múltiples tamaños
|
|
37
|
+
- **Carga Perezosa**: Las imágenes se cargan según sea necesario
|
|
38
|
+
- **CSS/JS Optimizados**: Código minificado y eficiente
|
|
39
|
+
- **Tiempos de Carga Rápidos**: Optimizado para rendimiento
|
|
40
|
+
|
|
41
|
+
### Características para Desarrolladores
|
|
42
|
+
- **Resaltado de Sintaxis**: Bloques de código con números de línea (Rouge)
|
|
43
|
+
- **Tiempo de Lectura**: Estimación automática del tiempo de lectura
|
|
44
|
+
- **Multiidioma**: Sistema completo de i18n que admite inglés, italiano, alemán, francés y español
|
|
45
|
+
- **Personalizable**: Fácil configuración a través de `_config.yml`
|
|
46
|
+
- **Bien Documentado**: Documentación completa incluida
|
|
47
|
+
|
|
48
|
+
### Características de IA y LLM
|
|
49
|
+
- **Soporte llms.txt**: Generación automática de resúmenes de contenido amigables con IA
|
|
50
|
+
- **llms.txt por Post**: Cada publicación de blog genera su propio archivo llms.txt dedicado en `/blog/YYYY/MM/DD/post-slug/llms.txt`
|
|
51
|
+
- **llms.txt a Nivel de Sitio**: Archivo llms.txt principal en la raíz con descripción general del sitio y estructura de contenido
|
|
52
|
+
- **Contenido Estructurado**: Marcado HTML5 limpio y semántico optimizado para rastreadores de IA
|
|
53
|
+
- **esquema JSON-LD**: Datos estructurados enriquecidos para mejor comprensión del contenido
|
|
54
|
+
- **Amigable con Rastreadores de IA**: Enfoque acogedor para la indexación de IA con instrucciones claras
|
|
55
|
+
|
|
56
|
+
## Instalación
|
|
57
|
+
|
|
58
|
+
### Como una Gema de Ruby (Recomendado)
|
|
59
|
+
|
|
60
|
+
Añade esta línea al `Gemfile` de tu sitio Jekyll:
|
|
61
|
+
|
|
62
|
+
```ruby
|
|
63
|
+
gem "sexyjekyll-theme"
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
Y añade esta línea al `_config.yml` de tu sitio Jekyll:
|
|
67
|
+
|
|
68
|
+
```yaml
|
|
69
|
+
theme: sexyjekyll-theme
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
Luego ejecuta:
|
|
73
|
+
|
|
74
|
+
```bash
|
|
75
|
+
bundle install
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
### Tema Remoto (GitHub Pages)
|
|
79
|
+
|
|
80
|
+
Si estás usando GitHub Pages, añade esto a tu `_config.yml`:
|
|
81
|
+
|
|
82
|
+
```yaml
|
|
83
|
+
remote_theme: amargiovanni/sexyjekyll-theme
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
### Instalación Manual
|
|
87
|
+
|
|
88
|
+
1. Descarga o clona este repositorio
|
|
89
|
+
2. Copia los archivos a tu sitio Jekyll
|
|
90
|
+
3. Actualiza tu `_config.yml` con la configuración del tema
|
|
91
|
+
|
|
92
|
+
## Inicio Rápido
|
|
93
|
+
|
|
94
|
+
1. **Instala el tema** usando uno de los métodos anteriores
|
|
95
|
+
|
|
96
|
+
2. **Configura** tu `_config.yml`:
|
|
97
|
+
|
|
98
|
+
```yaml
|
|
99
|
+
# Configuración del sitio
|
|
100
|
+
title: Tu Nombre
|
|
101
|
+
email: tu.email@ejemplo.com
|
|
102
|
+
description: Descripción de tu sitio
|
|
103
|
+
baseurl: ""
|
|
104
|
+
url: "https://tusitio.com"
|
|
105
|
+
lang: es # Opciones: en, it, de, fr, es
|
|
106
|
+
|
|
107
|
+
# Información del autor
|
|
108
|
+
author:
|
|
109
|
+
name: Tu Nombre
|
|
110
|
+
email: tu.email@ejemplo.com
|
|
111
|
+
linkedin: https://www.linkedin.com/in/tuperfil/
|
|
112
|
+
bluesky: https://bsky.app/profile/tumanejo
|
|
113
|
+
|
|
114
|
+
# Logo de navegación
|
|
115
|
+
nav_logo:
|
|
116
|
+
type: text # 'text' o 'image'
|
|
117
|
+
text: TN # Tus iniciales o texto
|
|
118
|
+
# image: /assets/img/logo.png # O ruta a la imagen del logo
|
|
119
|
+
# alt: Tu Logo
|
|
120
|
+
|
|
121
|
+
# Sección hero
|
|
122
|
+
hero:
|
|
123
|
+
name: Tu Nombre
|
|
124
|
+
role: Tu Rol
|
|
125
|
+
subtitle: Tu Empresa o Eslogan
|
|
126
|
+
tagline: Tu eslogan personal
|
|
127
|
+
description: Una breve descripción sobre ti
|
|
128
|
+
|
|
129
|
+
# Sección blog
|
|
130
|
+
blog:
|
|
131
|
+
title: Blog
|
|
132
|
+
description: Descripción de tu blog
|
|
133
|
+
|
|
134
|
+
# Sección de contacto
|
|
135
|
+
contact:
|
|
136
|
+
title: Ponte en Contacto
|
|
137
|
+
description: Descripción de la página de contacto
|
|
138
|
+
links:
|
|
139
|
+
- name: Email
|
|
140
|
+
url: mailto:tu.email@ejemplo.com
|
|
141
|
+
type: email
|
|
142
|
+
- name: LinkedIn
|
|
143
|
+
url: https://www.linkedin.com/in/tuperfil/
|
|
144
|
+
type: linkedin
|
|
145
|
+
```
|
|
146
|
+
|
|
147
|
+
3. **Crea tu primer post** en `_posts/`:
|
|
148
|
+
|
|
149
|
+
```markdown
|
|
150
|
+
---
|
|
151
|
+
layout: post
|
|
152
|
+
title: "Tu Primer Post"
|
|
153
|
+
subtitle: "Subtítulo opcional"
|
|
154
|
+
date: 2025-11-01
|
|
155
|
+
categories: blog tech
|
|
156
|
+
---
|
|
157
|
+
|
|
158
|
+
El contenido de tu post aquí...
|
|
159
|
+
```
|
|
160
|
+
|
|
161
|
+
4. **Ejecuta Jekyll**:
|
|
162
|
+
|
|
163
|
+
```bash
|
|
164
|
+
bundle exec jekyll serve
|
|
165
|
+
```
|
|
166
|
+
|
|
167
|
+
¡Visita `http://localhost:4000` para ver tu sitio!
|
|
168
|
+
|
|
169
|
+
## Configuración
|
|
170
|
+
|
|
171
|
+
### Diseños Disponibles
|
|
172
|
+
|
|
173
|
+
- `default` - Diseño base para todas las páginas
|
|
174
|
+
- `home` - Página de inicio con sección hero
|
|
175
|
+
- `blog` - Página de listado de blog
|
|
176
|
+
- `post` - Post individual del blog
|
|
177
|
+
- `about` - Página acerca de
|
|
178
|
+
- `contact` - Página de contacto con enlaces sociales
|
|
179
|
+
- `category` - Listado de posts específico de categoría
|
|
180
|
+
- `404` - Página de error 404 personalizada
|
|
181
|
+
|
|
182
|
+
### Plugins
|
|
183
|
+
|
|
184
|
+
El tema utiliza estos plugins de Jekyll:
|
|
185
|
+
|
|
186
|
+
**Plugins Estándar:**
|
|
187
|
+
- `jekyll-feed` - Generación de feed RSS
|
|
188
|
+
- `jekyll-seo-tag` - Meta etiquetas SEO
|
|
189
|
+
- `jekyll-paginate` - Paginación de posts
|
|
190
|
+
- `jekyll-sitemap` - Generación de sitemap
|
|
191
|
+
- `liquid_reading_time` - Estimación del tiempo de lectura
|
|
192
|
+
- `jekyll_picture_tag` - Imágenes responsivas
|
|
193
|
+
|
|
194
|
+
**Plugins Personalizados:**
|
|
195
|
+
- `llms_txt_generator` - Genera automáticamente archivos llms.txt para cada post de blog y crea resúmenes de contenido amigables con IA
|
|
196
|
+
- `auto_related_posts` - Sistema inteligente de recomendación de posts basado en categorías, etiquetas y similitud de contenido usando algoritmo similar a TF-IDF
|
|
197
|
+
- `category_generator` - Crea automáticamente páginas dedicadas para cada categoría con listados de posts filtrados
|
|
198
|
+
- `localized_date` - Filtro Liquid para formatear fechas según el idioma seleccionado (por ejemplo, "15 January 2025" en inglés, "15 gennaio 2025" en italiano, "15 enero 2025" en español)
|
|
199
|
+
|
|
200
|
+
### Personalización
|
|
201
|
+
|
|
202
|
+
#### Colores y Estilos
|
|
203
|
+
|
|
204
|
+
Edita `css/style.css` para personalizar colores, fuentes y estilos.
|
|
205
|
+
|
|
206
|
+
#### Enlaces Sociales
|
|
207
|
+
|
|
208
|
+
Configura los enlaces sociales en `_config.yml` bajo `contact.links`. Tipos soportados:
|
|
209
|
+
- email, linkedin, bluesky, twitter, github, instagram, facebook
|
|
210
|
+
- youtube, mastodon, telegram, whatsapp, medium, reddit
|
|
211
|
+
- discord, tiktok, twitch, slack
|
|
212
|
+
|
|
213
|
+
## Documentación
|
|
214
|
+
|
|
215
|
+
La documentación detallada está disponible en los siguientes archivos:
|
|
216
|
+
|
|
217
|
+
- [I18N.md](docs/I18N.md) - Sistema de internacionalización y soporte de idiomas
|
|
218
|
+
- [ACCESSIBILITY.md](docs/ACCESSIBILITY.md) - Características de accesibilidad y pruebas
|
|
219
|
+
- [SEARCH.md](docs/SEARCH.md) - Funcionalidad de búsqueda
|
|
220
|
+
- [READING_PROGRESS.md](docs/READING_PROGRESS.md) - Indicador de progreso de lectura
|
|
221
|
+
- [STRUCTURED_DATA.md](docs/STRUCTURED_DATA.md) - Datos estructurados SEO
|
|
222
|
+
- [SOCIAL_SHARE.md](SOCIAL_SHARE.md) - Cómo agregar compartición en redes sociales (opcional)
|
|
223
|
+
- [COMMENTS.md](docs/COMMENTS.md) - Cómo agregar comentarios (opcional)
|
|
224
|
+
- [CHANGELOG.md](CHANGELOG.md) - Historial de versiones
|
|
225
|
+
- [PUBLISHING.md](PUBLISHING.md) - Guía para publicar tu tema
|
|
226
|
+
|
|
227
|
+
### Disponible en Múltiples Idiomas
|
|
228
|
+
|
|
229
|
+
- 🇬🇧 [README.md](README.md) - Inglés
|
|
230
|
+
- 🇮🇹 [README.it.md](README.it.md) - Italiano
|
|
231
|
+
- 🇩🇪 [README.de.md](README.de.md) - Alemán
|
|
232
|
+
- 🇫🇷 [README.fr.md](README.fr.md) - Francés
|
|
233
|
+
- 🇪🇸 [README.es.md](README.es.md) - Español
|
|
234
|
+
|
|
235
|
+
## Compatibilidad de Navegadores
|
|
236
|
+
|
|
237
|
+
- Chrome (última versión)
|
|
238
|
+
- Firefox (última versión)
|
|
239
|
+
- Safari (última versión)
|
|
240
|
+
- Edge (última versión)
|
|
241
|
+
- Navegadores móviles (iOS Safari, Chrome Mobile)
|
|
242
|
+
|
|
243
|
+
## Contribuciones
|
|
244
|
+
|
|
245
|
+
¡Las contribuciones son bienvenidas! Siéntete libre de enviar un Pull Request. Para cambios mayores, abre un issue primero para discutir qué te gustaría cambiar.
|
|
246
|
+
|
|
247
|
+
1. Fork el repositorio
|
|
248
|
+
2. Crea tu rama de feature (`git checkout -b feature/CaracterísticaIncreíble`)
|
|
249
|
+
3. Commit tus cambios (`git commit -m 'Añade CaracterísticaIncreíble'`)
|
|
250
|
+
4. Push a la rama (`git push origin feature/CaracterísticaIncreíble`)
|
|
251
|
+
5. Abre un Pull Request
|
|
252
|
+
|
|
253
|
+
## Soporte
|
|
254
|
+
|
|
255
|
+
Si encuentras algún problema o tienes preguntas:
|
|
256
|
+
|
|
257
|
+
- Abre un issue en [GitHub](https://github.com/amargiovanni/sexyjekyll-theme/issues)
|
|
258
|
+
- Revisa la [documentación](https://github.com/amargiovanni/sexyjekyll-theme#readme)
|
|
259
|
+
|
|
260
|
+
## Licencia
|
|
261
|
+
|
|
262
|
+
Este proyecto está licenciado bajo la Licencia MIT - ver el archivo [LICENSE](LICENSE) para detalles.
|
|
263
|
+
|
|
264
|
+
## Créditos
|
|
265
|
+
|
|
266
|
+
Creado por [Andrea Margiovanni](https://margiovanni.it)
|
|
267
|
+
|
|
268
|
+
## Agradecimientos
|
|
269
|
+
|
|
270
|
+
- Construido con [Jekyll](https://jekyllrb.com/)
|
|
271
|
+
- Resaltado de sintaxis por [Rouge](https://github.com/rouge-ruby/rouge)
|
|
272
|
+
- Iconos e inspiración de diseño de tendencias modernas de diseño web
|
|
273
|
+
|
|
274
|
+
---
|
|
275
|
+
|
|
276
|
+
¡Si encuentras este tema útil, considera darle una estrella en GitHub!
|