Skip to content

ioai-writeup/ioai-writeup.github.io

Repository files navigation

This is an unofficial IOAI writeup repo!

Technical information

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.

Contributing quick start

  1. Fork this repository
  2. Run git clone [url] where [url] is the link to your fork of the repository.
  3. Install Ruby (on Windows you can use this link)
  4. Run the following commands:
gem install bundler
bundle update
bundle install
bundle exec jekyll serve --baseurl ""
  1. The terminal output should then show you a local link to the site
  2. Edit some files
  3. Commit the changes
  4. Open a pull request (the button should be visible under the "Contributing" menu of your fork's GitHub page)
  5. 🎉🎉🎉

Some other info

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.

About

This is an unofficial IOAI writeup repo!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published