Yeats Liao’s Personal Website
Welcome to my personal academic homepage and blog! This website is built with Jekyll, providing a modern, responsive layout to showcase my academic publications, projects, and personal blog posts.
Features
- About Me: A professional profile with my background, research interests, and a curated list of publications.
- Blog: A clean, timeline-based blog layout to share my thoughts, research progress, and technical tutorials.
- Google Scholar Crawler: Automatically fetches and updates my latest publication stats from Google Scholar via GitHub Actions.
- Responsive Design: Optimized for seamless viewing across desktops, tablets, and mobile devices.
Local Development
To run this website locally, ensure you have Ruby and Bundler installed.
- Clone the repository:
git clone https://github.com/yeatsliao/yeatsliao.github.io.git cd yeatsliao.github.io - Install dependencies:
bundle install - Start the local server:
bundle exec jekyll serve - Open your browser and navigate to
http://localhost:4000.
License
This project is open-sourced under the MIT License.