-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update social links in configuration and refactor footer layout for i…
…mproved user experience - Modified _config.yml to enhance social links structure, adding titles for GitHub and X (formerly Twitter). - Refactored footer.html to utilize a more modular approach for social links, improving maintainability and visual consistency. - Updated footer to display author information and personal website link, enhancing overall site branding.
- Loading branch information
1 parent
b782df0
commit a0731de
Showing
2 changed files
with
29 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,10 +29,14 @@ remote_theme: JakeSteam/[email protected] | |
minima: | ||
skin: auto | ||
social_links: | ||
- { platform: github, user_url: "https://github.com/jonesrussell" } | ||
- platform: github | ||
user_url: "https://github.com/jonesrussell" | ||
title: "GitHub" | ||
- platform: x | ||
user_url: "https://x.com/jonesrussell42" | ||
title: "X (formerly Twitter)" | ||
- { platform: linkedin, user_url: "https://www.linkedin.com/in/jonesrussell42" } | ||
- { platform: stackoverflow, user_url: "https://stackoverflow.com/users/437654/russell" } | ||
- { platform: x, user_url: "https://www.x.com/jonesrussell" } | ||
- { platform: email, user_url: "mailto:[email protected]", user_title: "[email protected]" } | ||
- { platform: code, user_url: "https://github.com/jonesrussell/blog", user_title: "JakeSteam/blog-programming" } | ||
- { platform: rss, user_url: "/feed.xml", user_title: "RSS Feed" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters