forked from roots/bedrock
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,7 @@ | ||
<p align="center"> | ||
<a href="https://roots.io/bedrock/"> | ||
<img alt="Bedrock" src="https://cdn.roots.io/app/uploads/logo-bedrock.svg" height="100"> | ||
<a href="https://wenmarkdigitial.com"> | ||
<img src="https://wenmarkdigital.com/wp-content/uploads/2021/02/wenmark-logo_1500x430.png" alt="" width="320"> | ||
</a> | ||
</p> | ||
|
||
<p align="center"> | ||
<a href="https://packagist.org/packages/roots/bedrock"> | ||
<img alt="Packagist Installs" src="https://img.shields.io/packagist/dt/roots/bedrock?label=projects%20created&colorB=2b3072&colorA=525ddc&style=flat-square"> | ||
</a> | ||
|
||
<a href="https://packagist.org/packages/roots/wordpress"> | ||
<img alt="roots/wordpress Packagist Downloads" src="https://img.shields.io/packagist/dt/roots/wordpress?label=roots%2Fwordpress%20downloads&logo=roots&logoColor=white&colorB=2b3072&colorA=525ddc&style=flat-square"> | ||
</a> | ||
|
||
<img src="https://img.shields.io/badge/dynamic/json.svg?url=https://raw.githubusercontent.com/roots/bedrock/master/composer.json&label=wordpress&logo=roots&logoColor=white&query=$.require[%22roots/wordpress%22]&colorB=2b3072&colorA=525ddc&style=flat-square"> | ||
|
||
<a href="https://github.com/roots/bedrock/actions/workflows/ci.yml"> | ||
<img alt="Build Status" src="https://img.shields.io/github/actions/workflow/status/roots/bedrock/ci.yml?branch=master&logo=github&label=CI&style=flat-square"> | ||
</a> | ||
|
||
<a href="https://twitter.com/rootswp"> | ||
<img alt="Follow Roots" src="https://img.shields.io/badge/follow%20@rootswp-1da1f2?logo=twitter&logoColor=ffffff&message=&style=flat-square"> | ||
</a> | ||
</p> | ||
|
||
<p align="center">WordPress boilerplate with Composer, easier configuration, and an improved folder structure</p> | ||
|
||
<p align="center"> | ||
<a href="https://roots.io/bedrock/">Website</a> <a href="https://roots.io/bedrock/docs/installation/">Documentation</a> <a href="https://github.com/roots/bedrock/releases">Releases</a> <a href="https://discourse.roots.io/">Community</a> | ||
</p> | ||
|
||
## Sponsors | ||
|
||
Bedrock is an open source project and completely free to use. If you've benefited from our projects and would like to support our future endeavors, please consider [sponsoring Roots](https://github.com/sponsors/roots). | ||
|
||
<div align="center"> | ||
<a href="https://k-m.com/"><img src="https://cdn.roots.io/app/uploads/km-digital.svg" alt="KM Digital" width="120" height="90"></a> <a href="https://carrot.com/"><img src="https://cdn.roots.io/app/uploads/carrot.svg" alt="Carrot" width="120" height="90"></a> <a href="https://wordpress.com/"><img src="https://cdn.roots.io/app/uploads/wordpress.svg" alt="WordPress.com" width="120" height="90"></a> <a href="https://worksitesafety.ca/careers/"><img src="https://cdn.roots.io/app/uploads/worksite-safety.svg" alt="Worksite Safety" width="120" height="90"></a> <a href="https://www.freave.com/"><img src="https://cdn.roots.io/app/uploads/freave.svg" alt="Freave" width="120" height="90"></a> | ||
</div> | ||
|
||
## Overview | ||
|
||
Bedrock is a WordPress boilerplate for developers that want to manage their projects with Git and Composer. Much of the philosophy behind Bedrock is inspired by the [Twelve-Factor App](http://12factor.net/) methodology, including the [WordPress specific version](https://roots.io/twelve-factor-wordpress/). | ||
|
||
- Better folder structure | ||
- Dependency management with [Composer](https://getcomposer.org) | ||
- Easy WordPress configuration with environment specific files | ||
- Environment variables with [Dotenv](https://github.com/vlucas/phpdotenv) | ||
- Autoloader for mu-plugins (use regular plugins as mu-plugins) | ||
- Enhanced security (separated web root and secure passwords with [wp-password-bcrypt](https://github.com/roots/wp-password-bcrypt)) | ||
|
||
## Getting Started | ||
|
||
See the [Bedrock installation documentation](https://roots.io/bedrock/docs/installation/). | ||
|
||
## Stay Connected | ||
|
||
- Join us on Discord by [sponsoring us on GitHub](https://github.com/sponsors/roots) | ||
- Participate on [Roots Discourse](https://discourse.roots.io/) | ||
- Follow [@rootswp on Twitter](https://twitter.com/rootswp) | ||
- Read the [Roots Blog](https://roots.io/blog/) | ||
- Subscribe to the [Roots Newsletter](https://roots.io/newsletter/) | ||
<p align="center">WordPress boilerplate built with <a href="https://roots.io/bedrock">Bedrock</a> plus <a href="https://elementor.com">Elementor/Elementor Pro</a> and the <a href="https://elementor.com/products/hello-theme/">Hello Theme</a>.</p> |