feat: add support for editing pages in Netlify CMS
Adds support for writing blog posts and editing privacy policy and terms pages. To use, - You must already be using Netlify to deploy your site - Login to Netlify and setup your editors under the Identity section - Head over to YOUR_URL/admin/ See https://github.com/gcushen/hugo-academic/issues/1191
This commit is contained in:
		
							
								
								
									
										13
									
								
								static/admin/index.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								static/admin/index.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
<!doctype html>
 | 
			
		||||
<html lang="en-us">
 | 
			
		||||
<head>
 | 
			
		||||
  <meta charset="utf-8">
 | 
			
		||||
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
			
		||||
  <title>Content Manager | Academic</title>
 | 
			
		||||
  <script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
 | 
			
		||||
</head>
 | 
			
		||||
<body>
 | 
			
		||||
<!-- Include the script that builds the page and powers Netlify CMS -->
 | 
			
		||||
<script src="https://cdn.jsdelivr.net/npm/netlify-cms@2/dist/netlify-cms.min.js"></script>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
		Reference in New Issue
	
	Block a user