Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
172 changes: 14 additions & 158 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,163 +1,19 @@
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your entire site, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# `jekyll serve`. If you change this file, please restart the server process.
title: "Zhuoka Feng"
description: "Personal academic homepage"
url: "https://arkazhuo.github.io"
baseurl: ""
repository: "ArkaZhuo/ArkaZhuo.github.io"

# Site Settings
title : "Lorem ipsum"
description : "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ornare aliquet ipsum, ac tempus justo dapibus sit amet. "
repository : "RayeRen/acad-homepage.github.io"
google_scholar_stats_use_cdn : true
google_scholar_stats_use_cdn: true

# google analytics
google_analytics_id : # get google_analytics_id from https://analytics.google.com/analytics/

# SEO Related
google_site_verification : # get google_site_verification from https://search.google.com/search-console/about
bing_site_verification : # get bing_site_verification from https://www.bing.com/webmasters/about
baidu_site_verification : # get baidu_site_verification from https://ziyuan.baidu.com/login/index?u=/site/index

# Site Author
author:
name : "Lorem ipsum"
avatar : "images/android-chrome-512x512.png"
bio : "Lorem ipsum College"
location : "Beijing, China"
employer :
pubmed :
googlescholar : "https://scholar.google.com/citations?user=YOUR_GOOGLE_SCHOLAR_ID"
email : "Lorem@ipsum.com"
researchgate : # e.g., "https://www.researchgate.net/profile/yourprofile"
uri :
bitbucket :
codepen :
dribbble :
flickr :
facebook :
foursquare :
github : # e.g., "github username"
google_plus :
keybase :
instagram :
impactstory : # e.g., "https://profiles.impactstory.org/u/xxxx-xxxx-xxxx-xxxx"
lastfm :
linkedin : # e.g., "linkedin username"
dblp : # e.g., "https://dblp.org/pid/xx/xxxx.html"
orcid : # e.g., "https://orcid.org/xxxx"
pinterest :
soundcloud :
stackoverflow : # http://stackoverflow.com/users/123456/username
steam :
tumblr :
twitter :
vine :
weibo :
xing :
youtube :
wikipedia :
name: "Zhuoka Feng"
bio: "School of Computer Science, Fudan University"
email: "23307130211@m.fudan.edu.cn"
avatar: "images/profile.jpg"
location: "Shanghai, China"
github: "ArkaZhuo"


# Reading Files
include:
- .htaccess
- _pages
- files
exclude:
- docs
- google_scholar_crawler
- "*.sublime-project"
- "*.sublime-workspace"
- .asset-cache
- .bundle
- .jekyll-assets-cache
- .sass-cache
- .github
- CHANGELOG
- Capfile
- Gemfile
- Gruntfile.js
- LICENSE
- README
- Rakefile
- assets/js/_main.js
- assets/js/plugins
- assets/js/vendor
- config
- gulpfile.js
- log
- node_modules
- package.json
- tmp
- vendor
keep_files:
- .git
- .svn
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"


# Conversion
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false


# Markdown Processing
kramdown:
input: GFM
hard_wrap: false
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false

# Defaults
defaults:
# _pages
- scope:
path: ""
type: pages
values:
layout: default
author_profile: true


# Sass/SCSS
sass:
sass_dir: _sass
style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style


# Outputting
permalink: /:categories/:title/
timezone: Asia/Shanghai # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones


# Plugins
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jekyll-redirect-from
# mimic GitHub Pages with --safe
whitelist:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji


# HTML Compression
# - http://jch.penibelst.de/
compress_html:
clippings: all
ignore:
envs: development
- README.md
- docs/
27 changes: 7 additions & 20 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
# main links links
main:
- title: "About Me"
url: "/#about-me"

- title: "News"
url: "/#-news"

- title: "Publications"
url: "/#-publications"

- title: "New Papers"
url: /#news
- title: "Experience"
url: /#experience
- title: "Honors and Awards"
url: "/#-honors-and-awards"

- title: "Educations"
url: "/#-educations"

- title: "Invited Talks"
url: "/#-invited-talks"

- title: "Internships"
url: "/#-internships"
url: /#honors-and-awards
- title: "Publications"
url: /#publications
4 changes: 2 additions & 2 deletions _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ <h3 class="author__name">{{ author.name }}</h3>
<li><div style="white-space: normal; margin-bottom: 1em;">{{ site.description }}</div></li>
{% endif %}
{% if author.location %}
<li><i class="fa fa-fw fa-map-marker" aria-hidden="true"></i> {{ author.location }}</li>
<li><a href="https://www.google.com/maps/place/Shanghai,+China" target="_blank"><i class="fa fa-fw fa-map-marker" aria-hidden="true"></i> {{ author.location }}</a></li>
{% endif %}
{% if author.employer %}
<li><i class="fa fa-fw fa-map-marker" aria-hidden="true"></i> {{ author.employer }}</li>
<li><a href="https://www.fudan.edu.cn/" target="_blank"><i class="fa fa-fw fa-university" aria-hidden="true"></i> {{ author.employer }}</a></li>
{% endif %}
{% if author.uri %}
<li><a href="{{ author.uri }}"><i class="fas fa-fw fa-link" aria-hidden="true"></i> Website</a></li>
Expand Down
6 changes: 6 additions & 0 deletions _layouts/homepage.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: default
author_profile: true
---

{{ content }}
58 changes: 0 additions & 58 deletions _pages/about.md

This file was deleted.

1 change: 1 addition & 0 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ body {
color: $text-color;
font-family: $global-font-family;
line-height: 1.5;
background-color: #f8f9fa;

&.overflow--hidden {
/* when primary navigation is visible, the content in the background won't scroll */
Expand Down
12 changes: 10 additions & 2 deletions _sass/_masthead.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
.masthead {
position: sticky;
top: 0;
background-color: white;
border-bottom: 1px solid $border-color;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
border-bottom: none;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
-webkit-animation: intro 0.3s both;
animation: intro 0.3s both;
-webkit-animation-delay: 0.15s;
Expand All @@ -29,6 +30,13 @@

a {
text-decoration: none;
color: #fff;
font-weight: 500;
transition: all 0.3s ease;

&:hover {
color: #ffd700;
}
}
}
}
Expand Down
10 changes: 6 additions & 4 deletions _sass/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,17 +175,17 @@
.greedy-nav {
position: relative;
min-width: 250px;
background: $background-color;
background: transparent;

a {
display: block;
margin: 0 1rem;
padding: 0.5rem 0;
color: $masthead-link-color;
color: #fff;
text-decoration: none;

&:hover {
color: $masthead-link-color-hover;
color: #ffd700;
}
}

Expand All @@ -203,10 +203,12 @@

.visible-links {
display: table;
background: transparent;

li {
display: table-cell;
vertical-align: middle;
background: transparent;

&:first-child {
font-weight: bold;
Expand All @@ -232,7 +234,7 @@
left: 0;
bottom: 0;
height: 4px;
background: mix(#fff, $primary-color, 50%);
background: #ffd700;
width: 100%;
-webkit-transition: $global-transition;
transition: $global-transition;
Expand Down
Loading