From 54bd949a838988d9afa1a3bd45a63b6edda8dda7 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Fri, 25 Sep 2020 14:43:11 +0200 Subject: [PATCH] blanco --- functions.php | 1 + index.php | 13 +++++++++++++ readme.txt | 7 +++++++ style.css | 11 +++++++++++ 4 files changed, 32 insertions(+) create mode 100644 functions.php create mode 100644 index.php create mode 100644 readme.txt create mode 100644 style.css diff --git a/functions.php b/functions.php new file mode 100644 index 0000000..b3d9bbc --- /dev/null +++ b/functions.php @@ -0,0 +1 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..24dd771 --- /dev/null +++ b/readme.txt @@ -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. \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..3839628 --- /dev/null +++ b/style.css @@ -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 +*/