diff --git a/content/blog/_drafts/01/archlinux/install/from-zero-to-hero/index.md b/content/blog/_drafts/01/archlinux/install/from-zero-to-hero/index.md index 3292ed7..d73e239 100644 --- a/content/blog/_drafts/01/archlinux/install/from-zero-to-hero/index.md +++ b/content/blog/_drafts/01/archlinux/install/from-zero-to-hero/index.md @@ -224,13 +224,3 @@ pacman -S mako # notifications # TODO notification history? ``` - -## utils - - - - -``` -pacman -S hyprland -pacman -S neovim ghostty dolphin wofi -``` diff --git a/content/projects/_index.md b/content/projects/_index.md deleted file mode 100644 index fff1019..0000000 --- a/content/projects/_index.md +++ /dev/null @@ -1,4 +0,0 @@ -+++ -title = "Projects" -layout = "projects" -+++ diff --git a/content/projects/games-screenshot-manager.md b/content/projects/games-screenshot-manager.md deleted file mode 100644 index a515945..0000000 --- a/content/projects/games-screenshot-manager.md +++ /dev/null @@ -1,10 +0,0 @@ -+++ -title = "Games Screenshot Manager" -description = "A tool for managing screenshots of games" -layout = "projects" -repository = "https://github.com/fmartingr/games-screenshot-manager" -+++ - -A tool for managing screenshots of games, it allows you to extract and organize the screenshots by platform and create a nice web gallery to display as a static site. - -It's the tool I used to build [my screenshots gallery](http://screenshots.fmartingr.com). diff --git a/content/projects/shiori.md b/content/projects/shiori.md deleted file mode 100644 index 3b152d2..0000000 --- a/content/projects/shiori.md +++ /dev/null @@ -1,6 +0,0 @@ -+++ -title = "Shiori" -repository = "https://github.com/go-shiori/shiori" -+++ - -A simple bookmark manager, read-later and web-archive tool. A way to store your bookmarks with both a CLI and web interface, with the option to archive the site contents and generate epub files. diff --git a/content/projects/smtp2shoutrrr.md b/content/projects/smtp2shoutrrr.md deleted file mode 100644 index 2f9e729..0000000 --- a/content/projects/smtp2shoutrrr.md +++ /dev/null @@ -1,8 +0,0 @@ -+++ -title = "smtp2shoutrrr" -repository = "https://git.nakama.town/fmartingr/smtp2shoutrrr" -+++ - -A SMTP server to foward incoming emails to setup shoutrrr backends. Used to send notifications from legacy systems to modern services. - -I use it for example to send the email notifications from my Proxmox nodes into my Mattermost server, or urgent things to my ntfy topics. diff --git a/hugo.toml b/hugo.toml index fd54106..50343a3 100644 --- a/hugo.toml +++ b/hugo.toml @@ -41,10 +41,6 @@ weight = 10 name = 'Blog' pageRef = '/blog' weight = 20 -[[menus.main]] -name = 'Projects' -pageRef = '/projects' -weight = 30 # [[menus.main]] # name = 'Now' # pageRef = '/now' diff --git a/themes/fmartingr/assets/sass/_blog.sass b/themes/fmartingr/assets/sass/_blog.sass index 0d21086..f2f719d 100644 --- a/themes/fmartingr/assets/sass/_blog.sass +++ b/themes/fmartingr/assets/sass/_blog.sass @@ -1,4 +1,4 @@ -div.article, main.blog, main.projects +div.article, main.blog .title margin-bottom: 0.3em diff --git a/themes/fmartingr/assets/sass/_header.sass b/themes/fmartingr/assets/sass/_header.sass index a66ce89..5d688f4 100644 --- a/themes/fmartingr/assets/sass/_header.sass +++ b/themes/fmartingr/assets/sass/_header.sass @@ -36,7 +36,7 @@ header padding-left: 16px vertical-align: middle - .active, .ancestor + .active font-weight: bold .menu-button-toggle-label diff --git a/themes/fmartingr/layouts/partials/svg/README.md b/themes/fmartingr/layouts/partials/svg/README.md deleted file mode 100644 index d17a4f0..0000000 --- a/themes/fmartingr/layouts/partials/svg/README.md +++ /dev/null @@ -1 +0,0 @@ -Icons from: https://tabler.io/icons diff --git a/themes/fmartingr/layouts/partials/svg/brand-git.svg b/themes/fmartingr/layouts/partials/svg/brand-git.svg deleted file mode 100644 index 7035edb..0000000 --- a/themes/fmartingr/layouts/partials/svg/brand-git.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/themes/fmartingr/layouts/projects/list.html b/themes/fmartingr/layouts/projects/list.html deleted file mode 100644 index 2c03c55..0000000 --- a/themes/fmartingr/layouts/projects/list.html +++ /dev/null @@ -1,21 +0,0 @@ -{{ define "main" }} -