1
0
Fork 0

Move website source to /source

This commit is contained in:
Owen Ryan 2023-06-17 15:05:41 -04:00
parent 530fc76ede
commit 6981ccad43
81 changed files with 8 additions and 34 deletions

View file

@ -0,0 +1,11 @@
# Links in the navigation bar
header:
- name: Home
link: /
- name: About
link: /about
- name: Projects
link: /projects
- name: Contact
link: /contact

View file

@ -0,0 +1,26 @@
# Links on the landing page
links:
- name: Git
url: https://code.owenryan.us/owenryan
style:
fa-classes: [ fa-brands fa-git-alt ]
color-primary: F44D27
- name: Mastodon
url: https://activitypub.owenryan.us/@owen
style:
# TODO: Replace with activitypub logo when available (https://github.com/FortAwesome/Font-Awesome/issues/19668)
fa-classes: [ fa-brands, fa-mastodon ]
color-primary: 6364FF
- name: LinkedIn
url: https://www.linkedin.com/in/owenryandev/
style:
fa-classes: [ fa-brands, fa-linkedin ]
color-primary: 0077B5
- name: LeetCode
url: https://leetcode.com/owenryan/
style:
# Leetcode's logo is not in fontawesome so just using this generic one
fa-classes: [ fa-solid, fa-laptop-code ]
# Leetcode does not have a press kit, and does not publish their brand colors. Hopefully this is close enough.
color-primary: FFA116