Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aerendir/genestrap
A Wordpress theme to use Bootstrap on Genesis
https://github.com/aerendir/genestrap
genesis genesis-boilerplate genesis-child-theme genesis-framework genesis-starter-theme genesis-theme-framework wordpress wordpress-theme
Last synced: 26 days ago
JSON representation
A Wordpress theme to use Bootstrap on Genesis
- Host: GitHub
- URL: https://github.com/aerendir/genestrap
- Owner: Aerendir
- Created: 2018-03-14T12:03:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T03:47:36.000Z (over 1 year ago)
- Last Synced: 2024-05-01T14:28:44.421Z (6 months ago)
- Topics: genesis, genesis-boilerplate, genesis-child-theme, genesis-framework, genesis-starter-theme, genesis-theme-framework, wordpress, wordpress-theme
- Language: PHP
- Size: 1.24 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TRUSTBACK.ME THEME
==================This is a Bootstrap 4 based child theme for Genesis, customized to be used in TrustBack:me WordPress sites.
How does this work
------------------This theme is based on Bootstrap 4 and is completely customizable.
You have the ability to fully configure Bootstrap and then compile your theme to a zipped file that can be served through an update server so it can be downloaded by any Wordpress installation that uses it.
### STEP 1: Download all the dependencies
yarn install
### STEP 2: Create a `style.css` file from `style.dist.css`
The `style.dist.css` file is the file where all the Bootstrap `.scss` stylesheets are included.
By default they are all commented, so you have to copy the file, rename it to `style.css` and uncomment all the features of Bootstrap you like to have in your template.
### STEP 3: Create a `config.php` file from `config.dist.php`
Same thing: copy and rename, then change values accordingly to your project needs.
Development commands
--------------------```console
./node_modules/.bin/eslint "./src/**/*.js" --fix &&
vendor/bin/phpcs
```