From bac30f3d6158cb20289e6b517b4312d4b3987f8b Mon Sep 17 00:00:00 2001 From: aditya Date: Wed, 13 Mar 2024 19:13:26 +0530 Subject: [PATCH] add projects and experience --- resume/config.toml | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/resume/config.toml b/resume/config.toml index 036365a..7372bd4 100644 --- a/resume/config.toml +++ b/resume/config.toml @@ -60,14 +60,18 @@ theme = "hugo-devresume-theme" enable = true [[params.skills.list]] - title = "Technical" + title = "Languages" [[params.skills.list.items]] - details = "Linux, Git, Docker, PostgreSQL, System Administration, Open Source Collaboration, C/C++/Bash/Java/Rust/Nix/SQL" + details = "C, C++, Bash, Java, Python, R, Rust, Nix" + [[params.skills.list]] + title = "Technical Skils" + [[params.skills.list.items]] + details = "Linux, Git, Docker, PostgreSQL, System Administration, Open Source Collaboration, Docker" [[params.skills.list]] - title = "Professional" + title = "Concepts" [[params.skills.list.items]] - details = "Effective communication, Team Player, Strong problem solver, Attention to detail" + details = "Compiler, Operating System, Virtual Memory, Cache Memory, Encryption, Decryption, Artificial Intelligent, Machine Learning, Neural Networks, API, Database Normalization, Cloud Computing" @@ -186,7 +190,14 @@ theme = "hugo-devresume-theme" - + [params.experience] + enable = true + + [[params.experience.list]] + title = "Tester" + dates = "2024 - present" + company = "Arch Linux" + details = "Test and sign-off packages in testing repositories before they are released to core repository." @@ -215,6 +226,11 @@ theme = "hugo-devresume-theme" meta = "Hackathon" tagline = "Participated in a hackathon with a team of four and developed a web application. Deployed the project on the website using Nginx." + [[params.projects.list]] + title = "Pleroma" + meta = "Server administration" + tagline = "A federated social network over ActivityPub protocol. Deployed the software on a VPS. Administered social network. Collaborated with administrators on other servers to help create a safe space for everyone. Administered database to ensure optimal performance of the server and ensure a smooth experience for everyone." + [[params.projects.list]] title = "Home Pi" meta = "Personal Cloud using Raspberry Pi"