π Live CMS Admin Panel: https://devinschumacher-com-git-tinacms-serpcompany.vercel.app/admin
Tip: Bookmark this URL or save it to your password manager for easy access!
- Go to the admin panel: https://devinschumacher-com-git-tinacms-serpcompany.vercel.app/admin
- Log in with your Tina Cloud account
- Click "Posts" in the sidebar
- Click "Create New" button
- Fill in the fields:
- Title: Your blog post title
- Body: Write your content using the visual editor
- Click "Save" to publish
Your post will be automatically saved to GitHub and deployed to the live site.
- Go to https://devinschumacher-com-git-tinacms-serpcompany.vercel.app/admin
- Click on "Posts"
- Select the post you want to edit
- Make your changes
- Click "Save"
To make the URL easier to remember, you can:
-
Option 1: Add a subdomain (e.g.,
cms.devinschumacher.com
)- Add a CNAME record pointing to
devinschumacher-com-git-tinacms-serpcompany.vercel.app
- Add the custom domain in Vercel project settings
- Add a CNAME record pointing to
-
Option 2: Use Vercel's alias feature
- In Vercel dashboard, go to your project settings
- Add an alias like
devin-cms.vercel.app
(if available)
-
Option 3: Just bookmark it!
- The easiest solution - bookmark the admin URL in your browser
# Start the CMS and site locally npm run dev # Access locally at: # Site: http://localhost:3001 # Admin: http://localhost:4001/admin/index.html