No description
This repository has been archived on 2026-07-27. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • PHP 51.5%
  • CSS 45.9%
  • JavaScript 2.6%
Find a file
2018-10-09 14:20:01 +02:00
projectinsanity fix comment styling 2018-10-09 14:20:01 +02:00
docker-compose.yml rename twentytwelve to projectinsanity 2018-07-02 17:18:40 +02:00
README.md update README 2018-07-02 17:06:38 +02:00

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, run git clone https://git.project-insanity.org/onny/web-wordpress-projectinsanity.git projectinsanity. After that, execute the command mv 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 folder projectinsanity in the themes directory and remove the old web-wordpress-projectinsanity-master directory.

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