Welcome to mirror list, hosted at ThFree Co, Russian Federation.

root.md « netlifycms « _layout « content « exampleSite - github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0356d738fa5038285d1c03d360596f93b44dba61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
type: raw
title: Content Manager
url: /admin/index.html
---
<html>
<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
  <!-- Include the script that builds the page and powers Netlify CMS -->
  <script src="https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"></script>
  <script src="./shortcode/alert.js"></script>
  <script src="./shortcode/expand.js"></script>
  <script src="./shortcode/panel.js"></script>
  <script src="./shortcode/button.js"></script>
</body>
</html>