hexo-theme-shokax 0.4.0-alpha.3 → 0.4.0-beta.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. package/README.md +1 -2
  2. package/_config.yml +11 -2
  3. package/languages/README.md +0 -22
  4. package/layout/_mixin/segment.pug +5 -2
  5. package/layout/_partials/footer.pug +1 -1
  6. package/layout/_partials/head/head.pug +3 -8
  7. package/layout/_partials/header.pug +1 -1
  8. package/layout/_partials/layout.pug +11 -9
  9. package/layout/_partials/post/post.pug +1 -1
  10. package/layout/_partials/sidebar/overview.pug +2 -2
  11. package/layout/index.pug +2 -2
  12. package/package.json +1 -1
  13. package/scripts/generaters/script.js +2 -4
  14. package/scripts/helpers/asset.js +3 -3
  15. package/scripts/helpers/engine.js +15 -1
  16. package/scripts/plugin/index.js +1 -0
  17. package/source/css/_common/outline/sidebar/sidebar.styl +5 -0
  18. package/source/css/_common/scaffolding/base.styl +6 -6
  19. package/source/js/_app/components/comments.ts +0 -3
  20. package/source/js/_app/globals/handles.ts +2 -2
  21. package/source/js/_app/page/search.ts +0 -20
  22. package/source/js/_app/pjax/domInit.ts +1 -0
  23. package/source/js/_app/pjax/refresh.ts +56 -12
  24. package/source/js/_app/pjax/siteInit.ts +41 -10
  25. package/languages/ar.yml +0 -153
  26. package/languages/de.yml +0 -153
  27. package/languages/es.yml +0 -153
  28. package/languages/fr.yml +0 -153
  29. package/languages/hi.yml +0 -153
  30. package/languages/id.yml +0 -153
  31. package/languages/it.yml +0 -153
  32. package/languages/ko.yml +0 -153
  33. package/languages/nl.yml +0 -153
  34. package/languages/pl.yml +0 -153
  35. package/languages/pt.yml +0 -153
  36. package/languages/ru.yml +0 -153
  37. package/languages/tr.yml +0 -153
  38. package/languages/vi.yml +0 -153
  39. package/source/css/comment.styl +0 -3
package/languages/ar.yml DELETED
@@ -1,153 +0,0 @@
1
- ---
2
- name: العربية
3
- favicon:
4
- show: (●´3`●) ها نحن ذا مرة أخرى.
5
- hide: (´Д`) إنه كارثة!
6
-
7
- title:
8
- archive: الأرشيف
9
- category: الفئة
10
- tag: الوسم
11
- all: الكل
12
- not_found: Σ( ° △ °|||)︴404! لا يمكن رؤية أي شيء
13
- category_in: مقالات في الفئة "%s"
14
- tag_in: مقالات مع الوسم "%s"
15
- archive_in: مقالات نشرت في "%s"
16
-
17
- menu:
18
- home: الصفحة الرئيسية
19
- posts: المقالات
20
- archives: الأرشيفات
21
- categories: الفئات
22
- tags: الوسوم
23
- about: حول
24
- search: بحث
25
- census: إحصائيات زيارات المدونة
26
- aboutsite: حول هذا الموقع
27
- updata: سجل التحديثات
28
- statistics: الإحصائيات
29
- admiration: التقدير
30
- friends: الأصدقاء
31
- privacy: سياسة الخصوصية
32
-
33
- sidebar:
34
- overview: نظرة عامة
35
- toc: المحتوى
36
- related: مقالات ذات صلة
37
-
38
- index:
39
- sticky: مقالات مثبتة
40
- category: فئات مختارة
41
- posts: قائمة المقالات
42
- random_posts: مقالات عشوائية
43
- recent_comments: التعليقات الأخيرة
44
-
45
- post:
46
- posted: نشرت في
47
- edited: تم تحريره في
48
- created: تم إنشاؤه
49
- modified: تم تعديله
50
- edit: تحرير
51
- in: في
52
- read_more: اقرأ المزيد
53
- untitled: بدون عنوان
54
- sticky: مثبت
55
- views: المشاهدات
56
- related_posts: مقالات ذات صلة
57
- next: المقالة التالية
58
- prev: المقالة السابقة
59
- copyright:
60
- author: مؤلف المقالة
61
- link: رابط المقالة
62
- license_title: إشعار حقوق الطبع والنشر
63
- license_content: "جميع المقالات في هذه المدونة مرخصة بموجب %s ، ما لم يتم الإشارة إلى غير ذلك."
64
- nocopy: '<span class="red">هذه الصفحة محظورة من الطبع من جديد.</span>'
65
-
66
- footer:
67
- powered: "مدعوم من %s"
68
- total_views: مجموع المشاهدات
69
- total_visitors: مجموع الزوار
70
-
71
- counter:
72
- index:
73
- post: "%d مقالات في المجمل"
74
- category: "%d فئات فرعية في المجمل, "
75
- tag_cloud:
76
- zero: لا وسوم
77
- one: 1 وسم في المجمل
78
- other: "%d وسوم في المجمل"
79
- categories:
80
- zero: لا فئات
81
- one: 1 فئة في المجمل
82
- other: "%d فئات في المجمل"
83
- archive_posts:
84
- zero: لا مقالات.
85
- one: 1 مقال.
86
- other: "%d مقالات في المجمل."
87
-
88
- state:
89
- posts: مقالات
90
- tags: وسوم
91
- categories: فئات
92
-
93
- search:
94
- placeholder: بحث عن المقالات
95
- empty: "لم نجد أي نتائج للبحث: ${query}"
96
- stats: "${hits} نتائج وُجدت في ${time} مللي ثانية"
97
-
98
- cheers:
99
- um: أم..
100
- ok: حسنًا
101
- nice: لطيف
102
- good: جيد
103
- great: رائع
104
- excellent: ممتاز
105
-
106
- keep_on: استمر في النشر.
107
-
108
- symbol:
109
- comma: ", "
110
- period: ". "
111
- colon: ": "
112
- year: "س"
113
- month: "ش"
114
-
115
- reward:
116
- donate: تبرع
117
- text: أعطني كوبا من [القهوة]~( ̄▽ ̄)~*
118
- wechatpay: WeChat Pay
119
- alipay: Alipay
120
- paypal: PayPal
121
- bitcoin: Bitcoin
122
-
123
- follow_me:
124
- welcome: مرحبًا بك في قنواتي الأخرى للنشر
125
-
126
- accessibility:
127
- nav_toggle: تبديل شريط التنقل
128
- prev_page: الصفحة السابقة
129
- next_page: الصفحة التالية
130
-
131
- symbols_count_time:
132
- count: عدد الرموز في المقالة
133
- count_total: مجموع الرموز
134
- time: وقت القراءة
135
- time_total: الوقت الكلي للقراءة
136
- time_minutes: دق.
137
- word: كلمات
138
- view: مرات
139
-
140
- tips:
141
- copyright: "تم النسخ بنجاح إلى الحافظة! <br> جميع المقالات في هذه المدونة مرخصة بموجب %s."
142
- nocopy: "فشل النسخ إلى الحافظة! هذه الصفحة محظورة من الطبع من جديد."
143
-
144
- quiz:
145
- choice: سؤال الاختيار من متعدد
146
- multiple: سؤال الإجابة المتعددة
147
- true_false: سؤال صحيح/خاطئ
148
- essay: أسئلة
149
- gap_fill: سؤال ملء الفراغات
150
- mistake: ملاحظة على الإجابة الخاطئة
151
-
152
- outime:
153
- template: '<div class="note warning"><p><span class="label warning">تنبيه الفحص الزمني للمقال</span><br>هذا مقال تم نشره قبل {{publish}} أيام وتم تحديثه لآخر مرة قبل {{updated}} أيام. قد تكون بعض المعلومات قد تغيرت، لذا يرجى الحذر عند التحقق منها.</p></div>'
package/languages/de.yml DELETED
@@ -1,153 +0,0 @@
1
- ---
2
- name: Deutsch
3
- favicon:
4
- show: (●´3`●) Los geht's wieder.
5
- hide: (´Д`) Es ist eine Katastrophe!
6
-
7
- title:
8
- archive: Archiv
9
- category: Kategorie
10
- tag: Tag
11
- all: Alle
12
- not_found: Σ( ° △ °|||)︴404! Nichts kann gesehen werden
13
- category_in: Artikel in der Kategorie "%s"
14
- tag_in: Artikel mit dem Tag "%s"
15
- archive_in: Artikel veröffentlicht am "%s"
16
-
17
- menu:
18
- home: Startseite
19
- posts: Beiträge
20
- archives: Archive
21
- categories: Kategorien
22
- tags: Tags
23
- about: Über
24
- search: Suche
25
- census: Blog-Besuchsstatistiken
26
- aboutsite: Über diese Seite
27
- updata: Update-Protokoll
28
- statistics: Statistiken
29
- admiration: Wertschätzung
30
- friends: Freunde
31
- privacy: Datenschutzrichtlinie
32
-
33
- sidebar:
34
- overview: Übersicht
35
- toc: Inhaltsverzeichnis
36
- related: Verwandte Artikel
37
-
38
- index:
39
- sticky: Angeheftete Beiträge
40
- category: Ausgewählte Kategorien
41
- posts: Beitragsliste
42
- random_posts: Zufällige Beiträge
43
- recent_comments: Neueste Kommentare
44
-
45
- post:
46
- posted: Veröffentlicht am
47
- edited: Bearbeitet am
48
- created: Erstellt
49
- modified: Geändert
50
- edit: Bearbeiten
51
- in: In
52
- read_more: Weiterlesen
53
- untitled: Unbenannt
54
- sticky: Angeheftet
55
- views: Aufrufe
56
- related_posts: Verwandte Beiträge
57
- next: Nächster Beitrag
58
- prev: Vorheriger Beitrag
59
- copyright:
60
- author: Autor des Beitrags
61
- link: Link zum Beitrag
62
- license_title: Urheberrechtshinweis
63
- license_content: "Alle Artikel in diesem Blog sind lizenziert unter %s, sofern nicht zusätzlich angegeben."
64
- nocopy: '<span class="red">Diese Seite ist vom Nachdruck ausgeschlossen.</span>'
65
-
66
- footer:
67
- powered: "Angetrieben von %s"
68
- total_views: Gesamtansichten
69
- total_visitors: Gesamtbesucher
70
-
71
- counter:
72
- index:
73
- post: "%d Beiträge insgesamt"
74
- category: "%d Unterkategorien insgesamt, "
75
- tag_cloud:
76
- zero: Keine Tags
77
- one: Insgesamt 1 Tag
78
- other: "Insgesamt %d Tags"
79
- categories:
80
- zero: Keine Kategorien
81
- one: Insgesamt 1 Kategorie
82
- other: "Insgesamt %d Kategorien"
83
- archive_posts:
84
- zero: Keine Beiträge.
85
- one: Insgesamt 1 Beitrag.
86
- other: "Insgesamt %d Beiträge."
87
-
88
- state:
89
- posts: Beiträge
90
- tags: Tags
91
- categories: Kategorien
92
-
93
- search:
94
- placeholder: Beiträge suchen
95
- empty: "Wir haben keine Ergebnisse für die Suche gefunden: ${query}"
96
- stats: "${hits} Ergebnisse in ${time} ms gefunden"
97
-
98
- cheers:
99
- um: Ähm..
100
- ok: OK
101
- nice: Schön
102
- good: Gut
103
- great: Großartig
104
- excellent: Ausgezeichnet
105
-
106
- keep_on: Weiter so.
107
-
108
- symbol:
109
- comma: ", "
110
- period: ". "
111
- colon: ": "
112
- year: "J"
113
- month: "M"
114
-
115
- reward:
116
- donate: Spenden
117
- text: Gib mir eine Tasse [Kaffee]~( ̄▽ ̄)~*
118
- wechatpay: WeChat Pay
119
- alipay: Alipay
120
- paypal: PayPal
121
- bitcoin: Bitcoin
122
-
123
- follow_me:
124
- welcome: Willkommen auf meinen anderen Veröffentlichungskanälen
125
-
126
- accessibility:
127
- nav_toggle: Navigationsleiste umschalten
128
- prev_page: Vorherige Seite
129
- next_page: Nächste Seite
130
-
131
- symbols_count_time:
132
- count: Symbolanzahl im Artikel
133
- count_total: Gesamtzahl der Symbole
134
- time: Lesezeit
135
- time_total: Gesamtlesezeit
136
- time_minutes: Min.
137
- word: Wörter
138
- view: mal
139
-
140
- tips:
141
- copyright: "Erfolgreich in die Zwischenablage kopiert! <br> Alle Artikel in diesem Blog sind lizenziert unter %s."
142
- nocopy: "Kopieren in die Zwischenablage fehlgeschlagen! Diese Seite ist vom Nachdruck ausgeschlossen."
143
-
144
- quiz:
145
- choice: Multiple-Choice-Frage
146
- multiple: Mehrfachantwort-Frage
147
- true_false: Wahr/Falsch-Frage
148
- essay: Fragen
149
- gap_fill: Lückentext-Frage
150
- mistake: Falsche Antwort
151
-
152
- outime:
153
- template: '<div class="note warning"><p><span class="label warning">Artikel-Zeitlichkeitswarnung</span><br>Dies ist ein Artikel, der vor {{publish}} Tagen veröffentlicht und zuletzt vor {{updated}} Tagen aktualisiert wurde. Einige Informationen könnten sich geändert haben, also seien Sie vorsichtig bei der Überprüfung.</p></div>'
package/languages/es.yml DELETED
@@ -1,153 +0,0 @@
1
- ---
2
- name: Español
3
- favicon:
4
- show: (●´3`●) Aquí vamos de nuevo.
5
- hide: (´Д`) Es un desastre.
6
-
7
- title:
8
- archive: Archivo
9
- category: Categoría
10
- tag: Etiqueta
11
- all: Todos
12
- not_found: Σ( ° △ °|||)︴¡404! No se puede ver nada
13
- category_in: Publicado en la categoría "%s"
14
- tag_in: Publicado con la etiqueta "%s"
15
- archive_in: Publicado en "%s"
16
-
17
- menu:
18
- home: Inicio
19
- posts: Publicaciones
20
- archives: Archivos
21
- categories: Categorías
22
- tags: Etiquetas
23
- about: Acerca de
24
- search: Buscar
25
- census: Estadísticas de visitas al blog
26
- aboutsite: Acerca de este sitio
27
- updata: Registro de actualizaciones
28
- statistics: Estadísticas
29
- admiration: Apreciación
30
- friends: Amigos
31
- privacy: Política de privacidad
32
-
33
- sidebar:
34
- overview: Resumen
35
- toc: Contenidos
36
- related: Relacionado
37
-
38
- index:
39
- sticky: Publicaciones destacadas
40
- category: Categorías
41
- posts: Lista de publicaciones
42
- random_posts: Publicaciones aleatorias
43
- recent_comments: Comentarios recientes
44
-
45
- post:
46
- posted: Publicado en
47
- edited: Editado en
48
- created: Creado
49
- modified: Modificado
50
- edit: Editar esta publicación
51
- in: En
52
- read_more: Leer más
53
- untitled: Sin título
54
- sticky: Destacado
55
- views: Vistas
56
- related_posts: Publicaciones relacionadas
57
- next: Siguiente publicación
58
- prev: Publicación anterior
59
- copyright:
60
- author: Autor de la publicación
61
- link: Enlace de la publicación
62
- license_title: Aviso de derechos de autor
63
- license_content: "Todos los artículos de este blog están licenciados bajo %s a menos que se indique adicionalmente."
64
- nocopy: '<span class="red">Esta página está prohibida para reimpresión.</span>'
65
-
66
- footer:
67
- powered: "Impulsado por %s"
68
- total_views: Vistas totales
69
- total_visitors: Visitantes totales
70
-
71
- counter:
72
- index:
73
- post: "%d publicaciones en total"
74
- category: "%d subcategorías en total, "
75
- tag_cloud:
76
- zero: Sin etiquetas
77
- one: 1 etiqueta en total
78
- other: "%d etiquetas en total"
79
- categories:
80
- zero: Sin categorías
81
- one: 1 categoría en total
82
- other: "%d categorías en total"
83
- archive_posts:
84
- zero: Sin publicaciones.
85
- one: 1 publicación en total.
86
- other: "%d publicaciones en total."
87
-
88
- state:
89
- posts: publicaciones
90
- tags: etiquetas
91
- categories: categorías
92
-
93
- search:
94
- placeholder: Buscar publicaciones
95
- empty: "No encontramos ningún resultado para la búsqueda: ${query}"
96
- stats: "${hits} resultados encontrados en ${time} ms"
97
-
98
- cheers:
99
- um: Um..
100
- ok: OK
101
- nice: Bonito
102
- good: Bueno
103
- great: Genial
104
- excellent: Excelente
105
-
106
- keep_on: Sigue publicando.
107
-
108
- symbol:
109
- comma: ", "
110
- period: ". "
111
- colon: ": "
112
- year: "A"
113
- month: "M"
114
-
115
- reward:
116
- donate: Donar
117
- text: Dame una taza de [café]~( ̄▽ ̄)~*
118
- wechatpay: WeChat Pay
119
- alipay: Alipay
120
- paypal: PayPal
121
- bitcoin: Bitcoin
122
-
123
- follow_me:
124
- welcome: Bienvenido a mis otros canales de publicación
125
-
126
- accessibility:
127
- nav_toggle: Alternar barra de navegación
128
- prev_page: Página anterior
129
- next_page: Página siguiente
130
-
131
- symbols_count_time:
132
- count: Cuenta de símbolos en el artículo
133
- count_total: Cuenta total de símbolos
134
- time: Tiempo de lectura
135
- time_total: Tiempo total de lectura
136
- time_minutes: mins.
137
- word: palabras
138
- view: veces
139
-
140
- tips:
141
- copyright: "Copiado al portapapeles con éxito! <br> Todos los artículos de este blog están licenciados bajo %s."
142
- nocopy: "Falló la copia al portapapeles! Esta página está prohibida para reimpresión."
143
-
144
- quiz:
145
- choice: Opción múltiple
146
- multiple: Respuesta múltiple
147
- true_false: Verdadero/Falso
148
- essay: Preguntas
149
- gap_fill: Relleno de huecos
150
- mistake: Respuesta incorrecta
151
-
152
- outime:
153
- template: '<div class="note warning"><p><span class="label warning">Alerta de actualidad del artículo</span><br>Este es un artículo publicado hace {{publish}} días y actualizado por última vez hace {{updated}} días. Alguna información puede haber cambiado, así que por favor ten cuidado al revisarlo.</p></div>'
package/languages/fr.yml DELETED
@@ -1,153 +0,0 @@
1
- ---
2
- name: Français
3
- favicon:
4
- show: (●´3`●) On y va encore.
5
- hide: (´Д`) C'est un désastre !
6
-
7
- title:
8
- archive: Archives
9
- category: Catégorie
10
- tag: Tag
11
- all: Tout
12
- not_found: Σ( ° △ °|||)︴404 ! Rien ne peut être vu
13
- category_in: Articles dans la catégorie "%s"
14
- tag_in: Articles avec le tag "%s"
15
- archive_in: Articles publiés le "%s"
16
-
17
- menu:
18
- home: Accueil
19
- posts: Articles
20
- archives: Archives
21
- categories: Catégories
22
- tags: Tags
23
- about: À propos
24
- search: Recherche
25
- census: Statistiques de visites du blog
26
- aboutsite: À propos de ce site
27
- updata: Journal des mises à jour
28
- statistics: Statistiques
29
- admiration: Appréciation
30
- friends: Amis
31
- privacy: Politique de confidentialité
32
-
33
- sidebar:
34
- overview: Aperçu
35
- toc: Table des matières
36
- related: Articles liés
37
-
38
- index:
39
- sticky: Articles épinglés
40
- category: Catégories sélectionnées
41
- posts: Liste des articles
42
- random_posts: Articles aléatoires
43
- recent_comments: Commentaires récents
44
-
45
- post:
46
- posted: Publié le
47
- edited: Édité le
48
- created: Créé
49
- modified: Modifié
50
- edit: Éditer
51
- in: Dans
52
- read_more: Lire la suite
53
- untitled: Sans titre
54
- sticky: Épinglé
55
- views: Vues
56
- related_posts: Articles liés
57
- next: Article suivant
58
- prev: Article précédent
59
- copyright:
60
- author: Auteur de l'article
61
- link: Lien de l'article
62
- license_title: Avis de droit d'auteur
63
- license_content: "Tous les articles de ce blog sont sous licence %s, sauf indication contraire."
64
- nocopy: "<span class=\"red\">Cette page est interdite à la reproduction.</span>"
65
-
66
- footer:
67
- powered: "Propulsé par %s"
68
- total_views: Vues totales
69
- total_visitors: Visiteurs totaux
70
-
71
- counter:
72
- index:
73
- post: "%d articles au total"
74
- category: "%d sous-catégories au total, "
75
- tag_cloud:
76
- zero: Pas de tags
77
- one: 1 tag au total
78
- other: "%d tags au total"
79
- categories:
80
- zero: Pas de catégories
81
- one: 1 catégorie au total
82
- other: "%d catégories au total"
83
- archive_posts:
84
- zero: Pas d'articles.
85
- one: 1 article.
86
- other: "%d articles au total."
87
-
88
- state:
89
- posts: Articles
90
- tags: Tags
91
- categories: Catégories
92
-
93
- search:
94
- placeholder: Recherche d'articles
95
- empty: "Nous n'avons trouvé aucun résultat pour la recherche : ${query}"
96
- stats: "${hits} résultats trouvés en ${time} ms"
97
-
98
- cheers:
99
- um: Euh..
100
- ok: OK
101
- nice: Sympa
102
- good: Bien
103
- great: Super
104
- excellent: Excellent
105
-
106
- keep_on: Continuez à poster.
107
-
108
- symbol:
109
- comma: ", "
110
- period: ". "
111
- colon: ": "
112
- year: "A"
113
- month: "M"
114
-
115
- reward:
116
- donate: Faire un don
117
- text: Offrez-moi une tasse de [café]~( ̄▽ ̄)~*
118
- wechatpay: WeChat Pay
119
- alipay: Alipay
120
- paypal: PayPal
121
- bitcoin: Bitcoin
122
-
123
- follow_me:
124
- welcome: Bienvenue sur mes autres canaux de publication
125
-
126
- accessibility:
127
- nav_toggle: Basculer la barre de navigation
128
- prev_page: Page précédente
129
- next_page: Page suivante
130
-
131
- symbols_count_time:
132
- count: Nombre de symboles dans l'article
133
- count_total: Nombre total de symboles
134
- time: Temps de lecture
135
- time_total: Temps total de lecture
136
- time_minutes: min.
137
- word: mots
138
- view: fois
139
-
140
- tips:
141
- copyright: "Copié avec succès dans le presse-papiers ! <br> Tous les articles de ce blog sont sous licence %s."
142
- nocopy: "Échec de la copie dans le presse-papiers ! Cette page est interdite à la reproduction."
143
-
144
- quiz:
145
- choice: Question à choix multiple
146
- multiple: Question à réponses multiples
147
- true_false: Question vrai/faux
148
- essay: Questions
149
- gap_fill: Question à trous
150
- mistake: Remarque sur la mauvaise réponse
151
-
152
- outime:
153
- template: "<div class=\"note warning\"><p><span class=\"label warning\">Alerte de pertinence de l'article</span><br>C'est un article publié il y a {{publish}} jours et mis à jour pour la dernière fois il y a {{updated}} jours. Certaines informations peuvent avoir changé, alors soyez prudent lors de la vérification.</p></div>"