No description
- PHP 51.5%
- CSS 45.9%
- JavaScript 2.6%
| projectinsanity | ||
| docker-compose.yml | ||
| README.md | ||
Project-Insanity.org Wordpress Theme
This is the Wordpress child theme for our blog Project-Insanity.org. It is forked and based on the original Wordpress theme Twentytwelve
Maintainers
Installation
- Using git: In your
wordpress/wp-content/themes/directory, rungit clone https://git.project-insanity.org/onny/web-wordpress-projectinsanity.git projectinsanity. After that, execute the commandmv projectinsanity/projectinsanity/* projectinsanity/so the theme files will be in the right directory. - Using the zip archive: Download the latest tar.bz2 archive, extract it to your
wordpress/wp-content/themes/directory. Move the folderprojectinsanityin thethemesdirectory and remove the oldweb-wordpress-projectinsanity-masterdirectory.
Testing
This theme can be easily tested using Docker. Inside the project root directory (where the file docker-compose.yml resides) run following command:
docker-compose up -d
It will automatically install a database and a Wordpress instance inside Docker containers. You'll than have to visit the Wordpres site at: http://localhost:8000 and finish the installation wizard. The Project-Insanity theme can be enabled in the admin dashboard.
Reporting bugs
You can report bugs in the public gitlab repository here.
Credits
- Twenty Twelve by Wordpress, original theme
