Skip to content

Commit

Permalink
post: rename description for seo_description and improve seo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryrden committed Jul 13, 2024
1 parent 600c912 commit 25066a6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _posts/2023-04-17-github-ssh-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post-en
title: SSH key on github - Windows and Linux
seo_title: How to Generate and Add an SSH Key to GitHub - Secure Authentication Guide
seo_description: Learn how to generate and add an SSH key to GitHub for secure authentication. Follow our step-by-step guide with detailed instructions for Linux and Windows users. Configure your SSH key on GitHub to enable push and pull operations effortlessly, without repeated authentication. Optimize your GitHub experience now!
seo_description: 'Learn how to generate and add an SSH key to GitHub for secure authentication. Follow our step-by-step guide with detailed instructions for Linux and Windows users. Configure your SSH key on GitHub to enable push and pull operations effortlessly, without repeated authentication. Optimize your GitHub experience now!'
excerpt: Step-by-step guide on generating and adding an SSH key to GitHub for secure authentication. Learn how to create SSH keys using the ED25519 algorithm with detailed instructions for Linux and Windows. Configure your SSH key on GitHub to enable push and pull operations without repeated authentication.
cover_image: 'https://i.imgur.com/9GC9TvD.webp'
canonical_url: 'https://ryan.dev.br/en/2023-04-17-github-ssh-en'
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-04-17-github-ssh-pt-br.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post-pt-br
title: Chave SSH no github - Windows e Linux
seo_title: Como Gerar e Adicionar uma Chave SSH ao GitHub - Guia de Autenticação Segura
seo_description: Aprenda a gerar e adicionar uma chave SSH ao GitHub para autenticação segura. Siga nosso guia passo a passo com instruções detalhadas para usuários de Linux e Windows. Configure sua chave SSH no GitHub para facilitar operações como push e pull sem a necessidade de autenticação repetida. Otimize sua experiência no GitHub agora!
seo_description: 'Aprenda a gerar e adicionar uma chave SSH ao GitHub para autenticação segura. Siga nosso guia passo a passo com instruções detalhadas para usuários de Linux e Windows. Configure sua chave SSH no GitHub para facilitar operações como push e pull sem a necessidade de autenticação repetida. Otimize sua experiência no GitHub agora!'
exerpt: Guia passo a passo sobre como gerar e adicionar uma chave SSH ao GitHub para autenticação segura. Aprenda a criar chaves SSH usando o algoritmo ED25519 com instruções detalhadas para Linux e Windows. Configure sua chave SSH no GitHub para facilitar operações como push e pull sem a necessidade de autenticação repetida.
cover_image: 'https://i.imgur.com/9GC9TvD.webp'
canonical_url: 'https://ryan.dev.br/2023-04-17-github-ssh-pt-br'
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-08-19-time-management-for-devs-pt-br.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post-pt-br
title: Gestão de tempo e produtividade para Devs
seo_title: Técnicas de Gestão de Tempo e Produtividade para Desenvolvedores
seo_description: Descubra técnicas de gerenciamento de tempo específicas para desenvolvedores de software. Aprenda sobre Planejamento Semanal, Pomodoro e Matriz de Eisenhower. Melhore sua produtividade e qualidade de trabalho em projetos de tecnologia com nossos métodos práticos.
seo_description: 'Descubra técnicas de gerenciamento de tempo específicas para desenvolvedores de software. Aprenda sobre Planejamento Semanal, Pomodoro e Matriz de Eisenhower. Melhore sua produtividade e qualidade de trabalho em projetos de tecnologia com nossos métodos práticos.'
exerpt: Visão detalhada sobre gerenciamento de tempo no desenvolvimento de software. Aborda dimensões mental, fisiológica e técnica na produtividade. Apresenta técnicas como Planejamento Semanal, Pomodoro e Matriz de Eisenhower. Fornece métodos práticos para desenvolvedores aprimorarem a gestão do tempo e a qualidade do trabalho.
cover_image: 'https://i.imgur.com/oCZcIby.webp'
canonical_url: 'https://ryan.dev.br/2023-08-19-time-management-for-devs-pt-br'
Expand Down
2 changes: 1 addition & 1 deletion blog.en.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h2><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h2>
{{ post.date | date_to_long_string: "ordinal" }}
</time>
</p>
<p>{{ post.description | truncatewords: 20 }}</p>
<p>{{ post.seo_description | truncatewords: 20 }}</p>
</article>
{% endfor %}
{% if paginator.total_pages > 1 %}
Expand Down
2 changes: 1 addition & 1 deletion blog.pt-br.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h2><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h2>
{{ post.date | date: " de %Y" }}
</time>
</p>
<p>{{ post.description | truncatewords: 20 }}</p>
<p>{{ post.seo_description | truncatewords: 20 }}</p>
</article>
{% endfor %}
{% if paginator.total_pages > 1 %}
Expand Down

0 comments on commit 25066a6

Please sign in to comment.