Skip to content

Commit

Permalink
Merge branch 'master' of github.com:codeLearnerrr/custom-theme-wordpress
Browse files Browse the repository at this point in the history
  • Loading branch information
jefersoneiji committed Sep 8, 2023
2 parents d3931b0 + 2e967cf commit 92e18e4
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
21 changes: 21 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2023 Jeferson E.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Custom theme wordpress

This project contains a custom theme for wordpress built using pure PHP and no plugins.

### Prerequisites

For this project to run, make sure these softare are installed:

- docker
- node
- code editor
- wordpress/env

and you have admin access.

Please follow [these](https://developer.wordpress.org/block-editor/getting-started/devenv/) instructions.

### Installing

To run this custom theme locally:
1. Make sure the pre-requisites are done
2. Start the wordpress local container from docker
3. Download the .zip file of the latest theme release
4. Follow [these](https://br.godaddy.com/help/instalar-um-tema-do-wordpress-a-partir-de-um-arquivo-zip-40809?lc=en-US) instructions

End with an example of getting some data out of the system or using it for a little demo

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

0 comments on commit 92e18e4

Please sign in to comment.