Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/studioartcz/wp
- Owner: studioartcz
- License: mit
- Created: 2017-02-18T20:10:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T00:22:00.000Z (over 1 year ago)
- Last Synced: 2024-04-15T07:27:46.835Z (9 months ago)
- Topics: composer, czech-republic, deployment, sass, stack, twig, wordpress, yarn
- Language: Twig
- Homepage:
- Size: 298 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 folderand 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, ...