Fix date format, add authentication to github metadata plugin

This commit is contained in:
Xevion
2022-09-22 01:34:33 -05:00
parent a15056e437
commit 7ec395b48b
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ on:
branches:
- master
env:
JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
github-pages:
runs-on: ubuntu-latest

View File

@@ -8,7 +8,7 @@ _preview_description: My name is Ryan Walters and this is my website.
<span class="tab">My name is **Ryan Walters** and this is my website. As the domain shows, my online handle is **Xevion**.</span>
As of <i>{{ page.last_modified_at | | date: '%B %Y' }}</i>, I'm a Computer Science student studying at UTSA. Contact me if you're interested in working with me!
As of <i>{{ page.last_modified_at | date: '%B %Y' }}</i>, 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!