mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-16 10:13:49 -06:00
Fix date format, add authentication to github metadata plugin
This commit is contained in:
3
.github/workflows/gh-pages.yml
vendored
3
.github/workflows/gh-pages.yml
vendored
@@ -5,6 +5,9 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
env:
|
||||||
|
JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
github-pages:
|
github-pages:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
@@ -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>
|
<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...
|
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!
|
I like working on big projects, APIs, competition/interview problems, and in general - learning how it all works!
|
||||||
|
|||||||
Reference in New Issue
Block a user