all repos — birabittoh.github.io @ ab76ff244351422b8f079abd9cdd482dcf115177

My current website, built with Zola.

sort pages, fit commands, update theme
Marco Andronaco andronacomarco@gmail.com
Fri, 14 Jul 2023 18:33:00 +0200
commit

ab76ff244351422b8f079abd9cdd482dcf115177

parent

841e67ace33466c911ffd0b3841c273f04cf75e7

3 files changed, 9 insertions(+), 5 deletions(-)

jump to
M .github/workflows/gh.pages.yml.github/workflows/deploy.yml

@@ -13,7 +13,7 @@ steps:

- name: checkout uses: actions/checkout@v3 with: - submodules: true # Fetch Hugo themes (true OR recursive) + submodules: true # Fetch theme via git submodule fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: build_and_deploy
M content/blog/_index.mdcontent/blog/_index.md

@@ -1,4 +1,5 @@

+++ title = "Blog posts" paginate_by = 10 +sort_by = "date" +++
M content/blog/void-xfce.mdcontent/blog/void-xfce.md

@@ -46,8 +46,10 @@ ```

su xbps-install pipewire wireplumber mkdir -p /etc/pipewire/pipewire.conf.d -sed '/path.*=.*pipewire-media-session/s/{/#{/' /usr/share/pipewire/pipewire.conf > /etc/pipewire/pipewire.conf -echo 'context.exec = [ { path = "/usr/bin/wireplumber" args = "" } ]' > /etc/pipewire/pipewire.conf.d/10-wireplumber.conf +sed '/path.*=.*pipewire-media-session/s/{/#{/' \ +/usr/share/pipewire/pipewire.conf > /etc/pipewire/pipewire.conf +echo 'context.exec = [ { path = "/usr/bin/wireplumber" args = "" } ]' \ +> /etc/pipewire/pipewire.conf.d/10-wireplumber.conf ln -s /usr/share/applications/pipewire* /etc/xdg/autostart xbps-remove pulseaudio alsa-plugins-pulseaudio reboot

@@ -61,7 +63,7 @@

Then, extract your zip file to the correct destination: ``` sudo xbps-install zip unzip p7zip xarchiver thunar-archive-plugin -unzip -o ~/Downloads/profile.zip -d ~/.mozilla/firefox/xxxxxxxx.default-default/ +unzip -o ~/Downloads/profile.zip -d ~/.mozilla/firefox/xxxx.default-default/ ``` Some useful extensions I always install are:

@@ -76,7 +78,8 @@ ## Customize your DE

Install the last required packages for desktop usability: ``` -sudo xbps-install -S xfce4-whiskermenu-plugin xfce4-clipman-plugin xfce4-pulseaudio-plugin xfce4-screenshooter xclip micro neovim mpv yt-dlp +sudo xbps-install -S vpm xfce4-whiskermenu-plugin xfce4-clipman-plugin \ +xfce4-pulseaudio-plugin xfce4-screenshooter xclip micro neovim mpv yt-dlp ``` Remove orphaned and cached packages: