Source code of my website
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

🛠️ : run nbsp task on zsh

+2 -1
+2 -1
mise.toml
··· 54 54 55 55 [tasks.nbsp] 56 56 description = "Insère des espaces insécables avant ;?:! dans les posts" 57 + shell = "zsh -c" 57 58 run = ''' 58 - sed -i '/^---$/,/^---$/b;s/ \([;?:!]\)/\ \1/g' content/posts/**/*.md 59 + sed -i '/^---$/,/^---$/b;s/ \([;?:!]\)/\ \1/g' content/posts/**/*.md 59 60 ''' 60 61 61 62 [tasks."new-tech-watch-post"]