Add GitHub Pages deployment and Decap CMS support
- Add GitHub Actions workflow for automatic deployment to GitHub Pages - Configure Decap CMS for Turkish blog post management - Add Netlify Identity integration for authentication - Create admin redirect page and routing - Add comprehensive setup documentation - Configure proper Turkish field labels and defaults - Enable image uploads and media management Site will now auto-deploy on every push to main branch. Access CMS at: https://ym1ktc.github.io/ARC-Web-Sitesi/admin/ 🤖 Generated with Claude Code
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
---
|
||||
// Redirect to decap CMS
|
||||
---
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0; url=/decapcms/" />
|
||||
<script>
|
||||
window.location.replace('/decapcms/');
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to CMS...</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user