From 4741aad8fa36c7ebd19e9f7ed6ca0634e104124f Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Sun, 25 Aug 2019 18:40:12 +0200 Subject: [PATCH] bare theme --- theme/functions.php | 23 +++++++++++++++++++++++ theme/index.php | 8 ++++++++ theme/style.css | 11 +++++++++++ 3 files changed, 42 insertions(+) create mode 100644 theme/functions.php create mode 100644 theme/index.php create mode 100644 theme/style.css diff --git a/theme/functions.php b/theme/functions.php new file mode 100644 index 0000000..3afe036 --- /dev/null +++ b/theme/functions.php @@ -0,0 +1,23 @@ + +
+ +
+ \ No newline at end of file diff --git a/theme/style.css b/theme/style.css new file mode 100644 index 0000000..193c1fc --- /dev/null +++ b/theme/style.css @@ -0,0 +1,11 @@ +/* +Theme Name: My Theme +Author: Niccolo Borgioli +Description: Some description +Version: 0.1 +License: MIT +Tags: this, that +Author URI: https://nicco.io +License URI: https://opensource.org/licenses/MIT +Theme URI: https://github.com/CupCakeArmy/docker-wordpress +*/ \ No newline at end of file