From fc8a0613b6d55d74b893d8add7516f7463e2d123 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 13:30:22 -0300 Subject: [PATCH 1/2] Display the quotes section in the header --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 495eff9..4433e0f 100644 --- a/config.toml +++ b/config.toml @@ -46,6 +46,7 @@ menu_items = [ {url = "$BASE_URL/announcements/about-me", name = "About Me"}, {url = "$BASE_URL/tags", name = "Tags (EN)"}, {url = "$BASE_URL/pt/tags", name = "Tags (PT)"}, + {url = "$BASE_URL/quotes", name = "Quotes"}, ] after_dark_title = "JulioBiason.Net 4.1" enable_post_view_navigation = false From c111d064aed1caa51e9463e274440a3a574b7a7c Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 18 Jun 2020 19:35:05 -0300 Subject: [PATCH 2/2] Missing: summary --- content/links/20200618.md | 6 +++++- content/links/20200618.pt.md | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/content/links/20200618.md b/content/links/20200618.md index 2717991..89b8006 100644 --- a/content/links/20200618.md +++ b/content/links/20200618.md @@ -3,9 +3,13 @@ title = "Commented Links for 2020-06-18" date = 2020-06-18 [taxonomies] -tags = ["links"] +tags = ["links", "git", "commit", "messages", "ansible", "cli", +"feature flags", "rust", "size", "task manager"] +++ +Commit Messages (again), Ansible, CLI Names, Feature Flags, Rust Binary Sizes, +Mongo with Rust, Command Line Task Manager. + ## [How to write good Git commit messages](https://altcampus.io/blog/how-to-write-good-git-commit-message) diff --git a/content/links/20200618.pt.md b/content/links/20200618.pt.md index 7c73e18..e3b38b5 100644 --- a/content/links/20200618.pt.md +++ b/content/links/20200618.pt.md @@ -6,6 +6,9 @@ date = 2020-06-18 tags = ["links"] +++ +Mensagens de Commit (de novo), Ansible, Nomes de CLIs, Feature Flags, Tamanho +dos BinĂ¡rios Rust, Mongo com Rust, Gerenciador de Tarefas em CLI. + ## [How to write good Git commit messages](https://altcampus.io/blog/how-to-write-good-git-commit-message)