From 952e74e2381a3f070f16c945a85c86343fa0c1a5 Mon Sep 17 00:00:00 2001
From: Serghei Cebotari <serghei@cebotari.ru>
Date: Mon, 4 Dec 2023 00:00:49 +0300
Subject: Delete content and config from theme

---
 .github/workflows/hugo.yml                         | 75 ----------------------
 config.toml                                        | 12 ----
 content/education/Blinn-College.md                 |  7 --
 content/education/Southwestern-University.md       |  7 --
 .../Artificial-Intelligence-Research-Assistant.md  | 14 ----
 .../Information-Technology-Support-Specialist.md   | 11 ----
 .../experience/Undergraduate-Research-Assistant.md | 11 ----
 content/projects/Gitlytics.md                      | 11 ----
 content/projects/Paintball.md                      | 11 ----
 content/skills/Developer-Tools.md                  |  5 --
 content/skills/Frameworks.md                       |  5 --
 content/skills/Languages.md                        |  5 --
 content/skills/Libraries.md                        |  5 --
 13 files changed, 179 deletions(-)
 delete mode 100644 .github/workflows/hugo.yml
 delete mode 100644 config.toml
 delete mode 100644 content/education/Blinn-College.md
 delete mode 100644 content/education/Southwestern-University.md
 delete mode 100644 content/experience/Artificial-Intelligence-Research-Assistant.md
 delete mode 100644 content/experience/Information-Technology-Support-Specialist.md
 delete mode 100644 content/experience/Undergraduate-Research-Assistant.md
 delete mode 100644 content/projects/Gitlytics.md
 delete mode 100644 content/projects/Paintball.md
 delete mode 100644 content/skills/Developer-Tools.md
 delete mode 100644 content/skills/Frameworks.md
 delete mode 100644 content/skills/Languages.md
 delete mode 100644 content/skills/Libraries.md

diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml
deleted file mode 100644
index 90e9412..0000000
--- a/.github/workflows/hugo.yml
+++ /dev/null
@@ -1,75 +0,0 @@
-# Sample workflow for building and deploying a Hugo site to GitHub Pages
-name: Deploy Hugo site to Pages
-
-on:
-  # Runs on pushes targeting the default branch
-  push:
-    branches: ["master"]
-
-  # Allows you to run this workflow manually from the Actions tab
-  workflow_dispatch:
-
-# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
-permissions:
-  contents: read
-  pages: write
-  id-token: write
-
-# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
-# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
-concurrency:
-  group: "pages"
-  cancel-in-progress: false
-
-# Default to bash
-defaults:
-  run:
-    shell: bash
-
-jobs:
-  # Build job
-  build:
-    runs-on: ubuntu-latest
-    env:
-      HUGO_VERSION: 0.114.0
-    steps:
-      - name: Install Hugo CLI
-        run: |
-          wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
-          && sudo dpkg -i ${{ runner.temp }}/hugo.deb
-      - name: Install Dart Sass
-        run: sudo snap install dart-sass
-      - name: Checkout
-        uses: actions/checkout@v3
-        with:
-          submodules: recursive
-      - name: Setup Pages
-        id: pages
-        uses: actions/configure-pages@v3
-      - name: Install Node.js dependencies
-        run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
-      - name: Build with Hugo
-        env:
-          # For maximum backward compatibility with Hugo modules
-          HUGO_ENVIRONMENT: production
-          HUGO_ENV: production
-        run: |
-          hugo \
-            --minify \
-            --baseURL "${{ steps.pages.outputs.base_url }}/"
-      - name: Upload artifact
-        uses: actions/upload-pages-artifact@v2
-        with:
-          path: ./public
-
-  # Deployment job
-  deploy:
-    environment:
-      name: github-pages
-      url: ${{ steps.deployment.outputs.page_url }}
-    runs-on: ubuntu-latest
-    needs: build
-    steps:
-      - name: Deploy to GitHub Pages
-        id: deployment
-        uses: actions/deploy-pages@v2
diff --git a/config.toml b/config.toml
deleted file mode 100644
index 5f5e609..0000000
--- a/config.toml
+++ /dev/null
@@ -1,12 +0,0 @@
-baseURL = "http://example.org/"
-languageCode = "en-us"
-title = "Hugo's Resume"
-disableKinds = ["taxonomy", "taxonomyTerm", "category", "sitemap", "RSS", "404", "robotsTXT"]
-
-[Params]
-    Name = "Hugo Jobless"
-    Description = "Hugo theme to build resume page in style of Jake's resume"
-    Phone = "123-456-7890"
-    EMail = "jake@su.edu"
-    LinkedIn = "linkedin.com/in/jake"
-    GitHub = "github.com/jake"
\ No newline at end of file
diff --git a/content/education/Blinn-College.md b/content/education/Blinn-College.md
deleted file mode 100644
index e11a9ad..0000000
--- a/content/education/Blinn-College.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Blinn College
-degree: Associate’s in Liberal Arts
-location: Bryan, TX
-start_date: 2014-08-01
-end_date : 2018-05-01
----
\ No newline at end of file
diff --git a/content/education/Southwestern-University.md b/content/education/Southwestern-University.md
deleted file mode 100644
index 3c1d528..0000000
--- a/content/education/Southwestern-University.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Southwestern University
-degree: Bachelor of Arts in Computer Science, Minor in Business
-location: Georgetown, TX
-start_date: 2018-08-01
-end_date : 2021-05-01
----
\ No newline at end of file
diff --git a/content/experience/Artificial-Intelligence-Research-Assistant.md b/content/experience/Artificial-Intelligence-Research-Assistant.md
deleted file mode 100644
index e8f553c..0000000
--- a/content/experience/Artificial-Intelligence-Research-Assistant.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: Artificial Intelligence Research Assistant
-weight: 3
-workplace: Southwestern University
-location: Georgetown, TX
-start_date: 2019-05-01
-end_date : 2019-07-01
----
-- Explored methods to generate video game dungeons based off of *The Legend of Zelda*
-- Developed a game in Java to test the generated dungeons
-- Contributed 50K+ lines of code to an established codebase via Git
-- Conducted a human subject study to determine which video game dungeon generation technique is enjoyable
-- Wrote an 8-page paper and gave multiple presentations on-campus
-- Presented virtually to the World Conference on Computational Intelligence
\ No newline at end of file
diff --git a/content/experience/Information-Technology-Support-Specialist.md b/content/experience/Information-Technology-Support-Specialist.md
deleted file mode 100644
index 9f67706..0000000
--- a/content/experience/Information-Technology-Support-Specialist.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-title: Information Technology Support Specialist
-weight: 2
-workplace: Southwestern University
-location: Georgetown, TX
-start_date: 2018-09-01
-end_date : 
----
-- Communicate with managers to set up campus computers used on campus
-- Assess and troubleshoot computer problems brought by students, faculty and staff
-- Maintain upkeep of computers, classroom equipment, and 200 printers across campus
\ No newline at end of file
diff --git a/content/experience/Undergraduate-Research-Assistant.md b/content/experience/Undergraduate-Research-Assistant.md
deleted file mode 100644
index cb6ab98..0000000
--- a/content/experience/Undergraduate-Research-Assistant.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-title: Undergraduate Research Assistant
-weight: 1
-workplace: Texas A&M University
-location: College Station, TX
-start_date: 2020-06-01
-end_date : 
----
-- Developed a REST API using FastAPI and PostgreSQL to store data from learning management systems
-- Developed a full-stack web application using Flask, React, PostgreSQL and Docker to analyze GitHub data
-- Explored ways to visualize GitHub collaboration in a classroom setting
\ No newline at end of file
diff --git a/content/projects/Gitlytics.md b/content/projects/Gitlytics.md
deleted file mode 100644
index 52819c6..0000000
--- a/content/projects/Gitlytics.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-title: Gitlytics
-weight: 1
-tags: ["Python", "Flask", "React", "PostgreSQL", "Docker"]
-start_date: 2020-06-01
-end_date : 
----
-- Developed a full-stack web application using with Flask serving a REST API with React as the frontend
-- Implemented GitHub OAuth to get data from user’s repositories
-- Visualized GitHub data to show collaboration
-- Used Celery and Redis for asynchronous tasks
\ No newline at end of file
diff --git a/content/projects/Paintball.md b/content/projects/Paintball.md
deleted file mode 100644
index 1b57d5d..0000000
--- a/content/projects/Paintball.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-title: Simple Paintball
-weight: 2
-tags: ["Spigot API", "Java", "Maven", "TravisCI", "Git"]
-start_date: 2018-05-01
-end_date : 2020-05-01
----
-- Developed a Minecraft server plugin to entertain kids during free time for a previous job
-- Published plugin to websites gaining 2K+ downloads and an average 4.5/5-star review
-- Implemented continuous delivery using TravisCI to build the plugin upon new a release
-- Collaborated with Minecraft server administrators to suggest features and get feedback about the plugin
diff --git a/content/skills/Developer-Tools.md b/content/skills/Developer-Tools.md
deleted file mode 100644
index 464ab30..0000000
--- a/content/skills/Developer-Tools.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Developer Tools
-weight: 3
-tags: ["Git", "Docker", "TravisCI", "Google Cloud Platform", "VS Code", "Visual Studio", "PyCharm", "IntelliJ", "Eclipse"]
----
\ No newline at end of file
diff --git a/content/skills/Frameworks.md b/content/skills/Frameworks.md
deleted file mode 100644
index f1844a6..0000000
--- a/content/skills/Frameworks.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Frameworks
-weight: 2
-tags: ["React", "Node.js", "Flask", "JUnit", "WordPress", "Material-UI", "FastAPI"]
----
\ No newline at end of file
diff --git a/content/skills/Languages.md b/content/skills/Languages.md
deleted file mode 100644
index 7e6565d..0000000
--- a/content/skills/Languages.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Languages
-weight: 1
-tags: ["Java", "Python", "C/C++", "SQL (Postgres)", "JavaScript", "HTML/CSS", "R"]
----
\ No newline at end of file
diff --git a/content/skills/Libraries.md b/content/skills/Libraries.md
deleted file mode 100644
index 101a698..0000000
--- a/content/skills/Libraries.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Libraries
-weight: 4
-tags: ["pandas", "NumPy", "Matplotlib"]
----
\ No newline at end of file
-- 
cgit v1.2.3