Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

- name: Build site
run: |
bundle exec jekyll build --trace --profile
bundle exec jekyll build --trace --profile --strict_front_matter
: > _site/.nojekyll
env:
JEKYLL_ENV: production
Expand Down
3 changes: 3 additions & 0 deletions pages/_wiki/lug/events/hackergame.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
---

# 信息安全大赛 Hackergame

科大信息安全大赛自 2014 年起开始举办,每年一届,规模盛大,影响甚广。每年的比赛在新生入学季举行,向新生倾斜,赛前有动员会,对基础较薄弱的同学进行一些指导,比赛题目控制难度梯度,强调引导和教育作用,除常规奖项外并设立新生特别奖等奖项鼓励同学们参加竞赛。
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
with pkgs; mkShell {
buildInputs = [
ruby_3_2
nodejs-18_x
nodejs_22
curl
bundler
];
Expand Down