Skip to content

Commit

Permalink
Sync from 1cafcb39c8a101893ae30f92a0a789e2c1d8b85b
Browse files Browse the repository at this point in the history
- [x] SCSS
- [x] JS
- [x] i18n files
- [x] HTML
- [x] gitalk
- [x] FontAwesome 5
- [ ] Docs

Fixes #287
  • Loading branch information
kakawait committed Jul 30, 2021
1 parent 4abe87e commit 096b350
Show file tree
Hide file tree
Showing 50 changed files with 763 additions and 139 deletions.
18 changes: 9 additions & 9 deletions docs/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,58 +219,58 @@ You can add groups of links and links much as you want.
weight = 0
identifier = "home"
name = "Home"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-home\"></i>"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-home\" aria-hidden=\"true\"></i>"
url = "/"
[[menu.main]]
weight = 1
identifier = "categories"
name = "Categories"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-bookmark\"></i>"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-bookmark\" aria-hidden=\"true\"></i>"
url = "/categories"
[[menu.main]]
weight = 2
identifier = "tags"
name = "Tags"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-tags\"></i>"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-tags\" aria-hidden=\"true\"></i>"
url = "/tags"
[[menu.main]]
weight = 3
identifier = "archives"
name = "Archives"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-archive\"></i>"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-archive\" aria-hidden=\"true\"></i>"
url = "/archives"
[[menu.main]]
weight = 4
identifier = "search"
name = "Search"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-search\"></i>"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-search\" aria-hidden=\"true\"></i>"
url = "/#search"
class = "st-search-show-outputs"
[[menu.main]]
weight = 4
identifier = "about"
name = "About"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-question\"></i>"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-question\" aria-hidden=\"true\"></i>"
url = "/#about"

[[menu.links]]
weight = 0
identifier = "github"
name = "GitHub"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-github\"></i>"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-github\" aria-hidden=\"true\"></i>"
url = "https://github.com/kakawait"
[[menu.links]]
weight = 1
identifier = "stackoverflow"
name = "Stack Overflow"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-stack-overflow\"></i>"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-stack-overflow\" aria-hidden=\"true\"></i>"
url = "https://stackoverflow.com/users/636472/kakawait"

[[menu.misc]]
weight = 0
identifier = "rss"
name = "RSS"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-rss\"></i>"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-rss\" aria-hidden=\"true\"></i>"
url = "/index.xml"
```

Expand Down
16 changes: 8 additions & 8 deletions exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,51 +50,51 @@ canonifyurls = true
weight = 1
identifier = "home"
name = "Home"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-home\"></i>"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-home\" aria-hidden=\"true\"></i>"
url = "/"
[[menu.main]]
weight = 2
identifier = "categories"
name = "Categories"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-bookmark\"></i>"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-bookmark\" aria-hidden=\"true\"></i>"
url = "/categories"
[[menu.main]]
weight = 3
identifier = "tags"
name = "Tags"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-tags\"></i>"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-tags\" aria-hidden=\"true\"></i>"
url = "/tags"
[[menu.main]]
weight = 4
identifier = "archives"
name = "Archives"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-archive\"></i>"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-archive\" aria-hidden=\"true\"></i>"
url = "/archives"
[[menu.main]]
weight = 5
identifier = "about"
name = "About"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-question\"></i>"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-question\" aria-hidden=\"true\"></i>"
url = "/#about"

[[menu.links]]
weight = 1
identifier = "github"
name = "GitHub"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-github\"></i>"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-github\" aria-hidden=\"true\"></i>"
url = "https://github.com/kakawait"
[[menu.links]]
weight = 2
identifier = "stackoverflow"
name = "Stack Overflow"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-stack-overflow\"></i>"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-stack-overflow\" aria-hidden=\"true\"></i>"
url = "https://stackoverflow.com/users/636472/kakawait"

[[menu.misc]]
weight = 1
identifier = "rss"
name = "RSS"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-rss\"></i>"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-rss\" aria-hidden=\"true\"></i>"
url = "/index.xml"

[params]
Expand Down
37 changes: 36 additions & 1 deletion i18n/de-de.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,21 @@
- id: "global.search_date"
translation: "Suche Datum (YYYY/MM/DD)"

- id: "global.read_more_about_author"
translation: "Lesen Sie mehr über den Autor"

- id: "global.zoom_in_on_picture"
translation: "Vergrößern Sie das Bild"

- id: "global.go_to_homepage"
translation: "Gehe zur Homepage"

- id: "global.open_link"
translation: "Öffne den Link"

- id: "global.open_post"
translation: "Öffnen Sie den Beitrag"

## GLOBAL.POST_FOUND ##
- id: "global.posts_found.zero"
translation: "kein Beitrag gefunden"
Expand Down Expand Up @@ -115,6 +130,26 @@
- id: "post.comment_and_share"
translation: "kommentieren und teilen"

- id: "post.comment"
translation: "Hinterlasse einen Kommentar"

- id: "post.back_to_top"
translation: "Zurück nach oben"

- id: "post.share"
translation: "Diesen Beitrag teilen"

- id: "post.gallery"
translation: "Gallerie"

## POST.IMAGE ##

- id: "post.image.one"
translation: "bild"

- id: "post.image.other"
translation: "{n} bild"

## FOOTER ##
- id: "footer.all_rights_reserved"
translation: "Alle Rechte vorbehalten"
Expand Down Expand Up @@ -154,4 +189,4 @@
translation: "November"

- id: "date.month.december"
translation: "Dezember"
translation: "Dezember"
35 changes: 35 additions & 0 deletions i18n/en-us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,21 @@
- id: "global.search_date"
translation: "Search date (YYYY/MM/DD)"

- id: "global.read_more_about_author"
translation: "Read more about the author"

- id: "global.zoom_in_on_picture"
translation: "Zoom in on the picture"

- id: "global.go_to_homepage"
translation: "Go to homepage"

- id: "global.open_link"
translation: "Open the link"

- id: "global.open_post"
translation: "Open the post"

## GLOBAL.POST_FOUND ##
- id: "global.posts_found.zero"
translation: "no post found"
Expand Down Expand Up @@ -115,6 +130,26 @@
- id: "post.comment_and_share"
translation: "Comment and share"

- id: "post.comment"
translation: "Leave a comment"

- id: "post.back_to_top"
translation: "Back to top"

- id: "post.share"
translation: "Share this post"

- id: "post.gallery"
translation: "Gallery"

## POST.IMAGE ##

- id: "post.image.one"
translation: "image"

- id: "post.image.other"
translation: "{n} images"

## FOOTER ##
- id: "footer.all_rights_reserved"
translation: "All Rights Reserved"
Expand Down
35 changes: 35 additions & 0 deletions i18n/es-es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,21 @@
- id: "global.search_date"
translation: "Buscar fecha (YYYY/MM/DD)"

- id: "global.read_more_about_author"
translation: "Leer más sobre el autor"

- id: "global.zoom_in_on_picture"
translation: "Acercar a la imagen"

- id: "global.go_to_homepage"
translation: "Ir a la página de inicio"

- id: "global.open_link"
translation: "Abre el enlace"

- id: "global.open_post"
translation: "Abre el post"

## GLOBAL.POSTS_FOUND ##
- id: "global.posts_found.zero"
translation: "no se encontraron artículos"
Expand Down Expand Up @@ -115,6 +130,26 @@
- id: "post.comment_and_share"
translation: "Comentar y compartir"

- id: "post.comment"
translation: "Deja un comentario"

- id: "post.back_to_top"
translation: "Volver arriba"

- id: "post.share"
translation: "Compartir esta publicacion"

- id: "post.gallery"
translation: "Galería"

## POST.IMAGE ##

- id: "post.image.one"
translation: "imágen"

- id: "post.image.other"
translation: "{n} imágenes"

## FOOTER ##
- id: "footer.all_rights_reserved"
translation: "Todos los derechos reservados"
Expand Down
35 changes: 35 additions & 0 deletions i18n/fr-fr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,21 @@
- id: "global.search_date"
translation: "Rechercher une date (YYYY/MM/DD)"

- id: "global.read_more_about_author"
translation: "En savoir plus sur l'auteur"

- id: "global.zoom_in_on_picture"
translation: "Zoomer sur l'image"

- id: "global.go_to_homepage"
translation: "Aller à la page principale"

- id: "global.open_link"
translation: "Ouvrir le lien"

- id: "global.open_post"
translation: "Ouvrir l'article"

## GLOBAL.POSTS_FOUND ##
- id: "global.posts_found.zero"
translation: "aucun article trouvé"
Expand Down Expand Up @@ -109,6 +124,26 @@
- id: "post.comment_and_share"
translation: "Commenter et partager"

- id: "post.comment"
translation: "Laisser un commentaire"

- id: "post.back_to_top"
translation: "Retour en haut de page"

- id: "post.share"
translation: "Partager cette publication"

- id: "post.gallery"
translation: "Galerie"

## POST.IMAGE ##

- id: "post.image.one"
translation: "image"

- id: "post.image.other"
translation: "{n} images"

## FOOTER ##
- id: "footer.all_rights_reserved"
translation: "Tous droits réservés"
Expand Down
35 changes: 35 additions & 0 deletions i18n/it-it.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,21 @@
- id: "global.search_date"
translation: "Cerca data (YYYY/MM/DD)"

- id: "global.read_more_about_author"
translation: "Leggi di più sull'autore"

- id: "global.zoom_in_on_picture"
translation: "Ingrandisci l'immagine"

- id: "global.go_to_homepage"
translation: "Vai alla pagina principale"

- id: "global.open_link"
translation: "Apri il link"

- id: "global.open_post"
translation: "Apri il post"

## GLOBAL.POST_FOUND ##
- id: "global.posts_found.zero"
translation: "nessun post trovato"
Expand Down Expand Up @@ -115,6 +130,26 @@
- id: "post.comment_and_share"
translation: "Commenta e condividi"

- id: "post.comment"
translation: "Lascia un commento"

- id: "post.back_to_top"
translation: "Torna in cima"

- id: "post.share"
translation: "Condividi questo post"

- id: "post.gallery"
translation: "Galerie"

## POST.IMAGE ##

- id: "post.image.one"
translation: "immagine"

- id: "post.image.other"
translation: "{n} immagini"

## FOOTER ##
- id: "footer.all_rights_reserved"
translation: "Tutti i diritti riservati"
Expand Down
Loading

0 comments on commit 096b350

Please sign in to comment.