From 92906794e5c14a840b8ad92c2e18b0ecb520d6d2 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sat, 14 Jan 2023 16:44:18 -0300 Subject: [PATCH] Moved projects to resume --- config.toml | 14 +++++++------- content/{resume.md => resume/_index.md} | 0 content/{projects => resume}/axelerist.md | 0 content/{projects => resume}/certn-ada-diner.md | 0 .../{projects => resume}/certn-intl-framework.md | 0 content/{projects => resume}/certn-workday.md | 0 content/{projects => resume}/knac.md | 0 content/{projects => resume}/tus-tapas-valen.md | 0 content/{projects => resume}/volition.md | 0 9 files changed, 7 insertions(+), 7 deletions(-) rename content/{resume.md => resume/_index.md} (100%) rename content/{projects => resume}/axelerist.md (100%) rename content/{projects => resume}/certn-ada-diner.md (100%) rename content/{projects => resume}/certn-intl-framework.md (100%) rename content/{projects => resume}/certn-workday.md (100%) rename content/{projects => resume}/knac.md (100%) rename content/{projects => resume}/tus-tapas-valen.md (100%) rename content/{projects => resume}/volition.md (100%) diff --git a/config.toml b/config.toml index 6b83286..7e73571 100644 --- a/config.toml +++ b/config.toml @@ -39,37 +39,37 @@ copyright = "© Roger Gonzalez" [[params.projects.work]] name = "Certn - Workday integration" - url = "/projects/certn-workday/" + url = "/resume/certn-workday/" description = "This is the main Workday integration for Certn." client = "lazer" [[params.projects.work]] name = "Certn - ADA DINER" - url = "/projects/certn-ada-diner/" + url = "/resume/certn-ada-diner/" description = "An app that triggers crawls on demand, to check criminal records for a certain person." client = "lazer" [[params.projects.work]] name = "Certn - International framework" - url = "/projects/certn-intl-framework/" + url = "/resume/certn-intl-framework/" description = "An app that acts like a bridge between their main app (Certn) and criminal background check providers (like the RCMP)." client = "lazer" [[params.projects.work]] name = "Volition" - url = "/projects/volition/" + url = "/resume/volition/" description = "A series of crawlers for different screws and fasteners vendors." client = "tarmac" [[params.projects.work]] name = "CocaCola - Tus Tapas Valen" - url = "/projects/tus-tapas-valen/" + url = "/resume/tus-tapas-valen/" description = 'The main "Tus tapas valen" app for CocaCola Mexico.' client = "massive" [[params.projects.work]] name = "Axelerist" - url = "/projects/axelerist/" + url = "/resume/axelerist/" description = "A web app that connects to an external API and displays the client’s inventory in a more friendly and ergonomic way." client = "vascar" [[params.projects.work]] name = "Knac" - url = "/projects/knac/" + url = "/resume/knac/" description = "A job application startup, empathizing on assessments to recommend candidates to a specific job." client = "vascar" diff --git a/content/resume.md b/content/resume/_index.md similarity index 100% rename from content/resume.md rename to content/resume/_index.md diff --git a/content/projects/axelerist.md b/content/resume/axelerist.md similarity index 100% rename from content/projects/axelerist.md rename to content/resume/axelerist.md diff --git a/content/projects/certn-ada-diner.md b/content/resume/certn-ada-diner.md similarity index 100% rename from content/projects/certn-ada-diner.md rename to content/resume/certn-ada-diner.md diff --git a/content/projects/certn-intl-framework.md b/content/resume/certn-intl-framework.md similarity index 100% rename from content/projects/certn-intl-framework.md rename to content/resume/certn-intl-framework.md diff --git a/content/projects/certn-workday.md b/content/resume/certn-workday.md similarity index 100% rename from content/projects/certn-workday.md rename to content/resume/certn-workday.md diff --git a/content/projects/knac.md b/content/resume/knac.md similarity index 100% rename from content/projects/knac.md rename to content/resume/knac.md diff --git a/content/projects/tus-tapas-valen.md b/content/resume/tus-tapas-valen.md similarity index 100% rename from content/projects/tus-tapas-valen.md rename to content/resume/tus-tapas-valen.md diff --git a/content/projects/volition.md b/content/resume/volition.md similarity index 100% rename from content/projects/volition.md rename to content/resume/volition.md