-
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
2 changed files
with
19 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# nicc-ctfd | ||
|
||
Fork of [CTFd](https://github.com/CTFd/CTFd)'s [core theme](https://github.com/CTFd/CTFd/tree/master/CTFd/themes/core) modified to show challenge tags on the "Challenges" page. | ||
|
||
![Example of theme.](./example.png) | ||
|
||
# Installing the Theme | ||
|
||
Please refer to [CTFd's documentation](https://docs.ctfd.io/docs/themes/overview/#uploading-custom-themes). For self-hosted instances, add this repo to the `themes` directory. For CTFd hosted instances, zip up this repository and upload it to the CTFd portal. Note that only certain CTFd hosted tiers support custom themes and they require approval. | ||
|
||
# Making Modifications | ||
|
||
Changes should be made to files in the [`assets`](./assets) and [`templates`](./templates) directories. Once changes are made, a build will have to be ran to generate the [`static`](./static) files. You can do this by following one of the below options: | ||
|
||
* Push your changes to this repository. The changes will be automatically built and commited by GitHub Actions. | ||
|
||
OR | ||
|
||
* Locally run `yarn install` and then `yarn build`. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.