Skip to content

Commit

Permalink
info
Browse files Browse the repository at this point in the history
  • Loading branch information
yinhanyan committed Aug 19, 2024
1 parent a7a9ab8 commit c8cbbaf
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 16 deletions.
20 changes: 8 additions & 12 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,16 @@
# Site settings
# -----------------------------------------------------------------------------

title: blank # the website title (if blank, full name will be used instead)
first_name: You
middle_name: R.
last_name: Name
email: you@example.com
description: > # the ">" symbol means to ignore newlines until "footer_text:"
A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design.
title: Zhewei Wei's Homepage 魏哲巍 # the website title (if blank, full name will be used instead)
first_name: Zhewei
middle_name:
last_name: Wei
email: zhewei@ruc.edu.cn
description: # the ">" symbol means to ignore newlines until "footer_text:"
footer_text: >
Powered by <a href="https://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme.
Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>.
Photos from <a href="https://unsplash.com" target="_blank">Unsplash</a>.
keywords: jekyll, jekyll-theme, academic-website, portfolio-website # add your own keywords or leave empty
keywords: # add your own keywords or leave empty
lang: en # the language of your site (for example: en, fr, cn, ru, etc.)
icon: ⚛️ # the emoji used as the favicon (alternatively, provide image name in /assets/img/)
icon: # the emoji used as the favicon (alternatively, provide image name in /assets/img/)

url: https://algruc.github.io # the base hostname & protocol for your site
baseurl: /weizhewei.com/ # the subpath of your site, e.g. /blog/. Leave blank for root
Expand Down
17 changes: 13 additions & 4 deletions _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,25 @@
layout: about
title: about
permalink: /
subtitle: <a href='#'>Affiliations</a>. Address. Contacts. Moto. Etc.
subtitle: >
<p>Professor (教授,博导)</p>
<p>
<a href="http://ai.ruc.edu.cn/english/index.htm">Gaoling School of Artificial Intelligence</a>
<br>
<a href="https://en.ruc.edu.cn">Renmin University of China</a>
<br>
No. 59 Zhongguancun Street, Haidian District, Beijing, 100872, P.R. China
</p>
profile:
align: right
image: prof_pic.jpg
image_circular: false # crops the image to make it circular
more_info: >
<p>555 your office number</p>
<p>123 your address street</p>
<p>Your City, State 12345</p>
<p>Office: Room 1715, Lide Building</p>
<p>Email: <a href="mailto:zhewei@ruc.edu.cn">zhewei@ruc.edu.cn</a></p>
<p>Phone: (86) 010-62513716</p>
<p>Chinese Homepage (中文主页): <a href="https://gsai.ruc.edu.cn/zhewei">gsai.ruc.edu.cn/zhewei</a></p>
news: true # includes a list of news items
selected_papers: true # includes a list of papers marked as "selected={true}"
Expand Down
4 changes: 4 additions & 0 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
* Styles for the base elements of the theme.
******************************************************************************/

@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.font.im/css?family=Noto+Serif');

// Typography

p,
Expand All @@ -17,6 +20,7 @@ li,
span,
strong {
color: var(--global-text-color);
font-family: "Noto Serif", serif;
}

hr {
Expand Down
Binary file added assets/img/prof_pic.png
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 c8cbbaf

Please sign in to comment.