├── data └── .gitkeep ├── .hugo_build.lock ├── content ├── .gitkeep ├── post │ ├── mirror-news │ │ ├── 2018-03-04-v2-beta.md │ │ ├── 2016-03-17-established.md │ │ ├── 2016-04-07-arch-repo.md │ │ ├── 2018-05-07-domain-update.md │ │ ├── 2018-11-22-outage.md │ │ ├── 2019-01-04-outage.md │ │ ├── 2019-03-06-tls-1.3.md │ │ ├── 2018-05-29-maintain-complete.md │ │ ├── 2019-06-19-maintain.md │ │ ├── 2020-04-18-maintain.md │ │ ├── 2018-05-29-maintain.md │ │ ├── 2018-11-20-maintain.md │ │ ├── 2020-12-25-fix-flutter.md │ │ ├── 2020-12-08-add-pypi.md │ │ ├── 2018-06-04-ros-failure.md │ │ ├── 2024-05-30-remove-linuxbrew-core.md │ │ ├── 2019-10-09-remove-pypi.md │ │ ├── 2020-12-21-release-guix.md │ │ ├── 2024-02-08-remove-scientific.md │ │ ├── 2023-11-03-outage.md │ │ ├── 2025-09-27-dns-migration.md │ │ ├── 2018-05-17-gnu-ctan-repo.md │ │ ├── 2018-06-15-raspbian-homebrew.md │ │ ├── 2024-11-28-maintain.md │ │ ├── 2025-10-08-zhiyuan-system-maintainance.md │ │ ├── 2025-11-10-zhiyuan-network-fault.md │ │ ├── 2023-12-19-redirect-julia.md │ │ ├── 2021-10-07-outage.md │ │ ├── 2022-06-02-maintain.md │ │ ├── 2022-10-16-maintain.md │ │ ├── 2024-06-03-maintain.md │ │ ├── 2023-06-03-maintain.md │ │ ├── 2024-02-16-k8s-registry.md │ │ ├── 2025-03-25-storage-fault.md │ │ ├── 2025-08-31-remove-intel-extension-for-pytorch.md │ │ ├── 2021-01-02-add-github-release-freecad.md │ │ ├── 2025-05-10-storage-fault.md │ │ ├── 2025-07-25-storage-migration.md │ │ ├── 2019-10-10-data-leak.md │ │ ├── 2023-02-17-maintain.md │ │ ├── 2020-09-28-new-mirrors.md │ │ ├── 2021-11-05-maintain.md │ │ ├── 2020-08-05-new-mirrors.md │ │ ├── 2021-10-04-cert.md │ │ ├── 2021-03-06-new-mirrors.md │ │ ├── 2023-02-23-maintain.md │ │ ├── 2024-07-04-maintain.md │ │ ├── 2023-09-19-maintain.md │ │ ├── 2024-07-10-remove-deprecated-brew-casks.md │ │ ├── 2021-03-23-new-mirrors.md │ │ ├── 2021-02-10-maintain.md │ │ ├── 2020-12-07-announcing-new-arch.md │ │ ├── 2021-09-26-maintain.md │ │ ├── 2021-01-04-siyuan-available.md │ │ ├── 2021-08-26-new-mirrors.md │ │ ├── 2021-05-25-new-mirrors.md │ │ └── 2024-03-13-new-mirrors.md │ ├── mirror-help │ │ ├── putty.md │ │ ├── dart-packages.md │ │ ├── gcr-io.md │ │ ├── alpine.md │ │ ├── raspberrypi.md │ │ ├── raspbian.md │ │ ├── centos.md │ │ ├── nodejs-release.md │ │ ├── rust-static.md │ │ ├── mx-isos.md │ │ ├── creates.io.git.md │ │ ├── archlinux.md │ │ ├── debian-ports.md │ │ ├── google-fonts.md │ │ ├── rocky.md │ │ ├── armbian.md │ │ ├── cran.md │ │ ├── immortalwrt.md │ │ ├── packagist.md │ │ ├── ros.md │ │ ├── ubuntu-cloud-images.md │ │ ├── kali.md │ │ ├── parrot.md │ │ ├── pytorch-wheels.md │ │ ├── fedora.md │ │ ├── linuxliteos.md │ │ ├── homebrew-bottles.md │ │ ├── npm-registry.md │ │ ├── opam-git.md │ │ ├── debian-cd.md │ │ ├── archlinux-cn.md │ │ ├── archlinuxarm.md │ │ ├── maven-central.md │ │ ├── pop-os.md │ │ ├── crates.io.md │ │ ├── anthon.md │ │ ├── blackarch.md │ │ ├── fedora-ostree.md │ │ ├── ubuntu-releases.md │ │ ├── mx-packages.md │ │ ├── debian.md │ │ ├── homebrew-cask.md │ │ ├── raspbian-addons.md │ │ ├── docker-registry.md │ │ ├── qt.md │ │ ├── voidlinux.md │ │ ├── pypi.md │ │ ├── pypi-packages.md │ │ ├── mongodb.md │ │ ├── bioconductor.md │ │ ├── homebrew-core.md │ │ ├── ubuntu-cdimage.md │ │ ├── flathub.md │ │ ├── brew-git.md │ │ ├── msys2.md │ │ ├── leopardsh.md │ │ ├── nix-channels.md │ │ ├── julia-releases.md │ │ ├── ohmyzsh.md │ │ ├── ghcup.md │ │ ├── flutter_infra.md │ │ ├── elan.md │ │ ├── openEuler.md │ │ ├── guix.md │ │ ├── dragonflybsd.md │ │ ├── anaconda.md │ │ ├── emacs-elpa.md │ │ ├── docker-ce.md │ │ ├── alhp.md │ │ ├── julia.md │ │ ├── raspberry-pi-os-images.md │ │ ├── ubuntu-ports.md │ │ └── ubuntu.md │ ├── 2017-01-14-announcing-new-portal.md │ ├── 2017-10-28-performance-measurement.md │ ├── 2017-02-21-hotpot.md │ ├── 2018-04-22-memory-safety-in-rust.md │ ├── 2017-03-09-gpg-sign-party.md │ ├── 2016-10-29-physical-engine.md │ ├── 2016-11-12-life-of-a-packet.md │ ├── 2018-03-31-concatenative-programming.md │ ├── 2019-04-01-task-oriented-dialogue.md │ ├── 2018-03-10-intro.md │ ├── 2017-11-02-haskell-talk-01.md │ ├── 2016-10-16-c11-memory-model.md │ ├── 2018-05-12-cooperative-training.md │ ├── 2018-12-15-polymorphism-in-cpp.md │ ├── 2021-03-09-welcome.md │ ├── 2016-10-04-dependent-type.md │ ├── 2017-01-08-halvm.md │ ├── 2021-11-20-rust-sharing.md │ ├── 2019-09-18-build-system.md │ ├── 2023-06-19-hpc-llm-train.md │ ├── 2017-01-15-writing-guide.md │ ├── 2017-06-24-summer-class-portal.md │ ├── 2018-06-06-summer-class.md │ ├── 2017-06-25-summer-class-schedule.md │ └── 2017-06-12-summer-class.md ├── contacts │ └── _index.md └── about │ └── _index.md ├── layouts └── .gitkeep ├── static ├── .gitkeep └── images │ ├── act.jpeg │ ├── halvm.jpg │ ├── 2018-01.jpg │ ├── memory-model.png │ ├── wechat_qrcode.jpg │ ├── 2021-11.cover.jpeg │ ├── 2023-06.cover.jpeg │ ├── dependent-type.jpg │ ├── life-of-a-packet.png │ ├── physics-engine.png │ ├── 2021-11.in-event.jpeg │ └── 2023-06.in-event.jpeg ├── themes ├── .gitkeep └── sjtug │ ├── exampleSite │ ├── static │ │ └── .gitkeep │ ├── .gitignore │ ├── content │ │ ├── about │ │ │ └── index.md │ │ └── post │ │ │ └── hugoisforlovers.md │ └── config.toml │ ├── archetypes │ └── default.md │ ├── images │ ├── tn.png │ └── screenshot.png │ ├── static │ ├── fonts │ │ ├── icons.ttf │ │ ├── icons.woff │ │ ├── MonoSocialIconsFont-1.10.eot │ │ ├── MonoSocialIconsFont-1.10.otf │ │ ├── MonoSocialIconsFont-1.10.ttf │ │ ├── MonoSocialIconsFont-1.10.woff │ │ └── icons.svg │ ├── images │ │ ├── act.jpeg │ │ ├── act2.jpeg │ │ ├── avatar.png │ │ ├── favicon.ico │ │ ├── Rocket240.png │ │ ├── Rocket480.png │ │ └── avatar@2x.png │ ├── css │ │ ├── fonts │ │ │ ├── Gafata-Regular.ttf │ │ │ └── CevicheOne-Regular.ttf │ │ ├── monosocialiconsfont.css │ │ └── highlight.css │ ├── fontawesome │ │ └── fonts │ │ │ ├── FontAwesome.otf │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.ttf │ │ │ ├── fontawesome-webfont.woff │ │ │ └── fontawesome-webfont.woff2 │ └── js │ │ ├── main.js │ │ └── rocket.js │ ├── layouts │ ├── partials │ │ ├── logo.html │ │ ├── footer.html │ │ ├── latest-posts.html │ │ ├── js.html │ │ ├── social.html │ │ ├── share.html │ │ ├── news-list.html │ │ ├── post-list.html │ │ ├── pagination.html │ │ ├── nav.html │ │ └── head.html │ ├── section │ │ └── post.html │ ├── _default │ │ ├── section.html │ │ ├── list.html │ │ ├── rss.xml │ │ └── single.html │ ├── index.html │ └── 404.html │ ├── content │ ├── about │ │ └── index.md │ └── post │ │ └── hugoisforlovers.md │ ├── theme.toml │ ├── LICENSE.md │ ├── CHANGELOG.md │ └── README.md ├── .gitignore ├── archetypes └── .gitkeep ├── README.md ├── .github └── workflows │ ├── build.yml │ └── deploy.yml ├── config.toml ├── .travis.yml └── deploy.sh /data/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.hugo_build.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /content/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /layouts/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /themes/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /public/ 2 | -------------------------------------------------------------------------------- /archetypes/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /themes/sjtug/exampleSite/static/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /themes/sjtug/exampleSite/.gitignore: -------------------------------------------------------------------------------- 1 | public/ 2 | themes -------------------------------------------------------------------------------- /themes/sjtug/archetypes/default.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "" 3 | description = "" 4 | +++ 5 | -------------------------------------------------------------------------------- /static/images/act.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/static/images/act.jpeg -------------------------------------------------------------------------------- /static/images/halvm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/static/images/halvm.jpg -------------------------------------------------------------------------------- /static/images/2018-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/static/images/2018-01.jpg -------------------------------------------------------------------------------- /themes/sjtug/images/tn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/themes/sjtug/images/tn.png -------------------------------------------------------------------------------- /static/images/memory-model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/static/images/memory-model.png -------------------------------------------------------------------------------- /static/images/wechat_qrcode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/static/images/wechat_qrcode.jpg -------------------------------------------------------------------------------- /static/images/2021-11.cover.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/static/images/2021-11.cover.jpeg -------------------------------------------------------------------------------- /static/images/2023-06.cover.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/static/images/2023-06.cover.jpeg -------------------------------------------------------------------------------- /static/images/dependent-type.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/static/images/dependent-type.jpg -------------------------------------------------------------------------------- /static/images/life-of-a-packet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/static/images/life-of-a-packet.png -------------------------------------------------------------------------------- /static/images/physics-engine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/static/images/physics-engine.png -------------------------------------------------------------------------------- /themes/sjtug/images/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/themes/sjtug/images/screenshot.png -------------------------------------------------------------------------------- /static/images/2021-11.in-event.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/static/images/2021-11.in-event.jpeg -------------------------------------------------------------------------------- /static/images/2023-06.in-event.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/static/images/2023-06.in-event.jpeg -------------------------------------------------------------------------------- /themes/sjtug/static/fonts/icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/themes/sjtug/static/fonts/icons.ttf -------------------------------------------------------------------------------- /themes/sjtug/static/fonts/icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/themes/sjtug/static/fonts/icons.woff -------------------------------------------------------------------------------- /themes/sjtug/static/images/act.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/themes/sjtug/static/images/act.jpeg -------------------------------------------------------------------------------- /themes/sjtug/static/images/act2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/themes/sjtug/static/images/act2.jpeg -------------------------------------------------------------------------------- /themes/sjtug/static/images/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/themes/sjtug/static/images/avatar.png -------------------------------------------------------------------------------- /themes/sjtug/static/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/themes/sjtug/static/images/favicon.ico -------------------------------------------------------------------------------- /themes/sjtug/static/images/Rocket240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/themes/sjtug/static/images/Rocket240.png -------------------------------------------------------------------------------- /themes/sjtug/static/images/Rocket480.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/themes/sjtug/static/images/Rocket480.png -------------------------------------------------------------------------------- /themes/sjtug/static/images/avatar@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/themes/sjtug/static/images/avatar@2x.png -------------------------------------------------------------------------------- /themes/sjtug/static/css/fonts/Gafata-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/themes/sjtug/static/css/fonts/Gafata-Regular.ttf -------------------------------------------------------------------------------- /themes/sjtug/static/css/fonts/CevicheOne-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/themes/sjtug/static/css/fonts/CevicheOne-Regular.ttf -------------------------------------------------------------------------------- /themes/sjtug/static/fontawesome/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/themes/sjtug/static/fontawesome/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /themes/sjtug/static/fonts/MonoSocialIconsFont-1.10.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/themes/sjtug/static/fonts/MonoSocialIconsFont-1.10.eot -------------------------------------------------------------------------------- /themes/sjtug/static/fonts/MonoSocialIconsFont-1.10.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/themes/sjtug/static/fonts/MonoSocialIconsFont-1.10.otf -------------------------------------------------------------------------------- /themes/sjtug/static/fonts/MonoSocialIconsFont-1.10.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/themes/sjtug/static/fonts/MonoSocialIconsFont-1.10.ttf -------------------------------------------------------------------------------- /themes/sjtug/static/fonts/MonoSocialIconsFont-1.10.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/themes/sjtug/static/fonts/MonoSocialIconsFont-1.10.woff -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # SJTUG Portal 2 | 3 | sources for http://sjtug.org . Powered by Hugo. 4 | 5 | ## Contribution 6 | See http://sjtug.org/post/2017-01-15-writing-guide/ 7 | -------------------------------------------------------------------------------- /content/post/mirror-news/2018-03-04-v2-beta.md: -------------------------------------------------------------------------------- 1 | +++ 2 | date = "2018-03-04T22:00:00+08:00" 3 | title = "镜像源v2 Beta版上线!" 4 | tags = ["mirror-news"] 5 | author="htfy96" 6 | +++ -------------------------------------------------------------------------------- /themes/sjtug/static/fontawesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/themes/sjtug/static/fontawesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /themes/sjtug/static/fontawesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/themes/sjtug/static/fontawesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /themes/sjtug/static/fontawesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/themes/sjtug/static/fontawesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /themes/sjtug/static/fontawesome/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjtug/portal/master/themes/sjtug/static/fontawesome/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /content/post/mirror-news/2016-03-17-established.md: -------------------------------------------------------------------------------- 1 | +++ 2 | date = "2016-03-17T22:00:00+08:00" 3 | title = "SJTUG Demo镜像源成立" 4 | tags = ["mirror-news"] 5 | author="htfy96" 6 | +++ 7 | 8 | 9 | -------------------------------------------------------------------------------- /content/post/mirror-help/putty.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "putty" 3 | tags = ["mirror-help"] 4 | author = "htfy96" 5 | +++ 6 | 7 | PuTTY是一个支持Telnet、SSH、rlogin、纯TCP以及串行端口连接软件。 8 | 9 | 使用方法:直接打开点击Download -------------------------------------------------------------------------------- /content/post/mirror-news/2016-04-07-arch-repo.md: -------------------------------------------------------------------------------- 1 | +++ 2 | date = "2016-04-07T22:00:00+08:00" 3 | title = "喜迎校庆 SJTUG Mirrors加入Arch Linux镜像源" 4 | tags = ["mirror-news"] 5 | author="htfy96" 6 | +++ 7 | 8 | 9 | -------------------------------------------------------------------------------- /content/post/mirror-news/2018-05-07-domain-update.md: -------------------------------------------------------------------------------- 1 | +++ 2 | date = "2018-05-07T15:00:00+08:00" 3 | title = "镜像源域名更换为mirrors.sjtug.sjtu.edu.cn" 4 | tags = ["mirror-news"] 5 | author="htfy96" 6 | +++ 7 | 欢迎大家之后使用新域名访问 -------------------------------------------------------------------------------- /content/post/mirror-news/2018-11-22-outage.md: -------------------------------------------------------------------------------- 1 | +++ 2 | date = "2018-11-22T05:55:00+08:00" 3 | title = "镜像站11/22 6:31开始服务暂时不可用" 4 | tags = ["mirror-news"] 5 | author="htfy96" 6 | +++ 7 | 8 | 镜像站在11/22早6:31开始,服务暂时不可用,目前我们正在调查原因。 9 | -------------------------------------------------------------------------------- /content/post/mirror-news/2019-01-04-outage.md: -------------------------------------------------------------------------------- 1 | +++ 2 | date = "2019-01-04T20:30:00-08:00" 3 | title = "镜像站已于01/05恢复正常" 4 | tags = ["mirror-news"] 5 | author="htfy96" 6 | +++ 7 | 8 | 由于网页服务器异常crash,镜像站于1月4日14时到5日3时期间无法正常访问。目前已经修复,欢迎大家继续使用。 9 | -------------------------------------------------------------------------------- /content/post/mirror-news/2019-03-06-tls-1.3.md: -------------------------------------------------------------------------------- 1 | +++ 2 | date = "2019-03-06T20:00:00-08:00" 3 | title = "镜像站已支持TLS v1.3访问" 4 | tags = ["mirror-news"] 5 | author="htfy96" 6 | +++ 7 | 8 | 镜像站现已正式支持TLS 1.3访问。使用 curl >= 7.52.0 的软件会自动采用TLS 1.3以降低访问延时。 9 | -------------------------------------------------------------------------------- /content/post/mirror-news/2018-05-29-maintain-complete.md: -------------------------------------------------------------------------------- 1 | +++ 2 | date = "2018-05-29T23:30:00+08:00" 3 | title = "镜像源维护完成" 4 | tags = ["mirror-news"] 5 | author="htfy96" 6 | +++ 7 | 8 | SJTUG 镜像源在今天晚上 11:00 ~ 11:21 按计划进行了例行维护,在维护期间服务暂时不可用,目前已经恢复正常。 9 | 10 | -------------------------------------------------------------------------------- /content/post/mirror-news/2019-06-19-maintain.md: -------------------------------------------------------------------------------- 1 | +++ 2 | date = "2019-06-19T13:51:00-07:00" 3 | title = "镜像站将于21日凌晨2点维护" 4 | tags = ["mirror-news"] 5 | author="htfy96" 6 | +++ 7 | 8 | SJTUG 软件源镜像站 将在 2019年6月21日 凌晨2时 UTC+8起进行服务器维护,届时服务将会出现短时间的不可用,希望大家予以谅解。预计维护时间:2小时。 9 | -------------------------------------------------------------------------------- /content/post/mirror-news/2020-04-18-maintain.md: -------------------------------------------------------------------------------- 1 | +++ 2 | date = "2020-04-18T19:00:00-04:00" 3 | title = "镜像站将于4月20日凌晨2点维护" 4 | tags = ["mirror-news"] 5 | author="htfy96" 6 | +++ 7 | 8 | SJTUG 软件源镜像站 将在 2020年4月20日 凌晨2时 UTC+8起进行服务器维护,届时服务将会出现短时间的不可用,希望大家予以谅解。预计维护时间:2小时。 9 | -------------------------------------------------------------------------------- /content/post/mirror-news/2018-05-29-maintain.md: -------------------------------------------------------------------------------- 1 | +++ 2 | date = "2018-05-29T11:55:00+08:00" 3 | title = "镜像站将在05/29 晚11:00 UTC+8维护" 4 | tags = ["mirror-news"] 5 | author="htfy96" 6 | +++ 7 | 8 | SJTUG 软件源镜像站 将在2018年5月29日晚11:00 UTC+8起进行服务器维护,届时服务将会出现短时间的不可用,希望大家予以谅解。维护时间据估计不会超过30分钟。 -------------------------------------------------------------------------------- /content/post/mirror-news/2018-11-20-maintain.md: -------------------------------------------------------------------------------- 1 | +++ 2 | date = "2018-11-20T11:55:00+08:00" 3 | title = "镜像站将在 11/22 凌晨3时 UTC+8维护" 4 | tags = ["mirror-news"] 5 | author="htfy96" 6 | +++ 7 | 8 | SJTUG 软件源镜像站 将在2018年11月22日 凌晨3时 UTC+8起进行服务器维护,届时服务将会出现短时间的不可用,希望大家予以谅解。预计维护时间:1小时。 9 | -------------------------------------------------------------------------------- /content/post/mirror-news/2020-12-25-fix-flutter.md: -------------------------------------------------------------------------------- 1 | +++ 2 | date = "2020-12-25T13:15:00+08:00" 3 | title = "Dart 与 Flutter 镜像源已全量同步" 4 | tags = ["mirror-news"] 5 | author="skyzh" 6 | +++ 7 | 8 | 在 Flutter 中文社区的大力支持下,我们修复了 Dart 与 Flutter 镜像访问不稳定的问题。请参考帮助文档进行配置。欢迎大家继续使用 SJTUG 镜像源。 9 | -------------------------------------------------------------------------------- /content/post/2017-01-14-announcing-new-portal.md: -------------------------------------------------------------------------------- 1 | +++ 2 | date = "2017-01-14T20:55:00+08:00" 3 | title = "SJTUG新版首页上线" 4 | tags = ["news", "announcement"] 5 | author = "htfy96" 6 | +++ 7 | 8 | 我们的首页已经更新到基于Hugo的版本,希望能给大家带来更好的阅读体验。 9 | 10 | 接下来这里将会加入例行分享的报道及一些技术文章,欢迎大家订阅。 11 | -------------------------------------------------------------------------------- /content/post/mirror-news/2020-12-08-add-pypi.md: -------------------------------------------------------------------------------- 1 | +++ 2 | date = "2020-12-10T13:30:00+08:00" 3 | title = "PyPI 全量同步镜像源重新上线" 4 | tags = ["mirror-news"] 5 | author="skyzh" 6 | +++ 7 | 8 | 继 SJTUG 镜像源智能缓存上线后,我们从清华大学开源软件镜像站 (TUNA) 全量同步了 PyPI 软件源。感谢上海交通大学网络信息中心和 TUNA 的支持。欢迎大家继续使用 PyPI 镜像源。 9 | -------------------------------------------------------------------------------- /themes/sjtug/layouts/partials/logo.html: -------------------------------------------------------------------------------- 1 |