- For the original README, see
README.original.md.
cd <repository-dir>
sudo apt install ruby
sudo gem install bundle
bundle install
bundle exec jekyll serve --host <hostname>For hostname, use ip or FQDN.
cd <repository-dir>
docker compose upUpdates on this repository will be automatically deployed in 5 minutes.
- Place your profile photo inside
/assets/img/profile/. - Update
_data/team.yml: - Example
"Ph.D. Student": - name: ["Hwijoon", "Lim"] subtitle: "Ph.D. Candidate, School of Electrical Engineering" homepage: https://wjuni.com email: [email protected] scholar: https://scholar.google.com/citations?user=aOgTgQIAAAAJ linkedin: https://www.linkedin.com/in/hwijoon-lim/ github: https://github.com/wjuni photo: /assets/img/profile/hwijoon-lim.jpg introduction: I am ...
- Create new
.mdfile in/_pages/. - Update
permalink,first_name, andlast_name. - Example: see
/_pages/profile_dongsu_han.md.
- Create new
.mdfile in/_projects/. - Place thumbnail image inside
/assets/img/project/. Make a folder inside. - Update
title,description,img,category. - Example
_projects/tlt.md,_projects/appx.md- For inserting youtube videos and images, see
_projects/nemo.md - For the redirection (if you already have a webpage), see
_projects/nas.md- Place the webpage content in root folder (i.e.
/nas)
- Place the webpage content in root folder (i.e.
- Update
/_bibliography/papers.bib: - Add
abbron each element. - Add
selected={true}for to mark as selected.
- Create new
.mdfile in/_news/. - Place thumbnail image inside
/assets/img/project/. Make a folder inside. - Update
title,description,img,category. - Example: see
/_news/announcement_1.md.