-
Now we can add thesis paper PDF` links into the Group page.
- Need to add
thesisparameter injson_data/group.json - The "Thesis Paper" button will show up regardless of the
thesisparameter. But if there is no link provided, the button will be disabled. - This goes same to the "Learn More" button.
- Need to add
-
Image profile for Group page is now available.
-
Fixed Learn More button link issue.
-
Removed the "Learn More" button on the Teaching page.
- Removed teaching page "LEARN MORE" button
- Changed text from "THESIS PAPER" -> to "THESIS"
-
The website is published by Github Pages
-
Any changes on the code will be reflected in 5 - 10 mins on the actual website
-
Sometimes if the code is not significant, the change won't be recognized by Github (e.g. Adding one or two lines on JavaScript files).
-
I'm guessing it's because Github tries to avoid to waste its resources to build the website. Or their deployment structure has brutal caching system so that it can ignore unrecognizable changes.
-
Based on my experience, the best way to apply the changes are:
- Insert any link on any HTML.
- Modify the README.md
- Add some files.
-