Initial commit
This commit is contained in:
commit
530fc76ede
84 changed files with 60305 additions and 0 deletions
11
_data/navigation.yml
Normal file
11
_data/navigation.yml
Normal 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
|
26
_data/social-media.yml
Normal file
26
_data/social-media.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue