Initial Commit

Add the basic structure of the site.
This commit is contained in:
2022-06-28 15:27:58 -04:00
commit 6b8157f551
69 changed files with 5011 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInitae431d6e5e864517dac9bce927d03088
{
public static $prefixesPsr0 = array (
'P' =>
array (
'ParsedownExtra' =>
array (
0 => __DIR__ . '/..' . '/erusev/parsedown-extra',
),
'Parsedown' =>
array (
0 => __DIR__ . '/..' . '/erusev/parsedown',
),
),
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixesPsr0 = ComposerStaticInitae431d6e5e864517dac9bce927d03088::$prefixesPsr0;
}, null, ClassLoader::class);
}
}