mirror of
https://github.com/cupcakearmy/blanco.git
synced 2024-12-21 23:56:30 +00:00
blanco
This commit is contained in:
commit
54bd949a83
1
functions.php
Normal file
1
functions.php
Normal file
@ -0,0 +1 @@
|
||||
<?php
|
13
index.php
Normal file
13
index.php
Normal 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
7
readme.txt
Normal 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
11
style.css
Normal 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
|
||||
*/
|
Loading…
Reference in New Issue
Block a user