Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SUSTech-Application/SUSTechapplication
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: SUSTech-Application/SUSTechapplication
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0-dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 119 files changed
  • 1 contributor

Commits on Feb 28, 2025

  1. feat: initialize VitePress (#139)

    * introduce vitepress in deps
    
    * add vitepress default files
    
    * update .gitignore
    
    * remove unneeded files
    
    * move index.md
    
    * move README.md to updates.md
    
    * move contribute.md
    
    * remove unnedded pages
    
    * update config.mts
    
    * move some content to index
    
    * fix tricky file
    
    * suppress dead links
    
    * ignore .vitepress dir
    
    * update netlify config
    sghng authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    27ae67b View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2025

  1. feat: navbar and sidebar (#141)

    * update navbar config
    
    * update gitignore
    
    * add type: module
    
    * rename all readme.md to index.md
    
    * type sidebar.ts
    
    * add study abroad sidebar
    
    * add sidebar for experience
    
    * remove unneeded sidebar
    sghng authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    347983c View commit details
    Browse the repository at this point in the history
  2. chore: lint, format, spell check (#142)

    * add eslint related deps
    
    * add eslint config
    
    * add tsconfig
    
    * add sort import and format
    
    * introduce cspell
    
    * add cspell
    
    * add format scripts
    sghng authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    e2c1960 View commit details
    Browse the repository at this point in the history
  3. feat: continuous deployment (#144)

    * oss initialization
    
    * util for clearing bucket
    
    * remove unneeded file
    
    * ignore .env
    
    * use sh formatter
    
    * create deploy script
    
    * create cd workflow
    
    * use sync for deploy
    sghng committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    ef8064c View commit details
    Browse the repository at this point in the history
  4. fix: bracket routes workaround (#146)

    * fix broken links in catalogs
    
    * disable sidebar on contribute page
    
    * create script for routes fix
    
    * update build script
    
    * enable clean urls
    
    * ignore paths files
    
    * turn on format on save
    sghng authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    b0cfab4 View commit details
    Browse the repository at this point in the history
  5. fix: dead links (#147)

    * do not ignore dead links
    
    * append slash to relative relative dir paths
    
    * correct typo in year
    
    * use absolute path in microelectronics index
    
    * correct a typo in name
    
    * fix all deadlinks
    
    * remove some fixed todos
    
    * fix a typo
    sghng authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    301cfba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56a14dc View commit details
    Browse the repository at this point in the history
Loading