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

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

Freifunk Theme for OctoberCMS
https://github.com/artcodestudio/freifunk-october-theme

Last synced: 4 months ago
JSON representation

Freifunk Theme for OctoberCMS

Awesome Lists containing this project

README

          

# freifunk-october-theme
Bootstrap 4 Freifunk Theme for OctoberCMS

## 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 OctoberCMS](https://github.com/JumpLinkNetwork/jumplink-october-boilerplate)