Hi, this is the repository maintaining personal homepage. This website is simple and clean, based on the default theme Millennial.
Some dependencies should be installed first.
sudo apt-get install ruby-full ruby-bundlerOn MacOS, the suggested installation is via Homebrew.
brew install ruby@2.6
gem install bundler:2.2.20Now go into the root directory and run the following command to render the website locally.
bundle config set --local path 'vendor/bundle'
bundle install
bundle update
bundle exec jekyll serveNote that the version is specific, as the latest release may introduce unexpected errors to render the pages. Please kindly downgrade to the version specified above if any unexpected error occurs during your local rendering. For more details, please refer to the documentation.
The favicon.svg is generated based on Permanent Marker font. Besides, the guide on the top-left of the navigation bar uses Pacifico font via web link. Please find their licenses and more details from the according pages.