diff options
author | Adrián Oliva <adrian.oliva@cimat.mx> | 2023-04-25 21:21:11 -0600 |
---|---|---|
committer | Adrián Oliva <adrian.oliva@cimat.mx> | 2023-04-25 21:21:11 -0600 |
commit | ed5b1bb6739b0457a2cbc4296c5247c013dade4e (patch) | |
tree | 3930b3459ed65d9d2f181f6125b58d356b24b3e2 /_data/authors.yml | |
parent | 044c3882279ffac3946ec62db9657401ee78f68b (diff) | |
download | personal-web-ed5b1bb6739b0457a2cbc4296c5247c013dade4e.tar.gz personal-web-ed5b1bb6739b0457a2cbc4296c5247c013dade4e.zip |
Added authors option and 2 new blogs!
Each blog is for the Team Logs. Currently there's two of the 5 problems.
Diffstat (limited to '')
-rw-r--r-- | _data/authors.yml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/_data/authors.yml b/_data/authors.yml new file mode 100644 index 0000000..e32ce84 --- /dev/null +++ b/_data/authors.yml @@ -0,0 +1,33 @@ +kapioma: + name: Kapioma Villarreal Haro + url: https://github.com/kapioma + +adriz: + name: Adrian Fernando Oliva Ramirez + url: https://github.com/Hisiste + +salma: + name: Salma Rubi Wabi + url: https://github.com/tsukipedia + +victor: + name: Victor Hugo Jimenez Coronado + url: https://github.com/VhugoJc + +jose: + name: Jose Francisco Arana Buelna + url: https://github.com/paco-arana + +edgar: + name: Edgar Alejandro Ramirez Fuentes + twitter: EdgarRamirezDev + url: https://github.com/EdgarRamirezFuentes + +bryan: + name: Bryan Hernandez Magana + url: https://github.com/XxBrezxX + +karen: + name: Karen Alicia Hernandez Enriquez + twitter: karenaliciah + url: https://github.com/karenhernandeze |