From 7adb49ed126bf179e695e32905989aa3e1d31c42 Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Sat, 29 Jan 2022 09:43:11 -0300 Subject: [PATCH] add portfolio --- projects/website/_data/navigation.yml | 2 + .../_includes/icons/simple-icons/gitlab.svg | 1 + projects/website/_pages/portfolio.gmi | 78 +++++++++++++++++++ projects/website/_pages/portfolio.md | 76 ++++++++++++++++++ 4 files changed, 157 insertions(+) create mode 100644 projects/website/_includes/icons/simple-icons/gitlab.svg create mode 100644 projects/website/_pages/portfolio.gmi create mode 100644 projects/website/_pages/portfolio.md diff --git a/projects/website/_data/navigation.yml b/projects/website/_data/navigation.yml index dee8e4e0..aae99bfd 100644 --- a/projects/website/_data/navigation.yml +++ b/projects/website/_data/navigation.yml @@ -2,3 +2,5 @@ link: / - name: Blog link: /blog/ +- name: Portfolio + link: /portfolio/ diff --git a/projects/website/_includes/icons/simple-icons/gitlab.svg b/projects/website/_includes/icons/simple-icons/gitlab.svg new file mode 100644 index 00000000..82f6d671 --- /dev/null +++ b/projects/website/_includes/icons/simple-icons/gitlab.svg @@ -0,0 +1 @@ + diff --git a/projects/website/_pages/portfolio.gmi b/projects/website/_pages/portfolio.gmi new file mode 100644 index 00000000..0e91b82f --- /dev/null +++ b/projects/website/_pages/portfolio.gmi @@ -0,0 +1,78 @@ +--- +title: My projects +description: Some of my past and current projects +permalink: /portfolio/index.gmi +--- + +Most of these can be found at my sourcehut or github profiles (usually mirrored at both). +=> https://sr.ht/~misterio sourcehut +=> https://github.com/misterio77 gihthub + +## Web + +### paste.misterio.me +Full featured, yet simple, pasting service. Also includes a companion CLI for usage in the terminal. + +Serverside web app built with Rust + Rocket + Tera, backed by a PostgreSQL database. CLI is built with Rust + Clap. Hosted at my rpi4. + +=> https://paste.misterio.me Public instance + +=> https://sr.ht/~misterio/paste.misterio.me Repository + +### misterio.me +Personal website (you are here!). + +Static website built with jekyll and water.css. Hosted at sourcehut pages. + +=> https://sr.ht/~misterio/misterio.me Repository + +## CLI + +### flavours +Manager and builder for base16 themes. + +CLI app built with Rust + Clap. Packaged on the AUR and nixpkgs. + +=> https://github.com/misterio77/flavours Repository + +## Nix related + +### nix-colors +Nix-compatible base16 schemes and helper functions. + +=> https://github.com/misterio77/nix-colors Repository + +### nix-config +Personal nix(os) configurations and packages. + +This declares pretty much the entirety of anything on my computers (all 4 of them), except for some state (which can be easily recreated) and secrets (which are all backed up by git and encrypted using my PGP key). + +=> https://sr.ht/~misterio/nix-config Repository + +## Bots + +### disconic +Discord bot that acts as a subsonic music client. + +Built with Rust + Serenity + Sunk. Personal instance hosted at my rpi4. + +=> https://sr.ht/~misterio/disconic Repository + +### sistemer-bot +Telegram bot for helping me and my classmates quickly look up our college subjects. + +Built with Rust + Teloxide. Personal instance hosted at my rpi4. + +=> https://github.com/misterio77/sistemer-bot Repository + +## USP + +### My undergrad work +I version control pretty much anything i do while on college. This project groups these repositories. + +=> https://sr.ht/~misterio/bsi Repository + +### GELOS +I'm coordinator and one of the founders of my institute's free software extension group, GELOS. I was responsible for building our visual identity, as well as our institutional website. + +=> https://gitlab.com/gelos-usp Repositories diff --git a/projects/website/_pages/portfolio.md b/projects/website/_pages/portfolio.md new file mode 100644 index 00000000..0075b254 --- /dev/null +++ b/projects/website/_pages/portfolio.md @@ -0,0 +1,76 @@ +--- +title: My projects +description: Some of my past and current projects +permalink: /portfolio/ +--- + +Most of these can be found at my [sourcehut](https://sr.ht/~misterio) or [github](https://github.com/misterio77) profiles (usually mirrored at both). + +## Web + +### paste.misterio.me +Full featured, yet simple, pasting service. Also includes a companion CLI for usage in the terminal. + +Serverside web app built with Rust + Rocket + Tera, backed by a PostgreSQL database. CLI is built with Rust + Clap. Hosted at my rpi4. + +[Public instance](https://paste.misterio.me) + +[{% include icons/sourcehut.svg %}Repository](https://sr.ht/~misterio/paste.misterio.me) + +### misterio.me +Personal website (you are here!). + +Static website built with jekyll and water.css. Hosted at sourcehut pages. + +[{% include icons/sourcehut.svg %}Repository](https://sr.ht/~misterio/misterio.me) + +## CLI + +### flavours +Manager and builder for base16 themes. + +CLI app built with Rust + Clap. Packaged on the AUR and nixpkgs. + +[{% include icons/simple-icons/github.svg %} Repository](https://github.com/misterio77/flavours) + +## Nix related + +### nix-colors +Nix-compatible base16 schemes and helper functions. + +[{% include icons/simple-icons/github.svg %}Repository](https://github.com/misterio77/nix-colors) + +### nix-config +Personal nix(os) configurations and packages. + +This declares pretty much the entirety of anything on my computers (all 4 of them), except for some state (which can be easily recreated) and secrets (which are all backed up by git and encrypted using my PGP key). + +[{% include icons/sourcehut.svg %}Repository](https://sr.ht/~misterio/nix-config) + +## Bots + +### disconic +Discord bot that acts as a subsonic music client. + +Built with Rust + Serenity + Sunk. Personal instance hosted at my rpi4. + +[{% include icons/sourcehut.svg %}Repository](https://sr.ht/~misterio/disconic) + +### sistemer-bot +Telegram bot for helping me and my classmates quickly look up our college subjects. + +Built with Rust + Teloxide. Personal instance hosted at my rpi4. + +[{% include icons/simple-icons/github.svg %}Repository](https://github.com/misterio77/sistemer-bot) + +## USP + +### My undergrad work +I version control pretty much anything i do while on college. This project groups these repositories. + +[{% include icons/sourcehut.svg %}Repository](https://sr.ht/~misterio/bsi) + +### GELOS +I'm coordinator and one of the founders of my institute's free software extension group, GELOS. I was responsible for building our visual identity, as well as our institutional website. + +[{% include icons/simple-icons/gitlab.svg %}Repositories](https://gitlab.com/gelos-usp)