From 3b573b19e2e1d00fc7f3b3b5dbd4b58d2d4b6b3c Mon Sep 17 00:00:00 2001 From: Bruno Carlin Date: Sun, 6 Jul 2025 14:22:12 +0200 Subject: [PATCH 1/2] fix(theme): update the styles of the table of content --- assets/static/css/bcarlin.css | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/assets/static/css/bcarlin.css b/assets/static/css/bcarlin.css index daf7192..e0c627b 100644 --- a/assets/static/css/bcarlin.css +++ b/assets/static/css/bcarlin.css @@ -271,18 +271,27 @@ main { section.table-of-contents { font-size: 0.9em; margin-block-end: 2em; - margin-inline-start: 1em; - padding-inline-start: 1em; - border-inline-start: 1px solid var(--pico-muted-color); p { margin-bottom: 0; /* reset pico styles */ margin-block-end: 0.2em; + margin-inline-start: 0.5em; font-weight: bold; + + &::before { + font-family: "remixicon"; + font-weight: normal; + margin-inline-end: 0.5em; + content: "\eebb"; + } } nav { + margin-inline-start: 1em; + padding-inline-start: 1em; + border-inline-start: 1px solid var(--pico-muted-color); + ol { &:last-of-type { margin-right: initial; /* reset pico styles */ From aa191a8c04a5ae00d3fb1d83619c54e8bb9df680 Mon Sep 17 00:00:00 2001 From: Bruno Carlin Date: Tue, 1 Jul 2025 00:09:11 +0200 Subject: [PATCH 2/2] DRAFTS --- content/blog/going-dark.en.md | 36 +++++++++++++++++++ .../hugo-translating-taxonomy-terms.en.md | 13 +++++++ content/blog/jj-main-vcs/index.en.md | 36 +++++++++++++++++++ content/blog/jj-main-vcs/jj-logo.svg | 1 + 4 files changed, 86 insertions(+) create mode 100644 content/blog/going-dark.en.md create mode 100644 content/blog/hugo-translating-taxonomy-terms.en.md create mode 100644 content/blog/jj-main-vcs/index.en.md create mode 100644 content/blog/jj-main-vcs/jj-logo.svg diff --git a/content/blog/going-dark.en.md b/content/blog/going-dark.en.md new file mode 100644 index 0000000..fef3f25 --- /dev/null +++ b/content/blog/going-dark.en.md @@ -0,0 +1,36 @@ +--- +title: 'Going Dark' +slug: 'going-dark' +date: '2025-07-01T00:10:19+02:00' +draft: true +categories: +- Tooling +tags: +- darkman +- vivaldi +- waybar +- wofi +summary: | + entrer le résumé +description: | + entrer la description +--- + +I usually live in the terminal for most things: edit text files (neovim), +read and write emails (aerc), chat on Mattermost (matterhorn), browse files +(vifm), and so on. I might write on that later. My terminal and everything in it +is themed with Solarized Dark. That will not change. + +For the few GUI applications I use, the light theme is ery aggressive at night. +Here are some tips to automatically switch a few of them between light and dark +mode. + +## Automate with darkman + +## GTK Apps + +## Vivaldi + +## Add A Switcher To Waybar + +## Switch Wofi Theme diff --git a/content/blog/hugo-translating-taxonomy-terms.en.md b/content/blog/hugo-translating-taxonomy-terms.en.md new file mode 100644 index 0000000..40d3e73 --- /dev/null +++ b/content/blog/hugo-translating-taxonomy-terms.en.md @@ -0,0 +1,13 @@ +--- +title: 'Hugo Translating Taxonomy Terms' +slug: 'hugo-translating-taxonomy-terms' +date: '2025-07-02T22:35:43+02:00' +draft: true +categories: [] +tags: +- +summary: | + entrer le résumé +description: | + entrer la description +--- diff --git a/content/blog/jj-main-vcs/index.en.md b/content/blog/jj-main-vcs/index.en.md new file mode 100644 index 0000000..ddeded4 --- /dev/null +++ b/content/blog/jj-main-vcs/index.en.md @@ -0,0 +1,36 @@ +--- +title: 'I Use jj as my Main VCS' +slug: 'i-use-jj-as-my-main-vcs' +date: '2025-07-02T18:04:31+02:00' +draft: true +categories: +- Tooling +tags: +- jj +- git +summary: | + entrer le résumé +description: | + entrer la description +resources: +- src: jj-logo.svg + params: + legend: jj logo +--- + +I stumbled upon [jj] sometimes last year but I decided to give it a real go a +few month ago. It has already become my main VCS for all my code, even as a +replacement of git. + +![JJ Logo](jj-logo.svg) + +does things right: + +- undo that works +- versioned working copy (restore a deleted file to a previous version) +- jj git fetch removes local branches when the remote is removed +- jj log shows what is useful by default without noise +- rebase of trees +- rebase of multiple branches + +[jj]: https://github.com/jj-vcs/jj diff --git a/content/blog/jj-main-vcs/jj-logo.svg b/content/blog/jj-main-vcs/jj-logo.svg new file mode 100644 index 0000000..3b77bb6 --- /dev/null +++ b/content/blog/jj-main-vcs/jj-logo.svg @@ -0,0 +1 @@ +