First Version Ready for Beta

This commit is contained in:
2022-12-13 11:04:56 -06:00
parent bccc468c1f
commit 6f1d31f9b7
41 changed files with 957 additions and 0 deletions

26
php/head.php Normal file
View File

@@ -0,0 +1,26 @@
<?php
/**
* GrayMatter Theme for Bludit
* Design was copied from a Flatpress Theme by Marc Thibeault
*
* Author: Rick Hays
* Date: 2022-12-12
*
*/
?>
<meta charSet="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Rick Hays - rhays@haysgang.com">
<?php echo Theme::metaTags('title'); ?>
<?php echo Theme::metaTags('description'); ?>
<?php echo Theme::favicon('img/favicon.png'); ?>
<!-- Bootstrap -->
<?php echo Theme::cssBootstrap(); ?>
<!-- Theme CSS -->
<?php echo Theme::css('css/gray-matter.css') ?>
<?php Theme::plugins('siteHead'); ?>