/website

Primary LanguageTeXMIT LicenseMIT

1. Acknowledgments

This project is based on the Hugo Academic Template, with the necessary modifications

2. Modify the website content and preview it locally

Here you'll find a comprehensive guide on the setup process. If you're using Windows, the steps are quite straightforward:

  1. First, install the Scoop package manager in PowerShell by executing the following commands:

    Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
    Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
  2. Next, download the necessary packages for running the site:

    scoop install git go hugo-extended nodejs
  3. Navigate to your repository folder and launch Hugo:

    hugo server

After completing these steps, you can access the website locally at http://localhost:port/. The port number depends on whether you have other services running locally. Upon running hugo server, you'll be able to see the port where the site is being displayed.

3. Customization

Icon Packages

For comprehensive information about standard icons, please refer to the official website. Additionally, for advanced functionality and other icon sets, consider installing additional packages.