Skip to content

jyhong836/jyhong.gitlab.io

Repository files navigation

Junyuan Hong's website

Hugo Theme Demo License: MIT

This repo contains Hugo source codes for Junyuan's website. The website use the Junyuan-customized theme which is based on below materials.

If you like my website, feel free fork the repo. I appreciate if you could mention my website or repo on your new one. If you have any questions, please open an issue at GitHub.

How to use

Setup

# clone template
git clone git@github.com:jyhong836/jyhong.gitlab.io.git
cd jyhong.gitlab.io
mkdir themes & cd themes
# clone theme
git clone git@github.com:jyhong836/junyuan-academic-theme.git
cd ..

Debug by hugo server -D. Build html files to public folder by hugo. You can directly upload everything under public folder to your <your_name>.github.io repo for publishing.