Having a Dedicated Page on ST.U

  • By ST.U
  •  • 
  • 2024/08/22
  •  • 
  • Tags: 
  • domain

1. Example: Personal Page

For ShanTou.University, we refer to it as ST.U.

If you want to create your own personal page on ST.U (here we use a personal page as an example), please send an email to [email protected]. When sending the email, be sure to use your alumni email (e.g., [email protected]) or your campus email (e.g., [email protected]).

After receiving a reply, you will find a repository in ST.U's GitHub repository list named after your email username, such as 10xxx (or another reasonable name you applied for).

You need to use any of the following frameworks, or simply HTML + CSS + JS to create your own static page (or even a single-page application, SPA). After you upload your work, it will automatically be deployed shortly (assuming you have successfully built it locally). You can then access your page at 10xxx.ShanTou.University. The first deployment might take some time, but after that, any updates to the GitHub repository will automatically deploy the page.

Available frameworks (this page is built using Zola, recommended):

  • Analog
  • Angular
  • Astro
  • Brunch
  • Create React App
  • Docusaurus
  • Elder.js
  • Eleventy
  • Ember.js
  • Gatsby
  • GitBook
  • Gridsome
  • Hugo
  • Jekyll
  • MkDocs
  • Next.js
  • Next.js (Static HTML Export)
  • Nuxt.js
  • Pelican
  • Qwik
  • React Static
  • Remix
  • Slate
  • Svelte
  • SvelteKit
  • Umi
  • VitePress
  • Vue
  • Zola

2. Possible Application Scenarios

  • Your personal resume;
  • A showcase platform for your university innovation project or personal projects;
  • Homepage for a club or organization;
  • A dedicated page for a course (for example, the Classical Chinese Literature course in the Chinese Department might have poetry assignments, and the created poems could be compiled into a collection);
  • Others...