diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index 1c98084..0000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,51 +0,0 @@ -name: Deploy to GitHub Pages - -on: - # Trigger deployment on push to main branch - push: - branches: [ main ] - # Allow manual trigger from Actions tab - workflow_dispatch: - -# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages -permissions: - contents: read - pages: write - id-token: write - -# Only allow one concurrent deployment -concurrency: - group: "pages" - cancel-in-progress: true - -jobs: - # Build job - build: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Create .nojekyll file - run: touch .nojekyll - - - name: Setup Pages - uses: actions/configure-pages@v4 - - - name: Upload artifact - uses: actions/upload-pages-artifact@v3 - with: - # Upload entire repository - path: '.' - - # 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@v4 \ No newline at end of file diff --git a/CNAME b/CNAME deleted file mode 100644 index f438fcd..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -charlotte.sh \ No newline at end of file diff --git a/index.html b/index.html index 462a401..b84af70 100644 --- a/index.html +++ b/index.html @@ -29,7 +29,7 @@
  • GitHub (opens in new tab)
  • -
  • Codeberg Forgejo (opens in new tab)
  • LinkedIn About Me

    I'm a cybersecurity student from the Northeast USA. I do security engineering at the Leahy Center in Burlington, VT.

    -

    You can find most of my personal stuff on my Codeberg(opens in new tab) account.

    +

    You can find most of my coding projects at git.charlotte.sh(opens in new tab)

    My Projects

    + +
    +

    Fylgja SOC

    +

    A domain-specific language (DSL) for managing an ELK SIEM. Includes a CLI and SlackBot interface

    + Source Code(opens in new tab) +
    +

    Champlain Tech Journals

    Notes, code, and lab write-ups from my Champlain College courses

    @@ -72,7 +81,7 @@ @@ -86,6 +95,7 @@
    - + \ No newline at end of file