This commit is contained in:
cupcakearmy 2020-09-25 14:43:11 +02:00
commit 54bd949a83
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
4 changed files with 32 additions and 0 deletions

1
functions.php Normal file
View File

@ -0,0 +1 @@
<?php

13
index.php Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
</style>
<body>
</body>
</html>

7
readme.txt Normal file
View File

@ -0,0 +1,7 @@
=== Blanco ===
A blank slate for Wordpress. Just white.
== Description ==
Mate for those who use wordpress as a headless CMS. JAM Stack, REST APIs and so on.

11
style.css Normal file
View File

@ -0,0 +1,11 @@
/*
Theme Name: Blanco
Theme URI: https://github.com/cupcakearmy/blanco
Author: Niccolo Borgioli
Author URI: https://nicco.io
Description: This theme was intentionally left blank. There are times when all you need is the WordPress dashboard and an blank frontend. You might be using the WordPress REST API as a backend for a mobile App or you might be a minimalism obsessed hipster. This is your theme.
Version: 0.1
License: MIT
License URI: https://choosealicense.com/licenses/mit/
Tags: blank
*/