From 7ec395b48b1d8be2fab4cd2b1c0d9016a9253f16 Mon Sep 17 00:00:00 2001 From: Xevion Date: Thu, 22 Sep 2022 01:34:33 -0500 Subject: [PATCH] Fix date format, add authentication to github metadata plugin --- .github/workflows/gh-pages.yml | 3 +++ _pages/about.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 6603aaf..02e44a1 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -5,6 +5,9 @@ on: branches: - master +env: + JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + jobs: github-pages: runs-on: ubuntu-latest diff --git a/_pages/about.md b/_pages/about.md index 6b2ff43..ea286c1 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -8,7 +8,7 @@ _preview_description: My name is Ryan Walters and this is my website. My name is **Ryan Walters** and this is my website. As the domain shows, my online handle is **Xevion**. -As of {{ page.last_modified_at | | date: '%B %Y' }}, I'm a Computer Science student studying at UTSA. Contact me if you're interested in working with me! +As of {{ page.last_modified_at | date: '%B %Y' }}, I'm a Computer Science student studying at UTSA. Contact me if you're interested in working with me! Software Engineering is one of my favorite things in the world; I adore projects relating to automation, pathfinding, group coordination and more... I like working on big projects, APIs, competition/interview problems, and in general - learning how it all works!