Skip to content

Commit

Permalink
personal blog page
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdrhd committed Mar 10, 2024
1 parent 0b8cfea commit 1e8b7a0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 22 deletions.
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ source "https://rubygems.org"

gem "github-pages", group: :jekyll_plugins

gem 'webrick'
gem "tzinfo-data"
gem "wdm", "~> 0.1.0" if Gem.win_platform?

Expand Down
31 changes: 9 additions & 22 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: MM
title: Personal Profile Zirui Wang
email:
description: >- # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
twitter_username: username
github_username: username
github_username: rhdrhd
minimal_mistakes_skin: default
search: true

Expand Down Expand Up @@ -58,34 +57,22 @@ plugins:
- jekyll-include-cache

author:
name : "First Lastname"
avatar : "/assets/images/bio-photo.jpg"
bio : "My awesome biography constrained to a sentence or two goes here."
name : "Zirui Wang"
avatar : "/assets/images/profile.jpg"
bio : "Personal Page"
links:
- label: "Website"
icon: "fas fa-fw fa-link"
url: "https://"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/"
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/zirui-wang-348a80225/"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: "https://instagram.com/"

footer:
links:
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: "https://instagram.com/"
url: "https://github.com/rhdrhd"

defaults:
# _posts
Expand Down
Binary file removed assets/images/bio-photo.jpg
Binary file not shown.
Binary file added assets/images/profile.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1e8b7a0

Please sign in to comment.