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 d73e239..3292ed7 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,3 +224,13 @@ 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 new file mode 100644 index 0000000..fff1019 --- /dev/null +++ b/content/projects/_index.md @@ -0,0 +1,4 @@ ++++ +title = "Projects" +layout = "projects" ++++ diff --git a/content/projects/games-screenshot-manager.md b/content/projects/games-screenshot-manager.md new file mode 100644 index 0000000..a515945 --- /dev/null +++ b/content/projects/games-screenshot-manager.md @@ -0,0 +1,10 @@ ++++ +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 new file mode 100644 index 0000000..3b152d2 --- /dev/null +++ b/content/projects/shiori.md @@ -0,0 +1,6 @@ ++++ +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 new file mode 100644 index 0000000..2f9e729 --- /dev/null +++ b/content/projects/smtp2shoutrrr.md @@ -0,0 +1,8 @@ ++++ +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 50343a3..fd54106 100644 --- a/hugo.toml +++ b/hugo.toml @@ -41,6 +41,10 @@ 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 f2f719d..0d21086 100644 --- a/themes/fmartingr/assets/sass/_blog.sass +++ b/themes/fmartingr/assets/sass/_blog.sass @@ -1,4 +1,4 @@ -div.article, main.blog +div.article, main.blog, main.projects .title margin-bottom: 0.3em diff --git a/themes/fmartingr/assets/sass/_header.sass b/themes/fmartingr/assets/sass/_header.sass index 5d688f4..a66ce89 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 + .active, .ancestor 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 new file mode 100644 index 0000000..d17a4f0 --- /dev/null +++ b/themes/fmartingr/layouts/partials/svg/README.md @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..7035edb --- /dev/null +++ b/themes/fmartingr/layouts/partials/svg/brand-git.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/themes/fmartingr/layouts/projects/list.html b/themes/fmartingr/layouts/projects/list.html new file mode 100644 index 0000000..2c03c55 --- /dev/null +++ b/themes/fmartingr/layouts/projects/list.html @@ -0,0 +1,21 @@ +{{ define "main" }} +