jekyll-theme-abd3lraouf 5.2.6 → 5.2.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +21 -21
- data/README.md +105 -105
- data/_data/assets/cross_origin.yml +62 -62
- data/_data/assets/self_host.yml +51 -51
- data/_data/authors.yml +17 -17
- data/_data/contact.yml +30 -30
- data/_data/locales/bg-BG.yml +83 -83
- data/_data/locales/en.yml +83 -83
- data/_data/locales/es-ES.yml +79 -79
- data/_data/locales/fr-FR.yml +79 -79
- data/_data/locales/hu-HU.yml +81 -81
- data/_data/locales/id-ID.yml +79 -79
- data/_data/locales/ko-KR.yml +79 -79
- data/_data/locales/my-MM.yml +79 -79
- data/_data/locales/pt-BR.yml +79 -79
- data/_data/locales/ru-RU.yml +79 -79
- data/_data/locales/tr-TR.yml +79 -79
- data/_data/locales/uk-UA.yml +79 -79
- data/_data/locales/vi-VN.yml +77 -77
- data/_data/locales/zh-CN.yml +78 -78
- data/_data/share.yml +27 -27
- data/_includes/assets-origin.html +12 -12
- data/_includes/comments/disqus.html +54 -54
- data/_includes/comments/giscus.html +56 -56
- data/_includes/comments/utterances.html +51 -51
- data/_includes/comments.html +5 -5
- data/_includes/datetime.html +21 -21
- data/_includes/favicons.html +17 -17
- data/_includes/footer.html +17 -36
- data/_includes/google-analytics.html +14 -14
- data/_includes/head.html +116 -116
- data/_includes/js-selector.html +104 -104
- data/_includes/jsdelivr-combine.html +32 -32
- data/_includes/lang.html +8 -8
- data/_includes/language-alias.html +70 -70
- data/_includes/mermaid.html +57 -57
- data/_includes/mode-toggle.html +129 -129
- data/_includes/no-linenos.html +10 -10
- data/_includes/post-nav.html +30 -30
- data/_includes/post-paginator.html +88 -88
- data/_includes/post-sharing.html +27 -27
- data/_includes/read-time.html +30 -30
- data/_includes/refactor-content.html +282 -282
- data/_includes/related-posts.html +103 -103
- data/_includes/search-loader.html +46 -46
- data/_includes/search-results.html +11 -11
- data/_includes/sidebar.html +93 -93
- data/_includes/toc.html +16 -16
- data/_includes/topbar.html +70 -70
- data/_includes/trending-tags.html +50 -50
- data/_includes/update-list.html +40 -40
- data/_layouts/archives.html +48 -48
- data/_layouts/categories.html +120 -120
- data/_layouts/category.html +24 -24
- data/_layouts/compress.html +10 -10
- data/_layouts/default.html +74 -74
- data/_layouts/home.html +103 -103
- data/_layouts/page.html +64 -64
- data/_layouts/post.html +159 -159
- data/_layouts/tag.html +23 -23
- data/_layouts/tags.html +23 -23
- data/_plugins/posts-lastmod-hook.rb +14 -14
- data/_sass/addon/commons.scss +1678 -1680
- data/_sass/addon/module.scss +151 -151
- data/_sass/addon/syntax.scss +289 -289
- data/_sass/addon/variables.scss +34 -34
- data/_sass/colors/dark-syntax.scss +88 -88
- data/_sass/colors/dark-typography.scss +157 -157
- data/_sass/colors/light-syntax.scss +84 -84
- data/_sass/colors/light-typography.scss +94 -94
- data/_sass/layout/archives.scss +147 -147
- data/_sass/layout/categories.scss +67 -67
- data/_sass/layout/category-tag.scss +73 -73
- data/_sass/layout/home.scss +184 -184
- data/_sass/layout/post.scss +369 -369
- data/_sass/layout/tags.scss +19 -19
- data/_sass/variables-hook.scss +3 -3
- data/_tabs/about.md +8 -8
- data/_tabs/archives.md +7 -7
- data/_tabs/categories.md +6 -6
- data/_tabs/tags.md +6 -6
- data/assets/404.html +16 -16
- data/assets/css/style.scss +12 -12
- data/assets/feed.xml +61 -61
- data/assets/img/favicons/browserconfig.xml +13 -13
- data/assets/img/favicons/site.webmanifest +26 -26
- data/assets/js/data/search.json +18 -18
- data/assets/js/data/swcache.js +55 -55
- data/assets/js/pwa/app.js +47 -47
- data/assets/js/pwa/sw.js +89 -89
- data/assets/js/pwa/unregister.js +12 -12
- data/assets/robots.txt +10 -10
- data/index.html +4 -4
- metadata +7 -7
data/_data/locales/bg-BG.yml
CHANGED
@@ -1,83 +1,83 @@
|
|
1
|
-
# The layout text of site
|
2
|
-
|
3
|
-
# ----- Commons label -----
|
4
|
-
|
5
|
-
layout:
|
6
|
-
post: Публикация
|
7
|
-
category: Категория
|
8
|
-
tag: Тагове
|
9
|
-
|
10
|
-
# The tabs of sidebar
|
11
|
-
tabs:
|
12
|
-
# format: <filename_without_extension>: <value>
|
13
|
-
home: Начало
|
14
|
-
categories: Категории
|
15
|
-
tags: Тагове
|
16
|
-
archives: Архив
|
17
|
-
about: За мен
|
18
|
-
|
19
|
-
# the text displayed in the search bar & search results
|
20
|
-
search:
|
21
|
-
hint: търси
|
22
|
-
cancel: Отмени
|
23
|
-
no_results: Упс! Не са намерени резултати.
|
24
|
-
|
25
|
-
panel:
|
26
|
-
lastmod: Наскоро обновени
|
27
|
-
trending_tags: Популярни тагове
|
28
|
-
toc: Съдържание
|
29
|
-
|
30
|
-
copyright:
|
31
|
-
# Shown at the bottom of the post
|
32
|
-
license:
|
33
|
-
template: Тази публикация е лицензирана под :LICENSE_NAME от автора.
|
34
|
-
name: CC BY 4.0
|
35
|
-
link: https://creativecommons.org/licenses/by/4.0/
|
36
|
-
|
37
|
-
# Displayed in the footer
|
38
|
-
brief: Някои права запазени.
|
39
|
-
verbose: >-
|
40
|
-
Освен ако не е посочено друго, публикациите в блога на този сайт са лицензирани
|
41
|
-
под лиценза Creative Commons Attribution 4.0 (CC BY 4.0) от автора.
|
42
|
-
|
43
|
-
meta: Създадено чрез :PLATFORM и :THEME тема.
|
44
|
-
|
45
|
-
not_found:
|
46
|
-
statment: Съжалявам, но този на този URL адрес няма налично съдържание.
|
47
|
-
|
48
|
-
notification:
|
49
|
-
update_found: Налична е нова версия на съдържанието.
|
50
|
-
update: Обнови
|
51
|
-
|
52
|
-
# ----- Posts related labels -----
|
53
|
-
|
54
|
-
post:
|
55
|
-
written_by: Автор
|
56
|
-
posted: Публикувана
|
57
|
-
updated: Обновена
|
58
|
-
words: думи
|
59
|
-
pageview_measure: преглеждания
|
60
|
-
read_time:
|
61
|
-
unit: мин
|
62
|
-
prompt: четиво
|
63
|
-
relate_posts: Още за четене
|
64
|
-
share: Споделете
|
65
|
-
button:
|
66
|
-
next: По-нови
|
67
|
-
previous: По-стари
|
68
|
-
copy_code:
|
69
|
-
succeed: Копирано!
|
70
|
-
share_link:
|
71
|
-
title: Копирай линк
|
72
|
-
succeed: Линкът е копиран успешно!
|
73
|
-
# pinned prompt of posts list on homepage
|
74
|
-
pin_prompt: Прикрепен
|
75
|
-
|
76
|
-
# categories page
|
77
|
-
categories:
|
78
|
-
category_measure:
|
79
|
-
singular: категория
|
80
|
-
plural: категории
|
81
|
-
post_measure:
|
82
|
-
singular: публикация
|
83
|
-
plural: публикации
|
1
|
+
# The layout text of site
|
2
|
+
|
3
|
+
# ----- Commons label -----
|
4
|
+
|
5
|
+
layout:
|
6
|
+
post: Публикация
|
7
|
+
category: Категория
|
8
|
+
tag: Тагове
|
9
|
+
|
10
|
+
# The tabs of sidebar
|
11
|
+
tabs:
|
12
|
+
# format: <filename_without_extension>: <value>
|
13
|
+
home: Начало
|
14
|
+
categories: Категории
|
15
|
+
tags: Тагове
|
16
|
+
archives: Архив
|
17
|
+
about: За мен
|
18
|
+
|
19
|
+
# the text displayed in the search bar & search results
|
20
|
+
search:
|
21
|
+
hint: търси
|
22
|
+
cancel: Отмени
|
23
|
+
no_results: Упс! Не са намерени резултати.
|
24
|
+
|
25
|
+
panel:
|
26
|
+
lastmod: Наскоро обновени
|
27
|
+
trending_tags: Популярни тагове
|
28
|
+
toc: Съдържание
|
29
|
+
|
30
|
+
copyright:
|
31
|
+
# Shown at the bottom of the post
|
32
|
+
license:
|
33
|
+
template: Тази публикация е лицензирана под :LICENSE_NAME от автора.
|
34
|
+
name: CC BY 4.0
|
35
|
+
link: https://creativecommons.org/licenses/by/4.0/
|
36
|
+
|
37
|
+
# Displayed in the footer
|
38
|
+
brief: Някои права запазени.
|
39
|
+
verbose: >-
|
40
|
+
Освен ако не е посочено друго, публикациите в блога на този сайт са лицензирани
|
41
|
+
под лиценза Creative Commons Attribution 4.0 (CC BY 4.0) от автора.
|
42
|
+
|
43
|
+
meta: Създадено чрез :PLATFORM и :THEME тема.
|
44
|
+
|
45
|
+
not_found:
|
46
|
+
statment: Съжалявам, но този на този URL адрес няма налично съдържание.
|
47
|
+
|
48
|
+
notification:
|
49
|
+
update_found: Налична е нова версия на съдържанието.
|
50
|
+
update: Обнови
|
51
|
+
|
52
|
+
# ----- Posts related labels -----
|
53
|
+
|
54
|
+
post:
|
55
|
+
written_by: Автор
|
56
|
+
posted: Публикувана
|
57
|
+
updated: Обновена
|
58
|
+
words: думи
|
59
|
+
pageview_measure: преглеждания
|
60
|
+
read_time:
|
61
|
+
unit: мин
|
62
|
+
prompt: четиво
|
63
|
+
relate_posts: Още за четене
|
64
|
+
share: Споделете
|
65
|
+
button:
|
66
|
+
next: По-нови
|
67
|
+
previous: По-стари
|
68
|
+
copy_code:
|
69
|
+
succeed: Копирано!
|
70
|
+
share_link:
|
71
|
+
title: Копирай линк
|
72
|
+
succeed: Линкът е копиран успешно!
|
73
|
+
# pinned prompt of posts list on homepage
|
74
|
+
pin_prompt: Прикрепен
|
75
|
+
|
76
|
+
# categories page
|
77
|
+
categories:
|
78
|
+
category_measure:
|
79
|
+
singular: категория
|
80
|
+
plural: категории
|
81
|
+
post_measure:
|
82
|
+
singular: публикация
|
83
|
+
plural: публикации
|
data/_data/locales/en.yml
CHANGED
@@ -1,83 +1,83 @@
|
|
1
|
-
# The layout text of site
|
2
|
-
|
3
|
-
# ----- Commons label -----
|
4
|
-
|
5
|
-
layout:
|
6
|
-
post: Post
|
7
|
-
category: Category
|
8
|
-
tag: Tag
|
9
|
-
|
10
|
-
# The tabs of sidebar
|
11
|
-
tabs:
|
12
|
-
# format: <filename_without_extension>: <value>
|
13
|
-
home: Home
|
14
|
-
categories: Categories
|
15
|
-
tags: Tags
|
16
|
-
archives: Archives
|
17
|
-
about: About
|
18
|
-
|
19
|
-
# the text displayed in the search bar & search results
|
20
|
-
search:
|
21
|
-
hint: search
|
22
|
-
cancel: Cancel
|
23
|
-
no_results: Oops! No results found.
|
24
|
-
|
25
|
-
panel:
|
26
|
-
lastmod: Recently Updated
|
27
|
-
trending_tags: Trending Tags
|
28
|
-
toc: Contents
|
29
|
-
|
30
|
-
copyright:
|
31
|
-
# Shown at the bottom of the post
|
32
|
-
license:
|
33
|
-
template: This post is licensed under :LICENSE_NAME by the author.
|
34
|
-
name: CC BY 4.0
|
35
|
-
link: https://creativecommons.org/licenses/by/4.0/
|
36
|
-
|
37
|
-
# Displayed in the footer
|
38
|
-
brief: Some rights reserved.
|
39
|
-
verbose: >-
|
40
|
-
Except where otherwise noted, the blog posts on this site are licensed
|
41
|
-
under the Creative Commons Attribution 4.0 International (CC BY 4.0) License by the author.
|
42
|
-
|
43
|
-
meta: Powered by :PLATFORM with :THEME theme.
|
44
|
-
|
45
|
-
not_found:
|
46
|
-
statment: Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
|
47
|
-
|
48
|
-
notification:
|
49
|
-
update_found: A new version of content is available.
|
50
|
-
update: Update
|
51
|
-
|
52
|
-
# ----- Posts related labels -----
|
53
|
-
|
54
|
-
post:
|
55
|
-
written_by: By
|
56
|
-
posted: Posted
|
57
|
-
updated: Updated
|
58
|
-
words: words
|
59
|
-
pageview_measure: views
|
60
|
-
read_time:
|
61
|
-
unit: min
|
62
|
-
prompt: read
|
63
|
-
relate_posts: Further Reading
|
64
|
-
share: Share
|
65
|
-
button:
|
66
|
-
next: Newer
|
67
|
-
previous: Older
|
68
|
-
copy_code:
|
69
|
-
succeed: Copied!
|
70
|
-
share_link:
|
71
|
-
title: Copy link
|
72
|
-
succeed: Link copied successfully!
|
73
|
-
# pinned prompt of posts list on homepage
|
74
|
-
pin_prompt: Pinned
|
75
|
-
|
76
|
-
# categories page
|
77
|
-
categories:
|
78
|
-
category_measure:
|
79
|
-
singular: category
|
80
|
-
plural: categories
|
81
|
-
post_measure:
|
82
|
-
singular: post
|
83
|
-
plural: posts
|
1
|
+
# The layout text of site
|
2
|
+
|
3
|
+
# ----- Commons label -----
|
4
|
+
|
5
|
+
layout:
|
6
|
+
post: Post
|
7
|
+
category: Category
|
8
|
+
tag: Tag
|
9
|
+
|
10
|
+
# The tabs of sidebar
|
11
|
+
tabs:
|
12
|
+
# format: <filename_without_extension>: <value>
|
13
|
+
home: Home
|
14
|
+
categories: Categories
|
15
|
+
tags: Tags
|
16
|
+
archives: Archives
|
17
|
+
about: About
|
18
|
+
|
19
|
+
# the text displayed in the search bar & search results
|
20
|
+
search:
|
21
|
+
hint: search
|
22
|
+
cancel: Cancel
|
23
|
+
no_results: Oops! No results found.
|
24
|
+
|
25
|
+
panel:
|
26
|
+
lastmod: Recently Updated
|
27
|
+
trending_tags: Trending Tags
|
28
|
+
toc: Contents
|
29
|
+
|
30
|
+
copyright:
|
31
|
+
# Shown at the bottom of the post
|
32
|
+
license:
|
33
|
+
template: This post is licensed under :LICENSE_NAME by the author.
|
34
|
+
name: CC BY 4.0
|
35
|
+
link: https://creativecommons.org/licenses/by/4.0/
|
36
|
+
|
37
|
+
# Displayed in the footer
|
38
|
+
brief: Some rights reserved.
|
39
|
+
verbose: >-
|
40
|
+
Except where otherwise noted, the blog posts on this site are licensed
|
41
|
+
under the Creative Commons Attribution 4.0 International (CC BY 4.0) License by the author.
|
42
|
+
|
43
|
+
meta: Powered by :PLATFORM with :THEME theme.
|
44
|
+
|
45
|
+
not_found:
|
46
|
+
statment: Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
|
47
|
+
|
48
|
+
notification:
|
49
|
+
update_found: A new version of content is available.
|
50
|
+
update: Update
|
51
|
+
|
52
|
+
# ----- Posts related labels -----
|
53
|
+
|
54
|
+
post:
|
55
|
+
written_by: By
|
56
|
+
posted: Posted
|
57
|
+
updated: Updated
|
58
|
+
words: words
|
59
|
+
pageview_measure: views
|
60
|
+
read_time:
|
61
|
+
unit: min
|
62
|
+
prompt: read
|
63
|
+
relate_posts: Further Reading
|
64
|
+
share: Share
|
65
|
+
button:
|
66
|
+
next: Newer
|
67
|
+
previous: Older
|
68
|
+
copy_code:
|
69
|
+
succeed: Copied!
|
70
|
+
share_link:
|
71
|
+
title: Copy link
|
72
|
+
succeed: Link copied successfully!
|
73
|
+
# pinned prompt of posts list on homepage
|
74
|
+
pin_prompt: Pinned
|
75
|
+
|
76
|
+
# categories page
|
77
|
+
categories:
|
78
|
+
category_measure:
|
79
|
+
singular: category
|
80
|
+
plural: categories
|
81
|
+
post_measure:
|
82
|
+
singular: post
|
83
|
+
plural: posts
|
data/_data/locales/es-ES.yml
CHANGED
@@ -1,79 +1,79 @@
|
|
1
|
-
# The layout text of site
|
2
|
-
|
3
|
-
# ----- Commons label -----
|
4
|
-
|
5
|
-
layout:
|
6
|
-
post: Entrada
|
7
|
-
category: Categoría
|
8
|
-
tag: Etiqueta
|
9
|
-
|
10
|
-
# The tabs of sidebar
|
11
|
-
tabs:
|
12
|
-
# format: <filename_without_extension>: <value>
|
13
|
-
home: Inicio
|
14
|
-
categories: Categorías
|
15
|
-
tags: Etiquetas
|
16
|
-
archives: Archivo
|
17
|
-
about: Acerca de
|
18
|
-
|
19
|
-
# the text displayed in the search bar & search results
|
20
|
-
search:
|
21
|
-
hint: Buscar
|
22
|
-
cancel: Cancelar
|
23
|
-
no_results: ¡Oops! No se encuentran resultados.
|
24
|
-
|
25
|
-
panel:
|
26
|
-
lastmod: Actualizado recientemente
|
27
|
-
trending_tags: Etiquetas populares
|
28
|
-
toc: Contenido
|
29
|
-
|
30
|
-
copyright:
|
31
|
-
# Shown at the bottom of the post
|
32
|
-
license:
|
33
|
-
template: Esta entrada está licenciada bajo :LICENSE_NAME por el autor.
|
34
|
-
name: CC BY 4.0
|
35
|
-
link: https://creativecommons.org/licenses/by/4.0/
|
36
|
-
|
37
|
-
# Displayed in the footer
|
38
|
-
brief: Algunos derechos reservados.
|
39
|
-
verbose: >-
|
40
|
-
Salvo que se indique explícitamente, las entradas de este blog están licenciadas
|
41
|
-
bajo la Creative Commons Attribution 4.0 International (CC BY 4.0) License por el autor.
|
42
|
-
|
43
|
-
meta: Hecho con :PLATFORM usando el tema :THEME.
|
44
|
-
|
45
|
-
not_found:
|
46
|
-
statment: Lo sentimos, hemos perdido esa URL o apunta a algo que no existe.
|
47
|
-
|
48
|
-
notification:
|
49
|
-
update_found: Hay una nueva versión de contenido disponible.
|
50
|
-
update: Actualizar
|
51
|
-
|
52
|
-
# ----- Posts related labels -----
|
53
|
-
|
54
|
-
post:
|
55
|
-
written_by: Por
|
56
|
-
posted: Publicado
|
57
|
-
updated: Actualizado
|
58
|
-
words: palabras
|
59
|
-
pageview_measure: visitas
|
60
|
-
read_time:
|
61
|
-
unit: min
|
62
|
-
prompt: ' de lectura'
|
63
|
-
relate_posts: Lecturas adicionales
|
64
|
-
share: Compartir
|
65
|
-
button:
|
66
|
-
next: Nuevo
|
67
|
-
previous: Anterior
|
68
|
-
copy_code:
|
69
|
-
succeed: ¡Copiado!
|
70
|
-
share_link:
|
71
|
-
title: Copiar enlace
|
72
|
-
succeed: ¡Enlace copiado!
|
73
|
-
# pinned prompt of posts list on homepage
|
74
|
-
pin_prompt: Fijado
|
75
|
-
|
76
|
-
# categories page
|
77
|
-
categories:
|
78
|
-
category_measure: categorias
|
79
|
-
post_measure: entradas
|
1
|
+
# The layout text of site
|
2
|
+
|
3
|
+
# ----- Commons label -----
|
4
|
+
|
5
|
+
layout:
|
6
|
+
post: Entrada
|
7
|
+
category: Categoría
|
8
|
+
tag: Etiqueta
|
9
|
+
|
10
|
+
# The tabs of sidebar
|
11
|
+
tabs:
|
12
|
+
# format: <filename_without_extension>: <value>
|
13
|
+
home: Inicio
|
14
|
+
categories: Categorías
|
15
|
+
tags: Etiquetas
|
16
|
+
archives: Archivo
|
17
|
+
about: Acerca de
|
18
|
+
|
19
|
+
# the text displayed in the search bar & search results
|
20
|
+
search:
|
21
|
+
hint: Buscar
|
22
|
+
cancel: Cancelar
|
23
|
+
no_results: ¡Oops! No se encuentran resultados.
|
24
|
+
|
25
|
+
panel:
|
26
|
+
lastmod: Actualizado recientemente
|
27
|
+
trending_tags: Etiquetas populares
|
28
|
+
toc: Contenido
|
29
|
+
|
30
|
+
copyright:
|
31
|
+
# Shown at the bottom of the post
|
32
|
+
license:
|
33
|
+
template: Esta entrada está licenciada bajo :LICENSE_NAME por el autor.
|
34
|
+
name: CC BY 4.0
|
35
|
+
link: https://creativecommons.org/licenses/by/4.0/
|
36
|
+
|
37
|
+
# Displayed in the footer
|
38
|
+
brief: Algunos derechos reservados.
|
39
|
+
verbose: >-
|
40
|
+
Salvo que se indique explícitamente, las entradas de este blog están licenciadas
|
41
|
+
bajo la Creative Commons Attribution 4.0 International (CC BY 4.0) License por el autor.
|
42
|
+
|
43
|
+
meta: Hecho con :PLATFORM usando el tema :THEME.
|
44
|
+
|
45
|
+
not_found:
|
46
|
+
statment: Lo sentimos, hemos perdido esa URL o apunta a algo que no existe.
|
47
|
+
|
48
|
+
notification:
|
49
|
+
update_found: Hay una nueva versión de contenido disponible.
|
50
|
+
update: Actualizar
|
51
|
+
|
52
|
+
# ----- Posts related labels -----
|
53
|
+
|
54
|
+
post:
|
55
|
+
written_by: Por
|
56
|
+
posted: Publicado
|
57
|
+
updated: Actualizado
|
58
|
+
words: palabras
|
59
|
+
pageview_measure: visitas
|
60
|
+
read_time:
|
61
|
+
unit: min
|
62
|
+
prompt: ' de lectura'
|
63
|
+
relate_posts: Lecturas adicionales
|
64
|
+
share: Compartir
|
65
|
+
button:
|
66
|
+
next: Nuevo
|
67
|
+
previous: Anterior
|
68
|
+
copy_code:
|
69
|
+
succeed: ¡Copiado!
|
70
|
+
share_link:
|
71
|
+
title: Copiar enlace
|
72
|
+
succeed: ¡Enlace copiado!
|
73
|
+
# pinned prompt of posts list on homepage
|
74
|
+
pin_prompt: Fijado
|
75
|
+
|
76
|
+
# categories page
|
77
|
+
categories:
|
78
|
+
category_measure: categorias
|
79
|
+
post_measure: entradas
|
data/_data/locales/fr-FR.yml
CHANGED
@@ -1,79 +1,79 @@
|
|
1
|
-
# The layout text of site
|
2
|
-
|
3
|
-
# ----- Commons label -----
|
4
|
-
|
5
|
-
layout:
|
6
|
-
post: Post
|
7
|
-
category: Catégorie
|
8
|
-
tag: Tag
|
9
|
-
|
10
|
-
# The tabs of sidebar
|
11
|
-
tabs:
|
12
|
-
# format: <filename_without_extension>: <value>
|
13
|
-
home: Accueil
|
14
|
-
categories: Catégories
|
15
|
-
tags: Tags
|
16
|
-
archives: Archives
|
17
|
-
about: A propos de
|
18
|
-
|
19
|
-
# the text displayed in the search bar & search results
|
20
|
-
search:
|
21
|
-
hint: recherche
|
22
|
-
cancel: Annuler
|
23
|
-
no_results: Oups ! Aucun résultat trouvé.
|
24
|
-
|
25
|
-
panel:
|
26
|
-
lastmod: Récemment mis à jour
|
27
|
-
trending_tags: Tags tendance
|
28
|
-
toc: Contenu
|
29
|
-
|
30
|
-
copyright:
|
31
|
-
# Shown at the bottom of the post
|
32
|
-
license:
|
33
|
-
template: Cet article est sous licence :LICENSE_NAME par l'auteur.
|
34
|
-
name: CC BY 4.0
|
35
|
-
link: https://creativecommons.org/licenses/by/4.0/
|
36
|
-
|
37
|
-
# Displayed in the footer
|
38
|
-
brief: Certains droits réservés.
|
39
|
-
verbose: >-
|
40
|
-
Sauf mention contraire, les articles de ce site sont publiés sous licence
|
41
|
-
sous la licence Creative Commons Attribution 4.0 International (CC BY 4.0) par l'auteur.
|
42
|
-
|
43
|
-
meta: Propulsé par :PLATFORM avec le thème :THEME
|
44
|
-
|
45
|
-
not_found:
|
46
|
-
statment: Désolé, nous avons égaré cette URL ou elle pointe vers quelque chose qui n'existe pas.
|
47
|
-
|
48
|
-
notification:
|
49
|
-
update_found: Une nouvelle version du contenu est disponible.
|
50
|
-
update: Mise à jour
|
51
|
-
|
52
|
-
# ----- Posts related labels -----
|
53
|
-
|
54
|
-
post:
|
55
|
-
written_by: Par
|
56
|
-
posted: Posté
|
57
|
-
updated: Mis à jour
|
58
|
-
words: mots
|
59
|
-
pageview_measure: vues
|
60
|
-
read_time:
|
61
|
-
unit: min
|
62
|
-
prompt: lire
|
63
|
-
relate_posts: Autres lectures
|
64
|
-
share: Partager
|
65
|
-
button:
|
66
|
-
next: Plus récent
|
67
|
-
previous: Plus ancien
|
68
|
-
copy_code:
|
69
|
-
succeed: Copié !
|
70
|
-
share_link:
|
71
|
-
title: Copier le lien
|
72
|
-
succeed: Lien copié avec succès !
|
73
|
-
# pinned prompt of posts list on homepage
|
74
|
-
pin_prompt: Épinglé
|
75
|
-
|
76
|
-
# categories page
|
77
|
-
categories:
|
78
|
-
category_measure: catégories
|
79
|
-
post_measure: posts
|
1
|
+
# The layout text of site
|
2
|
+
|
3
|
+
# ----- Commons label -----
|
4
|
+
|
5
|
+
layout:
|
6
|
+
post: Post
|
7
|
+
category: Catégorie
|
8
|
+
tag: Tag
|
9
|
+
|
10
|
+
# The tabs of sidebar
|
11
|
+
tabs:
|
12
|
+
# format: <filename_without_extension>: <value>
|
13
|
+
home: Accueil
|
14
|
+
categories: Catégories
|
15
|
+
tags: Tags
|
16
|
+
archives: Archives
|
17
|
+
about: A propos de
|
18
|
+
|
19
|
+
# the text displayed in the search bar & search results
|
20
|
+
search:
|
21
|
+
hint: recherche
|
22
|
+
cancel: Annuler
|
23
|
+
no_results: Oups ! Aucun résultat trouvé.
|
24
|
+
|
25
|
+
panel:
|
26
|
+
lastmod: Récemment mis à jour
|
27
|
+
trending_tags: Tags tendance
|
28
|
+
toc: Contenu
|
29
|
+
|
30
|
+
copyright:
|
31
|
+
# Shown at the bottom of the post
|
32
|
+
license:
|
33
|
+
template: Cet article est sous licence :LICENSE_NAME par l'auteur.
|
34
|
+
name: CC BY 4.0
|
35
|
+
link: https://creativecommons.org/licenses/by/4.0/
|
36
|
+
|
37
|
+
# Displayed in the footer
|
38
|
+
brief: Certains droits réservés.
|
39
|
+
verbose: >-
|
40
|
+
Sauf mention contraire, les articles de ce site sont publiés sous licence
|
41
|
+
sous la licence Creative Commons Attribution 4.0 International (CC BY 4.0) par l'auteur.
|
42
|
+
|
43
|
+
meta: Propulsé par :PLATFORM avec le thème :THEME
|
44
|
+
|
45
|
+
not_found:
|
46
|
+
statment: Désolé, nous avons égaré cette URL ou elle pointe vers quelque chose qui n'existe pas.
|
47
|
+
|
48
|
+
notification:
|
49
|
+
update_found: Une nouvelle version du contenu est disponible.
|
50
|
+
update: Mise à jour
|
51
|
+
|
52
|
+
# ----- Posts related labels -----
|
53
|
+
|
54
|
+
post:
|
55
|
+
written_by: Par
|
56
|
+
posted: Posté
|
57
|
+
updated: Mis à jour
|
58
|
+
words: mots
|
59
|
+
pageview_measure: vues
|
60
|
+
read_time:
|
61
|
+
unit: min
|
62
|
+
prompt: lire
|
63
|
+
relate_posts: Autres lectures
|
64
|
+
share: Partager
|
65
|
+
button:
|
66
|
+
next: Plus récent
|
67
|
+
previous: Plus ancien
|
68
|
+
copy_code:
|
69
|
+
succeed: Copié !
|
70
|
+
share_link:
|
71
|
+
title: Copier le lien
|
72
|
+
succeed: Lien copié avec succès !
|
73
|
+
# pinned prompt of posts list on homepage
|
74
|
+
pin_prompt: Épinglé
|
75
|
+
|
76
|
+
# categories page
|
77
|
+
categories:
|
78
|
+
category_measure: catégories
|
79
|
+
post_measure: posts
|