https://github.com/samuelngs/wordpress-sucks
A suck ass wordpress setup
https://github.com/samuelngs/wordpress-sucks
advanced-custom-fields docker timber webpack wordpress
Last synced: 3 months ago
JSON representation
A suck ass wordpress setup
- Host: GitHub
- URL: https://github.com/samuelngs/wordpress-sucks
- Owner: samuelngs
- License: wtfpl
- Created: 2017-01-19T05:12:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-07T02:57:52.000Z (over 9 years ago)
- Last Synced: 2025-08-02T08:31:00.825Z (11 months ago)
- Topics: advanced-custom-fields, docker, timber, webpack, wordpress
- Language: PHP
- Homepage: https://come-at-me-bro.com
- Size: 3.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wordpress-sucks
A suck ass wordpress setup
## Get Started
#### Installation
```
$ git clone https://github.com/samuelngs/wordpress-sucks.git
$ cd wordpress-sucks
$ mkdir -p theme
$ touch theme/index.php theme/theme.resource
$ # ready to go!
```
#### Project structure
```
wordpress-sucks [root]
├── plugins *[all plugins should be installed here]
└── theme *[theme development files]
└── theme.resource *[theme resource configuration]
└── [your_code]
```
#### Resource configuration
```
index.php
[custom-page-filename-etc].php
```
#### Run development
```
$ make up # or docker-compose up -d
```
#### Stop server
```
$ make stop # or docker-compose stop
```
#### Remove everything
```
$ make rm # or docker-compose rm -f
```
## License
This project is distributed under the WTFPL license found in the [LICENSE](./LICENSE) file.
```
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2017 Sam
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.
```