From 417efc7663847f5f21c694b8f0c682d52a0acb49 Mon Sep 17 00:00:00 2001 From: ddomdel <78736225+ddomdel@users.noreply.github.com> Date: Fri, 18 Nov 2022 23:30:43 +0800 Subject: [PATCH] add heads-up and contact us link for custom themes --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df5e708..611aa09 100644 --- a/README.md +++ b/README.md @@ -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: