These are one of the themes that I like to make for wordpress simply as a hobby, feel free if you want to contribute or download any of the themes for your site.
You can run wordpress using software like XAMPP, which is a local server solution that includes Apache, MySQL and PHP, allowing you to run WordPress on your own machine. Docker is another option, which allows you to build and run application containers in different development environments.
Yoga theme
PAP theme
Yoga theme- Make sure you have Docker installed on your machine.
- Clone this repository to your computer.
- Open a terminal and navigate to the theme directory.
- Run the following command to build the Docker image:
docker build -t your-image-name .
- When the image is built, run the following command to create a container with the image:
docker run -d -p 8080:80 your-image-name
- Open a browser and go to http://localhost:8080 to view the WordPress theme.
- To edit the theme, open the "wp-content/themes" directory and add or edit theme files.
This theme is a foundation for a custom WordPress theme. To customize this theme, follow these steps:
- Open the "wp-content/themes" directory and copy the theme directory to a new directory with your theme name.
- Edit the files in the new directory to customize the theme.
- Open the Dockerfile and change the line that copies the theme directory to match the name of your new directory.
- Build a new Docker image using the docker build command.
- Create a new container with the new Docker image using the docker run command.
Technologies: JavaScript, PHP, CSS, HTML
Server: XAMPP, PHP, Docker
Database: MySQL
If you would like to contribute to this theme, feel free to submit a pull request.