155f40e5e4
* Add frontmatter to docs files (prep to move) * Move docs into position for website migration * Migrate website from netlify-cms-www Some modifications, including most of the changes in https://github.com/netlify/netlify-cms-www/pull/58 (previously reverted). Also updated the readme and added hugo-bin for quicker onboarding of new docs contributors. * Remove netlify.toml This allows separate build commands for cms-demo and netlifycms.org. * Remove website/netlify.toml May re-add later, but it's not doing anything for now. * Remove unused content file
17 lines
459 B
HTML
17 lines
459 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>Content Manager</title>
|
|
<!-- Include the stylesheets from your site here -->
|
|
<link rel="stylesheet" href="https://unpkg.com/netlify-cms@^0.7/dist/cms.css" />
|
|
<!-- Include a CMS specific stylesheet here -->
|
|
|
|
</head>
|
|
<body>
|
|
<script src="https://unpkg.com/netlify-cms@^0.7/dist/cms.js"></script>
|
|
</body>
|
|
</html>
|