UT Austin student portal (Jekyll site). Links live in _data/links.yml; guides are standalone pages in guides/.
guides/, each self-contained: own <style> block plus ../style.css, front matter layout: none.UT X Guide - X指南 pattern.(as of YYYYMM) with the real current date, e.g. a guide updated in August 2026 uses (as of 202608)..source-attribution footer listing content sources and dates in unified bilingual format, always using the real current time at edit: 内容来源: ... | 更新时间: YYYY年M月 / Sources: ... | Last Updated: Month YYYY← Back to Navigation link to /_data/links.yml under the appropriate section, with bilingual keywords so the find-in-page search works.assets/, referenced relatively from the guide.更新时间: YYYY年M月 + Last Updated: Month YYYY, and disclaimers use (as of YYYYMM). Dates must always reflect the real current time when a guide is edited, never hardcoded.main (protected branch; direct pushes bypass rules).python3 -m http.server 8000
# Visit http://localhost:8000
# Note: Jekyll templating won't work, only static HTML/CSS/JS
bundle install
bundle exec jekyll serve --port 4000
# Visit http://localhost:4000