📖 myBlog

A simple password-protected static blog.

🔐 Password Protection

This blog is protected using pomdtr's password_auth val. To set up the password:

  1. Go to your Val Town environment variables
  2. Set BLOG_PASSWORD to your desired password
  3. If no password is set, it defaults to "defaultpassword"

🚀 Getting Started

  • Click Remix on the top right to clone this project.
  • Set your BLOG_PASSWORD environment variable
  • Your blog will be accessible only after entering the correct password

📂 Adding Posts

  1. Navigate to the /posts directory.
  2. Create a new Markdown (.md) or .mdx file.
  3. Write your post and save the file.

🔓 Sign Out

Users can sign out using the "Sign out" link available on all pages.