Skip to content

Commit 92e18e4

Browse files
committed
Merge branch 'master' of github.com:codeLearnerrr/custom-theme-wordpress
2 parents d3931b0 + 2e967cf commit 92e18e4

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

LICENSE.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2023 Jeferson E.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Custom theme wordpress
2+
3+
This project contains a custom theme for wordpress built using pure PHP and no plugins.
4+
5+
### Prerequisites
6+
7+
For this project to run, make sure these softare are installed:
8+
9+
- docker
10+
- node
11+
- code editor
12+
- wordpress/env
13+
14+
and you have admin access.
15+
16+
Please follow [these](https://developer.wordpress.org/block-editor/getting-started/devenv/) instructions.
17+
18+
### Installing
19+
20+
To run this custom theme locally:
21+
1. Make sure the pre-requisites are done
22+
2. Start the wordpress local container from docker
23+
3. Download the .zip file of the latest theme release
24+
4. Follow [these](https://br.godaddy.com/help/instalar-um-tema-do-wordpress-a-partir-de-um-arquivo-zip-40809?lc=en-US) instructions
25+
26+
End with an example of getting some data out of the system or using it for a little demo
27+
28+
## License
29+
30+
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

0 commit comments

Comments
 (0)