Skip to content

This repo stores the source code of SMDO group's homepage, which is created using Sphinx.

Notifications You must be signed in to change notification settings

smdogroup/homepage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 

Repository files navigation

deploy gh-pages

This repo contains the source code for SMDO group's homepage.

Access

The homepage can be accessed at: smdogroup.github.io/homepage

Develop

Push or PR to the main branch will trigger the GitHub workflow to build and deploy the website, which, upon finished, can be accessed at the URL above.

Preview the website locally

If you build for the first time, you'll need to install several python packages:

cd docs/source && pip install -r requirements.txt

Then run

cd docs && ./compile.sh

to build the website. If it runs through, host it locally

python -m http.server -d build/html

then visit

localhost:8000/

in your browser to preview the website locally.

TODO

  • Resolve compatibility issues on mobile device
  • Add current positions for alumni
  • Seiyon's profile

About

This repo stores the source code of SMDO group's homepage, which is created using Sphinx.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published