https://github.com/cecilapp/theme-comingsoon
Coming Soon is a landing page theme for Cecil, powered by Bootstrap.
https://github.com/cecilapp/theme-comingsoon
bootstrap cecil cecil-theme theme
Last synced: 4 months ago
JSON representation
Coming Soon is a landing page theme for Cecil, powered by Bootstrap.
- Host: GitHub
- URL: https://github.com/cecilapp/theme-comingsoon
- Owner: Cecilapp
- License: mit
- Created: 2021-05-16T02:32:07.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T16:03:30.000Z (over 1 year ago)
- Last Synced: 2025-12-08T12:33:27.663Z (6 months ago)
- Topics: bootstrap, cecil, cecil-theme, theme
- Language: SCSS
- Homepage: https://cecilapp.github.io/theme-comingsoon/
- Size: 8.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coming Soon theme
_Coming Soon_ is a landing page theme for [Cecil](https://cecil.app), powered by [Start Bootstrap Coming Soon](https://github.com/StartBootstrap/startbootstrap-coming-soon) and [Bootstrap](https://getbootstrap.com), with [Netlify Forms](https://www.netlify.com/products/forms/) integration.
[](https://cecilapp.github.io/theme-comingsoon/)
## Installation
```bash
composer require cecil/theme-comingsoon
```
> Or [download the latest archive](https://github.com/Cecilapp/theme-comingsoon/releases/latest/) and uncompress its content in `themes/comingsoon`.
### Install Bootstrap
Run the following command:
```bash
cd themes/comingsoon/static && npm install
```
## Usage
### Configure Cecil
Add `comingsoon` in the `theme` section of your `config.yml`:
```yaml
theme:
- comingsoon
```
**Example:**
```yaml
theme:
- comingsoon
comingsoon:
# customize subscribe form
subscribe:
placeholder: Enter Email...
button: Notify me!
assets:
compile:
# customize colors
variables:
primary: '#69B7FF'
secondary: '#69C748'
social:
twitter:
site: TwitterHandle
github:
username: Username
```
## License
_Coming Soon_ is a free software distributed under the terms of the MIT license.
© [Arnaud Ligny](https://arnaudligny.fr)