This is an unofficial IOAI writeup repo!
All the solution content is hosted in all_collections/_posts. Each task has its own dedicated page, which is written in Markdown format. Markdown codeblocks are supported, and you can use math notation within the $$ ... $$ syntax (via MathJax).
The site uses a Jekyll and Ruby tech stack.
- Fork this repository
- Run
git clone [url]where[url]is the link to your fork of the repository. - Install Ruby (on Windows you can use this link)
- Run the following commands:
gem install bundler
bundle update
bundle install
bundle exec jekyll serve --baseurl ""
- The terminal output should then show you a local link to the site
- Edit some files
- Commit the changes
- Open a pull request (the button should be visible under the "Contributing" menu of your fork's GitHub page)
- 🎉🎉🎉
The local development instructions were only tested on a Windows machine. If you have any issues please open an Issue via GitHub or send a message in the IOAI Official Discord.