File tree Expand file tree Collapse file tree 15 files changed +357
-26
lines changed
Expand file tree Collapse file tree 15 files changed +357
-26
lines changed Original file line number Diff line number Diff line change 44! .editorconfig
55! .nojekyll
66! .travis.yml
7+ ! .husky
8+ ! .commitlintrc.json
9+ ! .versionrc.json
710
811# bundler cache
912_site
Original file line number Diff line number Diff line change 22
33source "https://rubygems.org"
44
5- gem "jekyll-theme-chirpy" , "~> 5.1 " , ">= 5.1 .0"
5+ gem "jekyll-theme-chirpy" , "~> 5.2 " , ">= 5.2 .0"
66
77group :test do
88 gem "html-proofer" , "~> 3.18"
Original file line number Diff line number Diff line change @@ -115,6 +115,9 @@ assets:
115115 # only works if `assets.self_host.enabled` is 'true'
116116 env : # [development|production]
117117
118+ pwa :
119+ enabled : true # the option for PWA feature
120+
118121paginate : 10
119122
120123# ------------ The following options are not recommended to be modified ------------------
Original file line number Diff line number Diff line change 2020search :
2121 hint : search
2222 cancel : Cancel
23- no_results : Oops! No result founds .
23+ no_results : Oops! No results found .
2424
2525panel :
2626 lastmod : Recently Updated
@@ -44,9 +44,10 @@ meta: Powered by :PLATFORM with :THEME theme.
4444
4545not_found :
4646 statment : Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
47- hint_template : :HEAD_BAK to try finding it again, or search for it on the :ARCHIVES_PAGE.
48- head_back : Head back Home
49- archives_page : Archives page
47+
48+ notification :
49+ update_found : A new version of content is available.
50+ update : Update
5051
5152# ----- Posts related labels -----
5253
7475
7576# categories page
7677categories :
77- category_measure : categories
78- post_measure : posts
78+ category_measure :
79+ singular : category
80+ plural : categories
81+ post_measure :
82+ singular : post
83+ plural : posts
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -44,9 +44,10 @@ meta: Didukung oleh :PLATFORM dengan tema :THEME.
4444
4545not_found :
4646 statment : Maaf, kami gagal menemukan URL itu atau memang mengarah ke sesuatu yang tidak ada.
47- hint_template : :HEAD_BAK untuk mencoba mencari kembali, atau cari di :ARCHIVES_PAGE.
48- head_back : Kembali ke Beranda
49- archives_page : Halaman Arsip
47+
48+ notification :
49+ update_found : Versi konten baru tersedia.
50+ update : Perbarui
5051
5152# ----- Posts related labels -----
5253
Original file line number Diff line number Diff line change @@ -44,9 +44,10 @@ meta: Powered by :PLATFORM with :THEME theme.
4444
4545not_found :
4646 statment : 해당 URL은 존재하지 않습니다.
47- hint_template : :HEAD_BAK을 눌러 다시 찾거나 :ARCHIVES_PAGE에서 검색해 주세요.
48- head_back : 홈으로 돌아가기
49- archives_page : 아카이브 페이지
47+
48+ notification :
49+ update_found : 새 버전의 콘텐츠를 사용할 수 있습니다.
50+ update : 업데이트
5051
5152# ----- Posts related labels -----
5253
Original file line number Diff line number Diff line change @@ -44,9 +44,10 @@ meta: Powered by :PLATFORM with :THEME theme.
4444
4545not_found :
4646 statment : ဝမ်းနည်းပါသည်၊ ကျွန်ုပ်တို့သည် အဆိုပါ URL ကို မှားယွင်းစွာ နေရာချထားခြင်း သို့မဟုတ် ၎င်းသည် မရှိသောအရာကို ညွှန်ပြနေပါသည်။
47- hint_template : ၎င်းကို ထပ်မံရှာဖွေရန် :HEAD_BAK , သို့မဟုတ် :ARCHIVES_PAGE တွင်ရှာပါ။
48- head_back : အဓိကစာမျက်နှာသို့ပြန်သွားပါ။
49- archives_page : မှတ်တမ်းတိုက် စာမျက်နှာ။
47+
48+ notification :
49+ update_found : အကြောင်းအရာဗားရှင်းအသစ်ကို ရနိုင်ပါပြီ။
50+ update : အပ်ဒိတ်
5051
5152# ----- Posts related labels -----
5253
Original file line number Diff line number Diff line change 1+ # The layout text of site
2+
3+ # ----- Commons label -----
4+
5+ layout :
6+ post : Post
7+ category : Categoria
8+ tag : Tag
9+
10+ # The tabs of sidebar
11+ tabs :
12+ # format: <filename_without_extension>: <value>
13+ home : Home
14+ categories : Categorias
15+ tags : Tags
16+ archives : Arquivos
17+ about : Sobre
18+
19+ # the text displayed in the search bar & search results
20+ search :
21+ hint : Buscar
22+ cancel : Cancelar
23+ no_results : Oops! Nenhum resultado encontrado.
24+
25+ panel :
26+ lastmod : Atualizados recentemente
27+ trending_tags : Trending Tags
28+ toc : Conteúdo
29+
30+ copyright :
31+ # Shown at the bottom of the post
32+ license :
33+ template : Esta postagem está licenciada sob :LICENSE_NAME pelo autor.
34+ name : CC BY 4.0
35+ link : https://creativecommons.org/licenses/by/4.0/
36+
37+ # Displayed in the footer
38+ brief : Alguns direitos reservados.
39+ verbose : >-
40+ Exceto onde indicado de outra forma, as postagens do blog neste site são licenciadas sob a
41+ Creative Commons Attribution 4.0 International (CC BY 4.0) License pelo autor.
42+
43+ meta : Feito com :PLATFORM usando o tema :THEME.
44+
45+ not_found :
46+ statment : Desculpe, a página não foi encontrada.
47+
48+ notification :
49+ update_found : Uma nova versão do conteúdo está disponível.
50+ update : atualização
51+
52+ # ----- Posts related labels -----
53+
54+ post :
55+ written_by : Por
56+ posted : Postado em
57+ updated : Atualizado
58+ words : palavras
59+ pageview_measure : visualizações
60+ read_time :
61+ unit : min
62+ prompt : " de leitura"
63+ relate_posts : Leia também
64+ share : Compartilhar
65+ button :
66+ next : Próximo
67+ previous : Anterior
68+ copy_code :
69+ succeed : Copiado!
70+ share_link :
71+ title : Copie o link
72+ succeed : Link copiado com sucesso!
73+ # pinned prompt of posts list on homepage
74+ pin_prompt : Fixado
75+
76+ # categories page
77+ categories :
78+ category_measure : categorias
79+ post_measure : posts
You can’t perform that action at this time.
0 commit comments