-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
27 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
.ruby-version | ||
__pycache__ | ||
.jekyll-cache | ||
__pycache__ | ||
_site |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,26 @@ | ||
# Saudi Informatics Team Website | ||
This website is made by the students on the Saudi Team, to preserve history of Saudi Informatics Team (SIT) in one place. | ||
|
||
## Usage | ||
1. Edit `/root/data/*.json` files, and keep them updated | ||
2. Commit to the repository | ||
This website includes: olympiads, participations, members, contact, and image library. | ||
|
||
## How does it work? | ||
It's 100% automated using `build.py` and Github workflows | ||
## Documentation | ||
Read [Website public data files](https://sainformatics.org/data/) documentation. | ||
|
||
## Local Build | ||
```sh | ||
python build.py | ||
jekyll serve -s ./root | ||
``` | ||
|
||
## Maintainers | ||
This website needs people who maintain the data up-to-date. | ||
|
||
The main goal is to have at any time **at least 3 active maintainers**. | ||
|
||
Current maintainers: | ||
|
||
## Developers | ||
- Muaath Alqarni | ||
- Ali Alsalman | ||
- Ali Alsalman | ||
|
||
## License | ||
Selected soon... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
plugins: | ||
- jekyll-seo-tag |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters