diff --git a/.forestry/settings.yml b/.forestry/settings.yml index 57b93a6f9f4b64a1ba13a5a5fc32674ca00d37aa..39def3ae06e6ad5c24d41bdd03fe75f1ddb3542e 100644 --- a/.forestry/settings.yml +++ b/.forestry/settings.yml @@ -1,7 +1,7 @@ --- new_page_extension: md auto_deploy: false -admin_path: +admin_path: admin webhook_url: sections: - type: directory diff --git a/admin/index.html b/admin/index.html new file mode 100644 index 0000000000000000000000000000000000000000..537b597a3b4b7e9d648177ffcfc0fc123de9e972 --- /dev/null +++ b/admin/index.html @@ -0,0 +1,38 @@ +<!-- forestryio: ignore; forestryio: admin --> +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="robots" content="noindex" /> + <title>Admin</title> + <meta name="description" content=" " /> + <meta name="author" content=" " /> + <meta name="HandheldFriendly" content="true" /> + <meta name="MobileOptimized" content="320" /> + <!-- Use maximum-scale and user-scalable at your own risk. It disables pinch/zoom. Think about usability/accessibility before including.--> + <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /> + + <link rel="stylesheet" href="https://local.forestry.io/main.css" /> + + <!-- Google font --> + <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"> + + <!-- Fort awesome icon kit --> + <script src="https://use.fortawesome.com/b6f38602.js"></script> + +</head> +<body> +<div id="app"> + +</div> +<script id="admin-config-script" type="text/javascript"> + var env = { + siteId: "fvoljsa2pwi-ca", + local: false + }; +</script> +<script type="application/javascript" src="https://local.forestry.io/forestry.min.js"></script> + +</body> +</html>