https://github.com/ctfd/themes
Official and Community CTFd themes
https://github.com/ctfd/themes
ctfd ctfd-theme
Last synced: 5 months ago
JSON representation
Official and Community CTFd themes
- Host: GitHub
- URL: https://github.com/ctfd/themes
- Owner: CTFd
- Created: 2017-07-27T05:36:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-18T15:31:39.000Z (about 3 years ago)
- Last Synced: 2025-04-09T17:56:39.432Z (9 months ago)
- Topics: ctfd, ctfd-theme
- Homepage:
- Size: 3.91 KB
- Stars: 80
- Watchers: 2
- Forks: 25
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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).
Each theme provided here is stored as a gitsubmodule to the theme's project repository.
# 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.
Because gitsubmodules are used, to clone this repository properly you should use the following command:
```bash
git clone --recursive https://github.com/CTFd/themes.git
```
It is possible to clone this repository directly into the CTFd/themes folder but that is left as a git exercise for the reader for the time being.