Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add heads-up and contact us link for custom themes #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# CTFd Theme Repository

This repository gathers open source CTFd themes from around the internet. Official premium themes can be found on the [CTFd Store](https://ctfd.io/store).
This repository gathers open source CTFd themes from around the internet. Official premium themes can be found on the [CTFd Store](https://ctfd.io/store).

Each theme provided here is stored as a gitsubmodule to the theme's project repository.
Take note that these themes are not officially supported and might be using outdated code. Thoroughly inspect the theme for bugs before an event to prevent any interruptions.

If you don't have time to edit and customize themes, [Contact us](https://ctfd.io/contact/) and we'll help you create a custom CTFd theme.

# Installation
CTFd will automatically treat folders in the [CTFd/themes](https://github.com/CTFd/CTFd/tree/master/CTFd/themes) folder as themes to load.

You can clone this repository and then copy or symlink the theme folders you wish to use to the [CTFd/themes](https://github.com/CTFd/CTFd/tree/master/CTFd/themes) folder.
You can clone this repository and then copy or symlink the theme folders you wish to use to the [CTFd/themes](https://github.com/CTFd/CTFd/tree/master/CTFd/themes) folder.

Each theme provided here is stored as a gitsubmodule to the theme's project repository.

Because gitsubmodules are used, to clone this repository properly you should use the following command:

Expand Down