Personal academic homepage built with Jekyll (based on the Academic Pages theme).
- Site URL:
https://liu-km.github.io - Repository:
liu-km/liu-km.github.io
_config.yml: site-level settings (name, bio, links, theme, etc.)_pages/about.md: homepage content (/)_data/news.yml: news list shown on homepage_data/publications.yml: publication list shown on homepage_data/teaching.yml: teaching experience_data/awards.yml: awards_data/academic_service.yml: academic service_publications/: publication detail pages (collection pages)images/: static images used by the sitefiles/: downloadable files (papers, slides, CV, etc.)assets/: CSS/JS/fonts
- Update personal profile in
_config.yml(author,title,bio, links). - Update homepage sections in
_data/*.yml. - Add/modify detailed publication pages in
_publications/*.mdwhen needed. - If top navigation is needed, edit
_data/navigation.yml.
bundle install
bundle exec jekyll serve -l -H localhostThen open http://localhost:4000.
docker compose upThen open http://localhost:4000.
This repo is intended for GitHub Pages deployment. Push to the default branch and wait for GitHub Actions Pages build to finish.
- This repository has been cleaned up from most template demo/sample files.
- Keep publication metadata in sync across
_data/publications.yml,_publications/*.md, andfiles/when adding new papers.