An open API service indexing awesome lists of open source software.

https://github.com/artcodestudio/wattlandfluss-october-theme

watt-land-fluss OctoberCMS Theme
https://github.com/artcodestudio/wattlandfluss-october-theme

bootstrap octobercms ribajs theme

Last synced: 19 days ago
JSON representation

watt-land-fluss OctoberCMS Theme

Awesome Lists containing this project

README

          

# watt-land-fluss OctoberCMS Theme
This is a OctoberCMS v1.x Theme build for [watt-land-fluss](https://watt-land-fluss.de/).

![Screenshot](https://user-images.githubusercontent.com/1073989/141114305-210c620b-c520-42a3-9660-92b3d8e79c30.png)

## Bootstrap 4
To make it possible to use Bootstrap 4 Sass files directly we have create a fork of Bootstrap 4 called [Bootstrap 4 Backward](https://github.com/JumpLinkNetwork/bootstrap-backward).

## Variables
All Bootstrap 4 Variables full customizable on runtime:

![Alt text](/theme_settings.png?raw=true "Optional Title")

## Develop and contribute

Install the developer depencies with

```
npm install
bower install
```

If you change the source, linke the variables you can generate a new`theme.yaml` with

```js
npm run theme_settings
```

## See also
* [Bootstrap 4 Boilerplate for Shopify](https://github.com/JumpLinkNetwork/jumplink-shopify-boilerplate)