Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/studioartcz/wp

🖖 Our Wordpress stack based on Composer with pre-installed favorited plugins, Twig parent theme
https://github.com/studioartcz/wp

composer czech-republic deployment sass stack twig wordpress yarn

Last synced: about 2 months ago
JSON representation

🖖 Our Wordpress stack based on Composer with pre-installed favorited plugins, Twig parent theme

Awesome Lists containing this project

README

        

# Wordpress development stack

Prepared for usually cases like a middle websites, blog.

## Quick start

```
composer create-project studioartcz/wp domain.local --stability dev --no-interaction
```
* domain.local is your virtual host folder

and for next steps please follow our [development manual](./.doc/development.md).

## What this stack solving?

- no 3rd-party code in your repository
- error reporting for humans (sentry.io)
- the right development way *(composer, yarn, git)*
- prepared environments *(localhost, stage, production)*
- development tools
- template system twig
- deployment

## Used plugins:

- [Password bcrypt](https://wordpress.org/plugins/password-bcrypt/)
- [Admin Menu Editor](https://wordpress.org/plugins/admin-menu-editor/)
- [Advanced Custom Fields](https://wordpress.org/plugins/advanced-custom-fields/)
- [Maintenance](https://wordpress.org/plugins/maintenance/)
- [Metronet Tag Manager](https://wordpress.org/plugins/metronet-tag-manager/)
- [WP Sentry](https://wordpress.org/plugins/wp-sentry-integration/)
- [WP Tracy](https://wordpress.org/plugins/wp-tracy/)
- [Timber](https://wordpress.org/plugins/timber-library/)
- [WP Super Cache](https://wordpress.org/plugins/wp-super-cache/)
- [Disqus](https://wordpress.org/plugins/disqus-comment-system/)

## Future?

Read project [issues](https://github.com/studioartcz/wp/issues) and let send your ideas, replies, ...