From 77e9a87adc0216eded2d0ae07aef1345bfd09b93 Mon Sep 17 00:00:00 2001 From: Centre Culturel de Luminy <webmasters@luminy.org> Date: Tue, 19 Nov 2019 00:33:50 +0000 Subject: [PATCH] Update from Forestry.io - Updated Forestry configuration --- .forestry/settings.yml | 2 +- admin/index.html | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 admin/index.html diff --git a/.forestry/settings.yml b/.forestry/settings.yml index 57b93a6..39def3a 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 0000000..537b597 --- /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> -- GitLab