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.
Most homepage content lives in:
_data/profile.yml
Edit that file to update:
summary: short biography on the homepagenews: recent newsapps: web apps and toolspublications: selected publications grouped by yearpresentations: invited talks and conference presentationstraining: workshops and training activitieshonors: awardsservice: 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
Install dependencies once:
bundle installPreview the site:
bundle exec jekyll serve -l -H localhostThen 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.
Push changes to the GitHub repository. GitHub Pages will rebuild the site
automatically for https://jilinmen.github.io.