add portfolio

This commit is contained in:
Gabriel Fontes
2022-01-29 09:43:11 -03:00
parent 963331997e
commit 7adb49ed12
4 changed files with 157 additions and 0 deletions
+2
View File
@@ -2,3 +2,5 @@
link: /
- name: Blog
link: /blog/
- name: Portfolio
link: /portfolio/
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" class="{{- include.class -}}" aria-hidden="true" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path d="M4.845.904c-.435 0-.82.28-.955.692C2.639 5.449 1.246 9.728.07 13.335a1.437 1.437 0 00.522 1.607l11.071 8.045c.2.145.472.144.67-.004l11.073-8.04a1.436 1.436 0 00.522-1.61c-1.285-3.942-2.683-8.256-3.817-11.746a1.004 1.004 0 00-.957-.684.987.987 0 00-.949.69l-2.405 7.408H8.203l-2.41-7.408a.987.987 0 00-.942-.69h-.006zm-.006 1.42l2.173 6.678H2.675zm14.326 0l2.168 6.678h-4.341zm-10.593 7.81h6.862c-1.142 3.52-2.288 7.04-3.434 10.559L8.572 10.135zm-5.514.005h4.321l3.086 9.5zm13.567 0h4.325c-2.467 3.17-4.95 6.328-7.411 9.502 1.028-3.167 2.059-6.334 3.086-9.502zM2.1 10.762l6.977 8.947-7.817-5.682a.305.305 0 01-.112-.341zm19.798 0l.952 2.922a.305.305 0 01-.11.341v.002l-7.82 5.68.026-.035z" fill="currentColor"/></svg>

After

Width:  |  Height:  |  Size: 907 B

+78
View File
@@ -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
+76
View File
@@ -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)