Thanks to visit codestin.com
Credit goes to github.com

Skip to content

JilinMen/jilinmen.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

727 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jilin Men Academic Website

This is a simple Jekyll/GitHub Pages academic website based on Academic Pages. The homepage is intentionally data-driven so routine updates do not require editing page layout code.

Update Content

Most homepage content lives in:

_data/profile.yml

Edit that file to update:

  • summary: short biography on the homepage
  • news: recent news
  • apps: web apps and tools
  • publications: selected publications grouped by year
  • presentations: invited talks and conference presentations
  • training: workshops and training activities
  • honors: awards
  • service: reviewer and guest-editor service

Site-wide identity and sidebar links live in:

_config.yml

Header navigation lives in:

_data/navigation.yml

Homepage layout lives in:

_pages/about.md

Homepage styles live in:

_sass/layout/_academic_home.scss

Preview Locally

Install dependencies once:

bundle install

Preview the site:

bundle exec jekyll serve -l -H localhost

Then open:

http://localhost:4000

On Windows, if native Ruby gems fail to compile, use RubyInstaller with MSYS2 development tools or the repository's Docker/DevContainer workflow.

Deploy

Push changes to the GitHub repository. GitHub Pages will rebuild the site automatically for https://jilinmen.github.io.

About

Github Pages template based upon HTML and Markdown for personal, portfolio-based websites.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • SCSS 28.6%
  • HTML 24.4%
  • JavaScript 21.5%
  • Jupyter Notebook 14.1%
  • Python 7.6%
  • CSS 3.1%
  • Other 0.7%