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
- Host: GitHub
- URL: https://github.com/artcodestudio/freifunk-october-theme
- Owner: ArtCodeStudio
- License: mit
- Created: 2017-01-12T20:45:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-12T21:11:16.000Z (over 9 years ago)
- Last Synced: 2025-02-25T22:59:26.690Z (over 1 year ago)
- Language: HTML
- Size: 11.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:

## 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)